mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2025-10-06 00:12:52 +02:00
116 lines
4.8 KiB
XML
116 lines
4.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{BE747238-9388-43CE-AF64-536C64442EB9}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>CalDavDataAccessIntegrationTests</RootNamespace>
|
|
<AssemblyName>CalDavDataAccessIntegrationTests</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
<Reference Include="System.Net" />
|
|
<Reference Include="System.Net.Http.WebRequest" />
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="FixtureBase.cs" />
|
|
<Compile Include="Mail_ru.cs" />
|
|
<Compile Include="Landmarks.cs" />
|
|
<Compile Include="Google.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="MailboxOrg.cs" />
|
|
<Compile Include="Sogo.cs" />
|
|
<Compile Include="Zimbra.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CalDavSynchronizer\CalDavSynchronizer.csproj">
|
|
<Project>{64937844-752b-49a4-9b3f-3526601e93e1}</Project>
|
|
<Name>CalDavSynchronizer</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\GenSync\GenSync.csproj">
|
|
<Project>{76C932E7-ECA5-4010-B602-2104327EE5EE}</Project>
|
|
<Name>GenSync</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="DDay.iCal">
|
|
<Version>1.0.2.575</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.Net.Http">
|
|
<Version>2.2.29</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="NodaTime">
|
|
<Version>3.1.6</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="NUnit">
|
|
<Version>3.12.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="System.Net.Http">
|
|
<Version>4.3.4</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="System.Runtime">
|
|
<Version>4.3.1</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="System.Security.Cryptography.Algorithms">
|
|
<Version>4.3.1</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="System.Security.Cryptography.X509Certificates">
|
|
<Version>4.3.2</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="System.ValueTuple">
|
|
<Version>4.5.0</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |