зеркало из https://github.com/mono/mono-tls.git
81 строка
3.8 KiB
XML
81 строка
3.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<ProjectGuid>{96EBF2A3-C7E8-4295-9715-938E3A1CA4AD}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Mono.Security.NewTls.Tests</RootNamespace>
|
|
<AssemblyName>Mono.Security.NewTls.Tests</AssemblyName>
|
|
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="NewTlsTestFeatures.cs" />
|
|
<Compile Include="TestGaloisCounterCipher.cs" />
|
|
<Compile Include="CipherTest.cs" />
|
|
<Compile Include="TestGaloisCounterGipher-Generated.cs" />
|
|
<Compile Include="TestCbcBlockCipher-Generated.cs" />
|
|
<Compile Include="TestCbcBlockCipher.cs" />
|
|
<Compile Include="HashTest.cs" />
|
|
<Compile Include="SimpleConnectionTest.cs" />
|
|
<Compile Include="Resources\LocalCACertificate.cs" />
|
|
<Compile Include="Resources\MonkeyCertificate.cs" />
|
|
<Compile Include="Resources\ResourceManager.cs" />
|
|
<Compile Include="Resources\SelfSignedServerCertificate.cs" />
|
|
<Compile Include="Resources\ServerCertificateFromCA.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="..\MartinsPlayground\CA\server-cert.pfx">
|
|
<Link>CA\server-cert.pfx</Link>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="..\MartinsPlayground\CA\Hamiller-Tube-CA.pem">
|
|
<Link>CA\Hamiller-Tube-CA.pem</Link>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="..\MartinsPlayground\CA\server-self.pfx">
|
|
<Link>CA\server-self.pfx</Link>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="..\MartinsPlayground\CA\monkey.pfx">
|
|
<Link>CA\monkey.pfx</Link>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Mono.Security.NewTls.Interface\Mono.Security.NewTls.Interface.csproj">
|
|
<Project>{E471C608-9CA8-4787-B5A8-363CDADD9E82}</Project>
|
|
<Name>Mono.Security.NewTls.Interface</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Mono.Security.NewTls.TestFramework\Mono.Security.NewTls.TestFramework.csproj">
|
|
<Project>{EA1D2205-446B-4B54-823A-94985CC36A17}</Project>
|
|
<Name>Mono.Security.NewTls.TestFramework</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\external\web-tests\Xamarin.AsyncTests\Xamarin.AsyncTests.csproj">
|
|
<Project>{CE125B3F-AD36-4EDD-B3D5-4CDBE430924A}</Project>
|
|
<Name>Xamarin.AsyncTests</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Resources\" />
|
|
<Folder Include="CA\" />
|
|
</ItemGroup>
|
|
</Project> |