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

System.Numerics.Vectors.Tests.csproj « tests « System.Numerics.Vectors « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: def338a5d1a3eee294281c29a21b3cbfa0a14a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <ProjectGuid>{99E1E564-0EF4-4E33-BECE-8ABE64771349}</ProjectGuid>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <!-- Default configurations to help VS understand the configurations -->
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netfx-Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netfx-Release|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Release|AnyCPU'" />
  <ItemGroup>
    <Compile Include="..\src\System\Numerics\ConstantHelper.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>ConstantHelper.tt</DependentUpon>
    </Compile>
    <Compile Include="GenericVectorTests.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>GenericVectorTests.tt</DependentUpon>
    </Compile>
    <Compile Include="Util.cs" />
    <Compile Include="Vector2Tests.cs" />
    <Compile Include="Vector3Tests.cs" />
    <Compile Include="Vector4Tests.cs" />
    <Compile Include="MathHelper.cs" />
    <Compile Include="Matrix3x2Tests.cs" />
    <Compile Include="Matrix4x4Tests.cs" />
    <Compile Include="PlaneTests.cs" />
    <Compile Include="QuaternionTests.cs" />
    <Compile Condition="'$(TargetGroup)' == 'netfx'" Include="..\..\Common\src\System\MathF.netstandard.cs">
      <Link>System\MathF.netstandard.cs</Link>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <None Include="..\src\System\Numerics\ConstantHelper.tt">
      <Link>ConstantHelper.tt</Link>
      <Generator>TextTemplatingFileGenerator</Generator>
      <LastGenOutput>ConstantHelper.cs</LastGenOutput>
    </None>
    <None Include="..\src\System\Numerics\GenerationConfig.ttinclude">
      <Link>GenerationConfig.ttinclude</Link>
    </None>
    <None Include="GenericVectorTests.tt">
      <Generator>TextTemplatingFileGenerator</Generator>
      <LastGenOutput>GenericVectorTests.cs</LastGenOutput>
    </None>
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>