| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{D49E3075-7A78-4CF1-8300-DF847C9B6796}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618,414,169,219,1595,168,183,414</NoWarn>
- <OutputPath>bin\Debug\System.Security-tests-net_4_5</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Security_test_net_4_5</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,618,414,169,219,1595,168,183,414</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;SECURITY_DEP</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,618,414,169,219,1595,168,183,414</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;SECURITY_DEP</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="Test\System.Security.Cryptography.Pkcs\AlgorithmIdentifierTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\CmsRecipientCollectionTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\CmsRecipientTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\CmsSignerTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\ContentInfoTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\EnvelopedCmsTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\KeyTransRecipientInfoTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkcs9AttributeTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkcs9ContentTypeTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkcs9DocumentDescriptionTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkcs9DocumentNameTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkcs9MessageDigestTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkcs9SigningTimeTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\Pkits_4_01_SignatureVerification.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\PkitsTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\SignedCmsTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\SignerInfoCollectionTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\SignerInfoTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Pkcs\SubjectIdentifierTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.X509Certificates\X509Certificate2UICas.cs" />
- <Compile Include="Test\System.Security.Cryptography.X509Certificates\X509Certificate2UITest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\AssertCrypto.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\DataObjectTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\DataReferenceTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\DSAKeyValueTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\EncryptedXmlTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\KeyInfoNameTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\KeyInfoNodeTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\KeyInfoRetrievalMethodTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\KeyInfoTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\KeyInfoX509DataTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\ReferenceTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\RSAKeyValueTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\SignatureTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\SignedInfoTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\SignedXmlTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\TransformChainTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\TransformTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\XmlDecryptionTransformTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigBase64TransformTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigC14NTransformTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigC14NWithCommentsTransformTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigEnvelopedSignatureTransformTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigExcC14NTransformTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigExcC14NWithCommentsTransformTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigXPathTransformTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\XmlDsigXsltTransformTest.cs" />
- <Compile Include="Test\System.Security.Cryptography.Xml\XmlLicenseTransformTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\CryptographicAttributeObjectCas.cs" />
- <Compile Include="Test\System.Security.Cryptography\CryptographicAttributeObjectCollectionCas.cs" />
- <Compile Include="Test\System.Security.Cryptography\CryptographicAttributeObjectCollectionTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\CryptographicAttributeObjectEnumeratorCas.cs" />
- <Compile Include="Test\System.Security.Cryptography\CryptographicAttributeObjectEnumeratorTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\CryptographicAttributeTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\ProtectedDataCas.cs" />
- <Compile Include="Test\System.Security.Cryptography\ProtectedDataTest.cs" />
- <Compile Include="Test\System.Security.Cryptography\ProtectedMemoryCas.cs" />
- <Compile Include="Test\System.Security.Cryptography\ProtectedMemoryTest.cs" />
- <Compile Include="Test\System.Security.Permissions\DataProtectionPermissionAttributeTest.cs" />
</ItemGroup>
- <!-- 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>
- -->
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="..\lib\net_4_5\nunit.framework.dll" />
- <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
- <Name>corlib\corlib-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Security\System.Security-net_4_5.csproj">
- <Project>{B55E59B2-31CA-438B-ADB8-4B9A9A547830}</Project>
- <Name>System.Security\System.Security-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_5-1.csproj">
- <Project>{6822DF7D-F859-4F02-9946-F138AA756A0E}</Project>
- <Name>System\System-net_4_5-1</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_4_5.csproj">
- <Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>
- <Name>System.XML\System.Xml-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Security\Mono.Security-net_4_5.csproj">
- <Project>{D68D4FED-CA32-4800-A628-58BAE485562C}</Project>
- <Name>Mono.Security\Mono.Security-net_4_5</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- </Project>
|