2021-04-19 16:52:25 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2021-04-23 16:07:32 +02:00
<Import Project= "..\packages\LSWLib.1.0.8\build\LSWLib.props" Condition= "Exists('..\packages\LSWLib.1.0.8\build\LSWLib.props')" />
2021-04-19 16:52:25 +02:00
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {B2264FF1-0F36-401B-91FE-DB3087CE05F5}</ProjectGuid>
<OutputType > Exe</OutputType>
<RootNamespace > syncEdosLocal</RootNamespace>
<AssemblyName > syncEdosLocal</AssemblyName>
<TargetFrameworkVersion > v4.8</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
<Deterministic > true</Deterministic>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
<Reference Include= "System" />
<Reference Include= "System.Configuration" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
<Compile Include= "DataSet1.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > DataSet1.xsd</DependentUpon>
</Compile>
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
<DependentUpon > Settings.settings</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup >
<None Include= "App.config" >
<TransformOnBuild > true</TransformOnBuild>
<SubType > Designer</SubType>
</None>
<None Include= "App.Debug.config" >
<DependentUpon > App.config</DependentUpon>
<IsTransformFile > true</IsTransformFile>
<SubType > Designer</SubType>
</None>
<None Include= "App.Release.config" >
<DependentUpon > App.config</DependentUpon>
<IsTransformFile > true</IsTransformFile>
</None>
<None Include= "DataSet1.xsc" >
<DependentUpon > DataSet1.xsd</DependentUpon>
</None>
<None Include= "DataSet1.xsd" >
<SubType > Designer</SubType>
<Generator > MSDataSetGenerator</Generator>
<LastGenOutput > DataSet1.Designer.cs</LastGenOutput>
</None>
<None Include= "DataSet1.xss" >
<DependentUpon > DataSet1.xsd</DependentUpon>
</None>
<None Include= "packages.config" />
<None Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
2021-04-26 16:14:01 +02:00
<ItemGroup >
<Content Include= "edossync.xml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
2021-04-19 16:52:25 +02:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "..\packages\Microsoft.VisualStudio.SlowCheetah.3.2.26\build\Microsoft.VisualStudio.SlowCheetah.targets" Condition= "Exists('..\packages\Microsoft.VisualStudio.SlowCheetah.3.2.26\build\Microsoft.VisualStudio.SlowCheetah.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Microsoft.VisualStudio.SlowCheetah.3.2.26\build\Microsoft.VisualStudio.SlowCheetah.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.SlowCheetah.3.2.26\build\Microsoft.VisualStudio.SlowCheetah.targets'))" />
2021-04-23 16:07:32 +02:00
<Error Condition= "!Exists('..\packages\LSWLib.1.0.8\build\LSWLib.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\LSWLib.1.0.8\build\LSWLib.props'))" />
<Error Condition= "!Exists('..\packages\LSWLib.1.0.8\build\LSWLib.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\LSWLib.1.0.8\build\LSWLib.targets'))" />
2021-04-19 16:52:25 +02:00
</Target>
2021-04-23 16:07:32 +02:00
<Import Project= "..\packages\LSWLib.1.0.8\build\LSWLib.targets" Condition= "Exists('..\packages\LSWLib.1.0.8\build\LSWLib.targets')" />
2021-04-19 16:52:25 +02:00
</Project>