Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Mono.Security/Mono.Security-tests-net_4_0.csproj')
-rw-r--r--mcs/class/Mono.Security/Mono.Security-tests-net_4_0.csproj129
1 files changed, 0 insertions, 129 deletions
diff --git a/mcs/class/Mono.Security/Mono.Security-tests-net_4_0.csproj b/mcs/class/Mono.Security/Mono.Security-tests-net_4_0.csproj
deleted file mode 100644
index fa6828bdb8a..00000000000
--- a/mcs/class/Mono.Security/Mono.Security-tests-net_4_0.csproj
+++ /dev/null
@@ -1,129 +0,0 @@
-<?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>{A6B7ED7F-8A76-4D58-9345-14A9B74C91E8}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,1030,169,219,618,672</NoWarn>
- <OutputPath>bin\Debug\Mono.Security-tests-net_4_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>Mono.Security_test_net_4_0</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,1030,169,219,618,672</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,1030,169,219,618,672</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</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\Mono.Math\ArithmeticBigTest.cs" />
- <Compile Include="Test\Mono.Math\BigIntegerSetTest.cs" />
- <Compile Include="Test\Mono.Math\BigIntegerTest.cs" />
- <Compile Include="Test\Mono.Math\BitwiseTest.cs" />
- <Compile Include="Test\Mono.Math\GcdBigTest.cs" />
- <Compile Include="Test\Mono.Math\ModInverseBigTest.cs" />
- <Compile Include="Test\Mono.Math\ModRingTest.cs" />
- <Compile Include="Test\Mono.Math\PrimeGenerationTest.cs" />
- <Compile Include="Test\Mono.Math\PrimeTestingTest.cs" />
- <Compile Include="Test\Mono.Math\SearchGeneratorTest.cs" />
- <Compile Include="Test\Mono.Security.Authenticode\AuthenticodeDeformatterTest.cs" />
- <Compile Include="Test\Mono.Security.Authenticode\PrivateKeyTest.cs" />
- <Compile Include="Test\Mono.Security.Authenticode\SoftwarePublisherCertificateTest.cs" />
- <Compile Include="Test\Mono.Security.Cryptography\ARC4ManagedTest.cs" />
- <Compile Include="Test\Mono.Security.Cryptography\CryptoConvertTest.cs" />
- <Compile Include="Test\Mono.Security.Cryptography\DiffieHellmanManagedTest.cs" />
- <Compile Include="Test\Mono.Security.Cryptography\KeyPairPersistenceTest.cs" />
- <Compile Include="Test\Mono.Security.Cryptography\MD2ManagedTest.cs" />
- <Compile Include="Test\Mono.Security.Cryptography\MD2Test.cs" />
- <Compile Include="Test\Mono.Security.Cryptography\MD4ManagedTest.cs" />
- <Compile Include="Test\Mono.Security.Cryptography\MD4Test.cs" />
- <Compile Include="Test\Mono.Security.Cryptography\PKCS1Test.cs" />
- <Compile Include="Test\Mono.Security.Cryptography\PKCS8Test.cs" />
- <Compile Include="Test\Mono.Security.Cryptography\RSAManagedTest.cs" />
- <Compile Include="Test\Mono.Security.Cryptography\SHA224ManagedTest.cs" />
- <Compile Include="Test\Mono.Security.Cryptography\SHA224Test.cs" />
- <Compile Include="Test\Mono.Security.Protocol.Ntlm\ChallengeResponseTest.cs" />
- <Compile Include="Test\Mono.Security.Protocol.Ntlm\MessageBaseTest.cs" />
- <Compile Include="Test\Mono.Security.Protocol.Ntlm\Type1MessageTest.cs" />
- <Compile Include="Test\Mono.Security.Protocol.Ntlm\Type2MessageTest.cs" />
- <Compile Include="Test\Mono.Security.Protocol.Ntlm\Type3MessageTest.cs" />
- <Compile Include="Test\Mono.Security.X509.Extensions\AuthorityKeyIdentifierExtensionTest.cs" />
- <Compile Include="Test\Mono.Security.X509.Extensions\BasicConstraintsExtensionTest.cs" />
- <Compile Include="Test\Mono.Security.X509.Extensions\ExtendedKeyUsageExtensionTest.cs" />
- <Compile Include="Test\Mono.Security.X509.Extensions\KeyUsageExtensionTest.cs" />
- <Compile Include="Test\Mono.Security.X509.Extensions\SubjectAltNameExtensionTest.cs" />
- <Compile Include="Test\Mono.Security.X509.Extensions\SubjectKeyIdentifierExtensionTest.cs" />
- <Compile Include="Test\Mono.Security.X509\PKCS12Test.cs" />
- <Compile Include="Test\Mono.Security.X509\X501NameTest.cs" />
- <Compile Include="Test\Mono.Security.X509\X509CertificateTest.cs" />
- <Compile Include="Test\Mono.Security.X509\X509CrlTest.cs" />
- <Compile Include="Test\Mono.Security.X509\X520AttributesTest.cs" />
- <Compile Include="Test\Mono.Security\ASN1ConvertTest.cs" />
- <Compile Include="Test\Mono.Security\PKCS7Test.cs" />
- <Compile Include="Test\Mono.Security\StrongNameTest.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_0\nunit.framework.dll" />
- <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
- <Name>corlib\corlib-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Security\Mono.Security-net_4_0.csproj">
- <Project>{73940AF7-7302-4B79-8EAF-DF03BDD9E3F4}</Project>
- <Name>Mono.Security\Mono.Security-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_0.csproj">
- <Project>{714C7BA8-AC9A-49C4-ADCA-CD4585EF1A46}</Project>
- <Name>System\System-net_4_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-