232 lines
11 KiB
XML
232 lines
11 KiB
XML
<?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>
|
|
<ProjectGuid>{DD861777-F312-4C3C-9E7C-148EAABE281D}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MPIR.Tests</RootNamespace>
|
|
<AssemblyName>mpir.net-tests</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
|
|
<IsCodedUITest>False</IsCodedUITest>
|
|
<TestProjectType>UnitTest</TestProjectType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;WIN64</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE;WIN64</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.XML" />
|
|
<Reference Include="System.Xml.Serialization" />
|
|
</ItemGroup>
|
|
<Choose>
|
|
<When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
</ItemGroup>
|
|
</When>
|
|
<Otherwise>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
|
|
</ItemGroup>
|
|
</Otherwise>
|
|
</Choose>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\mpir.net-tests\HugeFloatTests\Assignment.cs">
|
|
<Link>HugeFloatTests\Assignment.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeFloatTests\Arithmetic.cs">
|
|
<Link>HugeFloatTests\Arithmetic.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeFloatTests\Comparisons.cs">
|
|
<Link>HugeFloatTests\Comparisons.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeFloatTests\ConstructionAndDisposal.cs">
|
|
<Link>HugeFloatTests\ConstructionAndDisposal.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeFloatTests\Conversions.cs">
|
|
<Link>HugeFloatTests\Conversions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeFloatTests\ExpressionTests.cs">
|
|
<Link>HugeFloatTests\ExpressionTests.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeFloatTests\IO.cs">
|
|
<Link>HugeFloatTests\IO.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeFloatTests\Math.cs">
|
|
<Link>HugeFloatTests\Math.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeFloatTests\Precision.cs">
|
|
<Link>HugeFloatTests\Precision.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeIntTests\Arithmetic.cs">
|
|
<Link>HugeIntTests\Arithmetic.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeIntTests\Assignment.cs">
|
|
<Link>HugeIntTests\Assignment.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeIntTests\Bitwise.cs">
|
|
<Link>HugeIntTests\Bitwise.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeIntTests\Conversions.cs">
|
|
<Link>HugeIntTests\Conversions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeIntTests\Comparisons.cs">
|
|
<Link>HugeIntTests\Comparisons.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeIntTests\ExpressionTests.cs">
|
|
<Link>HugeIntTests\ExpressionTests.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeIntTests\IO.cs">
|
|
<Link>HugeIntTests\IO.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeIntTests\Math.cs">
|
|
<Link>HugeIntTests\Math.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeIntTests\NumberTheoretic.cs">
|
|
<Link>HugeIntTests\NumberTheoretic.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeRationalTests\Arithmetic.cs">
|
|
<Link>HugeRationalTests\Arithmetic.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeRationalTests\Assignment.cs">
|
|
<Link>HugeRationalTests\Assignment.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeRationalTests\Comparisons.cs">
|
|
<Link>HugeRationalTests\Comparisons.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeRationalTests\ConstructionAndDisposal.cs">
|
|
<Link>HugeRationalTests\ConstructionAndDisposal.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeRationalTests\Conversions.cs">
|
|
<Link>HugeRationalTests\Conversions.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeRationalTests\ExpressionTests.cs">
|
|
<Link>HugeRationalTests\ExpressionTests.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeRationalTests\IO.cs">
|
|
<Link>HugeRationalTests\IO.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\IntegrationTests\XmlCommentsTests.cs">
|
|
<Link>IntegrationTests\XmlCommentsTests.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\OtherTests\MpirSettings.cs">
|
|
<Link>OtherTests\MpirSettings.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\OtherTests\Random.cs">
|
|
<Link>OtherTests\Random.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\Utilities\Accessors.cs">
|
|
<Link>Utilities\Accessors.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\Utilities\Platform.cs">
|
|
<Link>Utilities\Platform.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\HugeIntTests\ConstructionAndDisposal.cs">
|
|
<Link>HugeIntTests\ConstructionAndDisposal.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\mpir.net-tests\Properties\AssemblyInfo.cs">
|
|
<Link>Properties\AssemblyInfo.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\mpir.net\mpir.net.vcxproj">
|
|
<Project>{1e6e20ca-9f97-45a0-b797-c43a9716b95b}</Project>
|
|
<Name>mpir.net</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Choose>
|
|
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>taskkill /F /IM vstest.executionengine.exe /FI "MEMUSAGE gt 1"</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- 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>
|
|
-->
|
|
</Project> |