-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60f4c4f
commit 8f4bcba
Showing
152 changed files
with
162 additions
and
155 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
284 changes: 142 additions & 142 deletions
284
...tics.Tests/Unity.Mathematics.Tests.csproj → src/Tests/Unity.Mathematics.Tests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,143 +1,143 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>Unity.Mathematics.Tests</RootNamespace> | ||
<AssemblyName>Unity.Mathematics.Tests</AssemblyName> | ||
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<TargetFrameworkProfile /> | ||
</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> | ||
</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> | ||
<ItemGroup> | ||
<Reference Include="nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath> | ||
<Private>True</Private> | ||
</Reference> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Data.DataSetExtensions" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Net.Http" /> | ||
<Reference Include="System.Xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="TestCompilerAttribute.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="Tests\Shared\TestBitmanipulation.cs" /> | ||
<Compile Include="Tests\Shared\TestBool2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool2x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool2x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool2x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool3x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool3x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool3x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool4x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool4x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool4x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble2x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble2x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble2x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble3x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble3x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble3x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble4x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble4x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble4x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat2x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat2x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat2x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat3x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat3x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat3x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat4x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat4x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat4x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestHalf.cs" /> | ||
<Compile Include="Tests\Shared\TestInt2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt2x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt2x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt2x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt3x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt3x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt3x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt4x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt4x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt4x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestMath.cs" /> | ||
<Compile Include="Tests\Shared\TestMath.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestMatrix.cs" /> | ||
<Compile Include="Tests\Shared\TestQuaternion.cs" /> | ||
<Compile Include="Tests\Shared\TestRigidTransform.cs" /> | ||
<Compile Include="Tests\TestMath2.cs" /> | ||
<Compile Include="Tests\TestRandom.cs" /> | ||
<Compile Include="Tests\Shared\TestUint2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint2x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint2x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint2x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint3x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint3x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint3x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint4x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint4x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint4x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUtils.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="packages.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Unity.Mathematics\Unity.Mathematics.csproj"> | ||
<Project>{19810344-7387-4155-935f-bdd5cc61f0bf}</Project> | ||
<Name>Unity.Mathematics</Name> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
<!-- 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> | ||
--> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>Unity.Mathematics.Tests</RootNamespace> | ||
<AssemblyName>Unity.Mathematics.Tests</AssemblyName> | ||
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<TargetFrameworkProfile /> | ||
</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> | ||
</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> | ||
<ItemGroup> | ||
<Reference Include="nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> | ||
<HintPath>..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath> | ||
<Private>True</Private> | ||
</Reference> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Data.DataSetExtensions" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Net.Http" /> | ||
<Reference Include="System.Xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="TestCompilerAttribute.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="Tests\Shared\TestBitmanipulation.cs" /> | ||
<Compile Include="Tests\Shared\TestBool2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool2x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool2x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool2x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool3x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool3x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool3x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool4x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool4x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestBool4x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble2x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble2x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble2x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble3x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble3x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble3x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble4x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble4x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestDouble4x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat2x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat2x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat2x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat3x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat3x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat3x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat4x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat4x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestFloat4x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestHalf.cs" /> | ||
<Compile Include="Tests\Shared\TestInt2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt2x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt2x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt2x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt3x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt3x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt3x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt4x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt4x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestInt4x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestMath.cs" /> | ||
<Compile Include="Tests\Shared\TestMath.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestMatrix.cs" /> | ||
<Compile Include="Tests\Shared\TestQuaternion.cs" /> | ||
<Compile Include="Tests\Shared\TestRigidTransform.cs" /> | ||
<Compile Include="Tests\TestMath2.cs" /> | ||
<Compile Include="Tests\TestRandom.cs" /> | ||
<Compile Include="Tests\Shared\TestUint2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint2x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint2x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint2x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint3x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint3x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint3x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint4x2.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint4x3.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUint4x4.gen.cs" /> | ||
<Compile Include="Tests\Shared\TestUtils.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="packages.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\Unity.Mathematics\Unity.Mathematics.csproj"> | ||
<Project>{19810344-7387-4155-935f-bdd5cc61f0bf}</Project> | ||
<Name>Unity.Mathematics</Name> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
<!-- 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> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters