2022-04-14 15:09:25 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<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>
2025-02-19 14:30:45 +01:00
<Prefer32Bit > false</Prefer32Bit>
2022-04-14 15:09:25 +02:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2025-01-10 08:59:01 +01:00
<PlatformTarget > x64</PlatformTarget>
2022-04-14 15:09:25 +02:00
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<ItemGroup >
2026-01-07 14:16:45 +01:00
<Reference Include= "LSWLib, Version=4.2.5.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\LSWLib2.4.2.5\lib\net48\LSWLib.dll</HintPath>
2023-10-24 07:10:30 +02:00
</Reference>
2022-04-14 15:09:25 +02:00
<Reference Include= "System" />
2024-05-16 15:56:07 +02:00
<Reference Include= "System.ComponentModel.Composition" />
2022-04-14 15:09:25 +02:00
<Reference Include= "System.Configuration" />
<Reference Include= "System.Core" />
2024-05-16 15:56:07 +02:00
<Reference Include= "System.Data.OracleClient" />
<Reference Include= "System.DirectoryServices" />
<Reference Include= "System.DirectoryServices.AccountManagement" />
<Reference Include= "System.DirectoryServices.Protocols" />
<Reference Include= "System.IdentityModel" />
<Reference Include= "System.Management" />
<Reference Include= "System.Net" />
<Reference Include= "System.Numerics" />
<Reference Include= "System.Reflection.Context" />
<Reference Include= "System.Runtime.Caching" />
2022-04-14 15:09:25 +02:00
<Reference Include= "System.Runtime.InteropServices" />
2024-05-16 15:56:07 +02:00
<Reference Include= "System.Security" />
<Reference Include= "System.ServiceModel" />
<Reference Include= "System.ServiceProcess" />
<Reference Include= "System.Speech" />
<Reference Include= "System.Transactions" />
<Reference Include= "System.Web.Services" />
2022-04-14 15:09:25 +02:00
<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" />
2024-05-16 15:56:07 +02:00
<Reference Include= "WindowsBase" />
2022-04-14 15:09:25 +02:00
</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>
<ItemGroup >
<Content Include= "edossync.xml" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2023-10-24 07:10:30 +02:00
<PropertyGroup >
2025-02-19 14:30:45 +01:00
<PostBuildEvent > if defined signer %25signer%25 $(TargetPath)</PostBuildEvent>
2023-10-24 07:10:30 +02:00
</PropertyGroup>
<Import Project= "..\packages\Microsoft.VisualStudio.SlowCheetah.4.0.50\build\Microsoft.VisualStudio.SlowCheetah.targets" Condition= "Exists('..\packages\Microsoft.VisualStudio.SlowCheetah.4.0.50\build\Microsoft.VisualStudio.SlowCheetah.targets')" />
2022-04-14 15:09:25 +02:00
<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>
2023-10-24 07:10:30 +02:00
<Error Condition= "!Exists('..\packages\Microsoft.VisualStudio.SlowCheetah.4.0.50\build\Microsoft.VisualStudio.SlowCheetah.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.VisualStudio.SlowCheetah.4.0.50\build\Microsoft.VisualStudio.SlowCheetah.targets'))" />
2022-04-14 15:09:25 +02:00
</Target>
2021-04-19 16:52:25 +02:00
</Project>