Skip to content

Commit

Permalink
Provide Test folder to package
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziounity committed Feb 28, 2019
1 parent 60f4c4f commit 8f4bcba
Show file tree
Hide file tree
Showing 152 changed files with 162 additions and 155 deletions.
7 changes: 7 additions & 0 deletions Unity.Mathematics.TestProject/Assets/Editor/file.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Unity.Mathematics.Tests.meta → src/Tests.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.
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.
24 changes: 12 additions & 12 deletions src/Unity.Mathematics.sln
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics", "Unity.Mathematics\Unity.Mathematics.csproj", "{19810344-7387-4155-935F-BDD5CC61F0BF}"
Project("FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics", "Unity.Mathematics\Unity.Mathematics.csproj", "9810344-7387-4155-935F-BDD5CC61F0BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics.CodeGen", "Unity.Mathematics.CodeGen\Unity.Mathematics.CodeGen.csproj", "{293EBCD6-CACD-4DA8-A518-FBC629268C0F}"
Project("FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics.CodeGen", "Unity.Mathematics.CodeGen\Unity.Mathematics.CodeGen.csproj", "93EBCD6-CACD-4DA8-A518-FBC629268C0F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "General", "General", "{B11ECCE1-1A78-40B2-956F-CBE615FF5DF9}"
Project("150E333-8FDC-42A3-9474-1A3956D46DE8}") = "General", "General", "{B11ECCE1-1A78-40B2-956F-CBE615FF5DF9}"
ProjectSection(SolutionItems) = preProject
..\readme.md = ..\readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics.Tests", "Unity.Mathematics.Tests\Unity.Mathematics.Tests.csproj", "{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics.Tests", "Tests\Unity.Mathematics.Tests.csproj", "{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -24,12 +24,12 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19810344-7387-4155-935F-BDD5CC61F0BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19810344-7387-4155-935F-BDD5CC61F0BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x64.ActiveCfg = Debug|x64
{19810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x64.Build.0 = Debug|x64
{19810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{19810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x86.Build.0 = Debug|Any CPU
9810344-7387-4155-935F-BDD5CC61F0BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
9810344-7387-4155-935F-BDD5CC61F0BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
9810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x64.ActiveCfg = Debug|x64
9810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x64.Build.0 = Debug|x64
9810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x86.ActiveCfg = Debug|Any CPU
9810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x86.Build.0 = Debug|Any CPU
{19810344-7387-4155-935F-BDD5CC61F0BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19810344-7387-4155-935F-BDD5CC61F0BF}.Release|Any CPU.Build.0 = Release|Any CPU
{19810344-7387-4155-935F-BDD5CC61F0BF}.Release|x64.ActiveCfg = Release|x64
Expand All @@ -47,7 +47,7 @@ Global
{293EBCD6-CACD-4DA8-A518-FBC629268C0F}.Release|x64.ActiveCfg = Release|x64
{293EBCD6-CACD-4DA8-A518-FBC629268C0F}.Release|x64.Build.0 = Release|x64
{293EBCD6-CACD-4DA8-A518-FBC629268C0F}.Release|x86.ActiveCfg = Release|Any CPU
{293EBCD6-CACD-4DA8-A518-FBC629268C0F}.Release|x86.Build.0 = Release|Any CPU
{293EBCD6-CACD-4DA8-A518-FBC629268C0F.Release|x86.Build.0 = Release|Any CPU
{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down

0 comments on commit 8f4bcba

Please sign in to comment.