|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> |
| 4 | + <PropertyGroup> |
| 5 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 6 | + <CLRTestKind>BuildAndRun</CLRTestKind> |
| 7 | + <ProjectGuid>{A05C2EF2-A986-448C-9C63-735CC17409AA}</ProjectGuid> |
| 8 | + <OutputType>Library</OutputType> |
| 9 | + <AssemblyName>System.Security.Cryptography.OpenSsl.Tests</AssemblyName> |
| 10 | + <RootNamespace>System.Security.Cryptography.OpenSsl.Tests</RootNamespace> |
| 11 | + <UnsupportedPlatforms>Windows_NT</UnsupportedPlatforms> |
| 12 | + </PropertyGroup> |
| 13 | + <ItemGroup> |
| 14 | + <ProjectReference Include="..\src\System.Security.Cryptography.OpenSsl.csproj"> |
| 15 | + <Project>{78452F3E-BA91-47E7-BB0F-02E8A5C116C4}</Project> |
| 16 | + <Name>System.Security.Cryptography.OpenSsl</Name> |
| 17 | + </ProjectReference> |
| 18 | + <ProjectReference Include="..\..\System.Security.Cryptography.Algorithms\src\System.Security.Cryptography.Algorithms.csproj"> |
| 19 | + <Project>{81A05E2E-E3AE-4246-B4E6-DD5F31FB71F9}</Project> |
| 20 | + <Name>System.Security.Cryptography.Algorithms</Name> |
| 21 | + </ProjectReference> |
| 22 | + <ProjectReference Include="..\..\System.Security.Cryptography.Primitives\src\System.Security.Cryptography.Primitives.csproj"> |
| 23 | + <Project>{D04A73AE-E418-4ACD-A132-7688435BE8B5}</Project> |
| 24 | + <Name>System.Security.Cryptography.Primitives</Name> |
| 25 | + </ProjectReference> |
| 26 | + </ItemGroup> |
| 27 | + <ItemGroup> |
| 28 | + <Compile Include="RSAOpenSslProvider.cs" /> |
| 29 | + <Compile Include="$(CommonTestPath)\Cryptography\ByteUtils.cs"> |
| 30 | + <Link>CommonTest\Cryptography\ByteUtils.cs</Link> |
| 31 | + </Compile> |
| 32 | + <Compile Include="$(CommonTestPath)\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs"> |
| 33 | + <Link>CommonTest\Cryptography\AlgorithmImplementations\RSA\EncryptDecrypt.cs</Link> |
| 34 | + </Compile> |
| 35 | + <Compile Include="$(CommonTestPath)\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs"> |
| 36 | + <Link>CommonTest\Cryptography\AlgorithmImplementations\RSA\ImportExport.cs</Link> |
| 37 | + </Compile> |
| 38 | + <Compile Include="$(CommonTestPath)\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs"> |
| 39 | + <Link>CommonTest\Cryptography\AlgorithmImplementations\RSA\KeyGeneration.cs</Link> |
| 40 | + </Compile> |
| 41 | + <Compile Include="$(CommonTestPath)\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs"> |
| 42 | + <Link>CommonTest\Cryptography\AlgorithmImplementations\RSA\RSAFactory.cs</Link> |
| 43 | + </Compile> |
| 44 | + <Compile Include="$(CommonTestPath)\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs"> |
| 45 | + <Link>CommonTest\Cryptography\AlgorithmImplementations\RSA\SignVerify.cs</Link> |
| 46 | + </Compile> |
| 47 | + <Compile Include="$(CommonTestPath)\Cryptography\AlgorithmImplementations\RSA\TestData.cs"> |
| 48 | + <Link>CommonTest\Cryptography\AlgorithmImplementations\RSA\TestData.cs</Link> |
| 49 | + </Compile> |
| 50 | + <Compile Include="$(CommonTestPath)\Streams\PositionValueStream.cs"> |
| 51 | + <Link>CommonTest\Streams\PositionValueStream.cs</Link> |
| 52 | + </Compile> |
| 53 | + </ItemGroup> |
| 54 | + <ItemGroup> |
| 55 | + <None Include="project.json" /> |
| 56 | + </ItemGroup> |
| 57 | + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" /> |
| 58 | +</Project> |
0 commit comments