You've already forked linux-packaging-mono
43 lines
2.6 KiB
XML
43 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
<PropertyGroup>
|
|
<ProjectGuid>{2DD8DFFA-09FF-46C6-8313-4A9CC1849A44}</ProjectGuid>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DefineConstants Condition="'$(TargetGroup)'=='netcoreapp'">$(DefineConstants);netcoreapp</DefineConstants>
|
|
</PropertyGroup>
|
|
<!-- Don't delete these clauses even if they look useless. They tell the VS IDE that "Windows_Debug", etc., are
|
|
valid configuration for this project and stop it from trying to "fix up" the .sln file -->
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Debug|AnyCPU'" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Release|AnyCPU'" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Windows_NT-Debug|AnyCPU'" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netstandard-Windows_NT-Release|AnyCPU'" />
|
|
<ItemGroup>
|
|
<Compile Include="$(CommonTestPath)\System\Security\Cryptography\ByteUtils.cs">
|
|
<Link>CommonTest\System\Security\Cryptography\ByteUtils.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Certificates.cs" />
|
|
<Compile Include="CertLoader.cs" />
|
|
<Compile Include="CertLoader.Settings.cs" />
|
|
<Compile Include="CmsRecipientCollectionTests.cs" />
|
|
<Compile Include="CryptographicAttributeObjectCollectionTests.cs" />
|
|
<Compile Include="EnvelopedCms\CertificateTests.cs" />
|
|
<Compile Include="EnvelopedCms\ContentEncryptionAlgorithmTests.cs" />
|
|
<Compile Include="EnvelopedCms\DecryptTests.cs" />
|
|
<Compile Include="EnvelopedCms\EdgeCasesTests.cs" />
|
|
<Compile Include="EnvelopedCms\GeneralTests.cs" />
|
|
<Compile Include="EnvelopedCms\KeyAgreeRecipientInfoTests.cs" />
|
|
<Compile Include="EnvelopedCms\KeyTransRecipientInfoTests.cs" />
|
|
<Compile Include="EnvelopedCms\StateTests.cs" />
|
|
<Compile Include="EnvelopedCms\UnprotectedAttributeTests.cs" />
|
|
<Compile Include="Oids.cs" />
|
|
<Compile Include="Pkcs9AttributeTests.cs" />
|
|
<Compile Include="RecipientInfoCollectionTests.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup Condition="'$(TargetGroup)'=='netcoreapp'">
|
|
<Compile Include="EnvelopedCms\DecryptTests.KeyPersistence.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
|
</Project> |