|
1 | | -<?xml version='1.0' encoding='UTF-8'?><Project DefaultTargets='Build' ToolsVersion='4.0' xmlns='http://schemas.microsoft.com/developer/msbuild/2003'><Import Condition='Exists('..\packages\NUnit.3.12.0\build\NUnit.props')' Project='..\packages\NUnit.3.12.0\build\NUnit.props'/><PropertyGroup><Configuration Condition=' '$(Configuration)' == '' '>Debug</Configuration><Platform Condition=' '$(Platform)' == '' '>AnyCPU</Platform><ProjectGuid>{00EB31B6-A805-4EFB-A64B-9F8176B2A1CC}</ProjectGuid><OutputType>Exe</OutputType><AssemblyName>Test40</AssemblyName><CodeAnalysisRuleSet>rules.ruleset</CodeAnalysisRuleSet></PropertyGroup><PropertyGroup Condition=' '$(Configuration)'=='Debug' '><DebugSymbols>true</DebugSymbols><DebugType>full</DebugType><Optimize>false</Optimize><OutputPath>bin\Debug</OutputPath><DefineConstants>DEBUG;NET40</DefineConstants><ErrorReport>prompt</ErrorReport><WarningLevel>4</WarningLevel><ExternalConsole>true</ExternalConsole><CodeAnalysisRuleSet>rules.ruleset</CodeAnalysisRuleSet></PropertyGroup><PropertyGroup Condition=' '$(Configuration)'=='Release' '><Optimize>true</Optimize><OutputPath>bin\Release</OutputPath><ErrorReport>prompt</ErrorReport><DefineConstants>NET40</DefineConstants><WarningLevel>4</WarningLevel><ExternalConsole>true</ExternalConsole><CodeAnalysisRuleSet>rules.ruleset</CodeAnalysisRuleSet></PropertyGroup><ItemGroup><Reference Include='System'/><Reference Include='System.Numerics'/><PackageReference Include='NUnit'><Version>3.12.0</Version></PackageReference><PackageReference Include='StyleCop.Analyzers'><Version>1.1.118</Version></PackageReference><PackageReference Include='Microsoft.CodeAnalysis.NetAnalyzers'><Version>5.0.3</Version></PackageReference><Compile Include='../Test/EDecimalTest.cs'><Link>EDecimalTest.cs</Link></Compile><Compile Include='../Test/EContextTest.cs'><Link>EContextTest.cs</Link></Compile><Compile Include='../Test/IRandomGenExtended.cs'><Link>IRandomGenExtended.cs</Link></Compile><Compile Include='../Test/XorShift128Plus.cs'><Link>XorShift128Plus.cs</Link></Compile><AdditionalFiles Include='../Test/stylecop.json'><Link>stylecop.json</Link></AdditionalFiles><Compile Include='../Test/RandomObjects.cs'><Link>RandomObjects.cs</Link></Compile><Compile Include='../Test/AppResources.cs'><Link>AppResources.cs</Link></Compile><Compile Include='../Test/TestCommon.cs'><Link>TestCommon.cs</Link></Compile><Compile Include='../Test/ETrapExceptionTest.cs'><Link>ETrapExceptionTest.cs</Link></Compile><Compile Include='../Test/SevenBitEncoded.cs'><Link>SevenBitEncoded.cs</Link></Compile><Compile Include='../Test/EIntegerTest.cs'><Link>EIntegerTest.cs</Link></Compile><Compile Include='../Test/RandomGenerator.cs'><Link>RandomGenerator.cs</Link></Compile><Compile Include='../Test/ExtraTest.cs'><Link>ExtraTest.cs</Link></Compile><Compile Include='../Test/StringAndBigInt.cs'><Link>StringAndBigInt.cs</Link></Compile><Compile Include='../Test/DecTestUtil.cs'><Link>DecTestUtil.cs</Link></Compile><EmbeddedResource Include='../Test/Resources.restext'><Link>Resources.restext</Link><LogicalName>Resources.resources</LogicalName></EmbeddedResource><Compile Include='../Test/DecimalTest.cs'><Link>DecimalTest.cs</Link></Compile><Compile Include='../Test/Runner.cs'><Link>Runner.cs</Link></Compile><Compile Include='../Test/ExtensiveTest.cs'><Link>ExtensiveTest.cs</Link></Compile><Compile Include='../Test/ERationalTest.cs'><Link>ERationalTest.cs</Link></Compile><Compile Include='../Test/IRandomGen.cs'><Link>IRandomGen.cs</Link></Compile><Compile Include='../Test/EFloatTest.cs'><Link>EFloatTest.cs</Link></Compile><Compile Include='Properties/AssemblyInfo.cs'/><AdditionalFiles Include='stylecop.json'></AdditionalFiles><AdditionalFiles Include='rules.ruleset'></AdditionalFiles></ItemGroup><ItemGroup><ProjectReference Include='..\Numbers40\Numbers40.csproj'><Project>{D7E09F55-3156-44B0-87D9-1BABCBB398D9}</Project><Name>Test40</Name></ProjectReference></ItemGroup><Import Project='$(MSBuildToolsPath)\Microsoft.CSharp.targets'/><PropertyGroup><TargetFrameworkVersion>v4.0</TargetFrameworkVersion><RuntimeIdentifiers>win</RuntimeIdentifiers></PropertyGroup></Project> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="../packages/NUnit.3.13.2/build/NUnit.props" Condition="Exists('../packages/NUnit.3.13.2/build/NUnit.props')" /> |
| 4 | + <PropertyGroup> |
| 5 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 6 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 7 | + <ProjectGuid>{00EB31B6-A805-4EFB-A64B-9F8176B2A1CC}</ProjectGuid> |
| 8 | + <OutputType>Exe</OutputType> |
| 9 | + <AssemblyName>Test40</AssemblyName> |
| 10 | + <CodeAnalysisRuleSet>rules.ruleset</CodeAnalysisRuleSet> |
| 11 | + </PropertyGroup> |
| 12 | + <PropertyGroup Condition=" '$(Configuration)'=='Debug' "> |
| 13 | + <DebugSymbols>true</DebugSymbols> |
| 14 | + <DebugType>full</DebugType> |
| 15 | + <Optimize>false</Optimize> |
| 16 | + <OutputPath>bin\Debug</OutputPath> |
| 17 | + <DefineConstants>DEBUG;NET40</DefineConstants> |
| 18 | + <ErrorReport>prompt</ErrorReport> |
| 19 | + <WarningLevel>4</WarningLevel> |
| 20 | + <ExternalConsole>true</ExternalConsole> |
| 21 | + <CodeAnalysisRuleSet>rules.ruleset</CodeAnalysisRuleSet> |
| 22 | + </PropertyGroup> |
| 23 | + <PropertyGroup Condition=" '$(Configuration)'=='Release' "> |
| 24 | + <Optimize>true</Optimize> |
| 25 | + <OutputPath>bin\Release</OutputPath> |
| 26 | + <ErrorReport>prompt</ErrorReport> |
| 27 | + <DefineConstants>NET40</DefineConstants> |
| 28 | + <WarningLevel>4</WarningLevel> |
| 29 | + <ExternalConsole>true</ExternalConsole> |
| 30 | + <CodeAnalysisRuleSet>rules.ruleset</CodeAnalysisRuleSet> |
| 31 | + </PropertyGroup> |
| 32 | + <ItemGroup> |
| 33 | + <Reference Include="nunit.framework, Version=3.13.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb"> |
| 34 | + <HintPath>../packages/NUnit.3.13.2/lib/net40/nunit.framework.dll</HintPath> |
| 35 | + <Private>True</Private> |
| 36 | + </Reference> |
| 37 | + <Reference Include="System" /> |
| 38 | + <Reference Include="System.Numerics" /> |
| 39 | + <PackageReference Include="NUnit"> |
| 40 | + <Version>3.12.0</Version> |
| 41 | + </PackageReference> |
| 42 | + <PackageReference Include="StyleCop.Analyzers"> |
| 43 | + <Version>1.1.118</Version> |
| 44 | + </PackageReference> |
| 45 | + <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers"> |
| 46 | + <Version>5.0.3</Version> |
| 47 | + </PackageReference> |
| 48 | + <Compile Include="../Test/EDecimalTest.cs"> |
| 49 | + <Link>EDecimalTest.cs</Link> |
| 50 | + </Compile> |
| 51 | + <Compile Include="../Test/EContextTest.cs"> |
| 52 | + <Link>EContextTest.cs</Link> |
| 53 | + </Compile> |
| 54 | + <Compile Include="../Test/IRandomGenExtended.cs"> |
| 55 | + <Link>IRandomGenExtended.cs</Link> |
| 56 | + </Compile> |
| 57 | + <Compile Include="../Test/XorShift128Plus.cs"> |
| 58 | + <Link>XorShift128Plus.cs</Link> |
| 59 | + </Compile> |
| 60 | + <AdditionalFiles Include="../Test/stylecop.json"> |
| 61 | + <Link>stylecop.json</Link> |
| 62 | + </AdditionalFiles> |
| 63 | + <Compile Include="../Test/RandomObjects.cs"> |
| 64 | + <Link>RandomObjects.cs</Link> |
| 65 | + </Compile> |
| 66 | + <Compile Include="../Test/AppResources.cs"> |
| 67 | + <Link>AppResources.cs</Link> |
| 68 | + </Compile> |
| 69 | + <Compile Include="../Test/TestCommon.cs"> |
| 70 | + <Link>TestCommon.cs</Link> |
| 71 | + </Compile> |
| 72 | + <Compile Include="../Test/ETrapExceptionTest.cs"> |
| 73 | + <Link>ETrapExceptionTest.cs</Link> |
| 74 | + </Compile> |
| 75 | + <Compile Include="../Test/SevenBitEncoded.cs"> |
| 76 | + <Link>SevenBitEncoded.cs</Link> |
| 77 | + </Compile> |
| 78 | + <Compile Include="../Test/EIntegerTest.cs"> |
| 79 | + <Link>EIntegerTest.cs</Link> |
| 80 | + </Compile> |
| 81 | + <Compile Include="../Test/RandomGenerator.cs"> |
| 82 | + <Link>RandomGenerator.cs</Link> |
| 83 | + </Compile> |
| 84 | + <Compile Include="../Test/ExtraTest.cs"> |
| 85 | + <Link>ExtraTest.cs</Link> |
| 86 | + </Compile> |
| 87 | + <Compile Include="../Test/StringAndBigInt.cs"> |
| 88 | + <Link>StringAndBigInt.cs</Link> |
| 89 | + </Compile> |
| 90 | + <Compile Include="../Test/DecTestUtil.cs"> |
| 91 | + <Link>DecTestUtil.cs</Link> |
| 92 | + </Compile> |
| 93 | + <EmbeddedResource Include="../Test/Resources.restext"> |
| 94 | + <Link>Resources.restext</Link> |
| 95 | + <LogicalName>Resources.resources</LogicalName> |
| 96 | + </EmbeddedResource> |
| 97 | + <Compile Include="../Test/DecimalTest.cs"> |
| 98 | + <Link>DecimalTest.cs</Link> |
| 99 | + </Compile> |
| 100 | + <Compile Include="../Test/Runner.cs"> |
| 101 | + <Link>Runner.cs</Link> |
| 102 | + </Compile> |
| 103 | + <Compile Include="../Test/ExtensiveTest.cs"> |
| 104 | + <Link>ExtensiveTest.cs</Link> |
| 105 | + </Compile> |
| 106 | + <Compile Include="../Test/ERationalTest.cs"> |
| 107 | + <Link>ERationalTest.cs</Link> |
| 108 | + </Compile> |
| 109 | + <Compile Include="../Test/IRandomGen.cs"> |
| 110 | + <Link>IRandomGen.cs</Link> |
| 111 | + </Compile> |
| 112 | + <Compile Include="../Test/EFloatTest.cs"> |
| 113 | + <Link>EFloatTest.cs</Link> |
| 114 | + </Compile> |
| 115 | + <Compile Include="Properties/AssemblyInfo.cs" /> |
| 116 | + <AdditionalFiles Include="stylecop.json"> |
| 117 | + </AdditionalFiles> |
| 118 | + <AdditionalFiles Include="rules.ruleset"> |
| 119 | + </AdditionalFiles> |
| 120 | + </ItemGroup> |
| 121 | + <ItemGroup> |
| 122 | + <ProjectReference Include="..\Numbers40\Numbers40.csproj"> |
| 123 | + <Project>{D7E09F55-3156-44B0-87D9-1BABCBB398D9}</Project> |
| 124 | + <Name>Test40</Name> |
| 125 | + </ProjectReference> |
| 126 | + </ItemGroup> |
| 127 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 128 | + <PropertyGroup> |
| 129 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 130 | + <RuntimeIdentifiers>win</RuntimeIdentifiers> |
| 131 | + </PropertyGroup> |
| 132 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 133 | + <PropertyGroup> |
| 134 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText> |
| 135 | + </PropertyGroup> |
| 136 | + <Error Condition="!Exists('../packages/NUnit.3.13.2/build/NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/NUnit.3.13.2/build/NUnit.props'))" /> |
| 137 | + </Target> |
| 138 | +</Project> |
0 commit comments