Skip to content

Commit 8f4bcba

Browse files
committed
Provide Test folder to package
1 parent 60f4c4f commit 8f4bcba

File tree

152 files changed

+162
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+162
-155
lines changed

Unity.Mathematics.TestProject/Assets/Editor/file.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Unity.Mathematics.Tests.meta renamed to src/Tests.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
Lines changed: 142 additions & 142 deletions
Original file line numberDiff line numberDiff line change
@@ -1,143 +1,143 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4-
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}</ProjectGuid>
8-
<OutputType>Library</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>Unity.Mathematics.Tests</RootNamespace>
11-
<AssemblyName>Unity.Mathematics.Tests</AssemblyName>
12-
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
14-
<TargetFrameworkProfile />
15-
</PropertyGroup>
16-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17-
<DebugSymbols>true</DebugSymbols>
18-
<DebugType>full</DebugType>
19-
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
21-
<DefineConstants>DEBUG;TRACE</DefineConstants>
22-
<ErrorReport>prompt</ErrorReport>
23-
<WarningLevel>4</WarningLevel>
24-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
25-
</PropertyGroup>
26-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27-
<DebugType>pdbonly</DebugType>
28-
<Optimize>true</Optimize>
29-
<OutputPath>bin\Release\</OutputPath>
30-
<DefineConstants>TRACE</DefineConstants>
31-
<ErrorReport>prompt</ErrorReport>
32-
<WarningLevel>4</WarningLevel>
33-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
34-
</PropertyGroup>
35-
<ItemGroup>
36-
<Reference Include="nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
37-
<HintPath>..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath>
38-
<Private>True</Private>
39-
</Reference>
40-
<Reference Include="System" />
41-
<Reference Include="System.Core" />
42-
<Reference Include="System.Xml.Linq" />
43-
<Reference Include="System.Data.DataSetExtensions" />
44-
<Reference Include="Microsoft.CSharp" />
45-
<Reference Include="System.Data" />
46-
<Reference Include="System.Net.Http" />
47-
<Reference Include="System.Xml" />
48-
</ItemGroup>
49-
<ItemGroup>
50-
<Compile Include="TestCompilerAttribute.cs" />
51-
<Compile Include="Properties\AssemblyInfo.cs" />
52-
<Compile Include="Tests\Shared\TestBitmanipulation.cs" />
53-
<Compile Include="Tests\Shared\TestBool2.gen.cs" />
54-
<Compile Include="Tests\Shared\TestBool2x2.gen.cs" />
55-
<Compile Include="Tests\Shared\TestBool2x3.gen.cs" />
56-
<Compile Include="Tests\Shared\TestBool2x4.gen.cs" />
57-
<Compile Include="Tests\Shared\TestBool3.gen.cs" />
58-
<Compile Include="Tests\Shared\TestBool3x2.gen.cs" />
59-
<Compile Include="Tests\Shared\TestBool3x3.gen.cs" />
60-
<Compile Include="Tests\Shared\TestBool3x4.gen.cs" />
61-
<Compile Include="Tests\Shared\TestBool4.gen.cs" />
62-
<Compile Include="Tests\Shared\TestBool4x2.gen.cs" />
63-
<Compile Include="Tests\Shared\TestBool4x3.gen.cs" />
64-
<Compile Include="Tests\Shared\TestBool4x4.gen.cs" />
65-
<Compile Include="Tests\Shared\TestDouble2.gen.cs" />
66-
<Compile Include="Tests\Shared\TestDouble2x2.gen.cs" />
67-
<Compile Include="Tests\Shared\TestDouble2x3.gen.cs" />
68-
<Compile Include="Tests\Shared\TestDouble2x4.gen.cs" />
69-
<Compile Include="Tests\Shared\TestDouble3.gen.cs" />
70-
<Compile Include="Tests\Shared\TestDouble3x2.gen.cs" />
71-
<Compile Include="Tests\Shared\TestDouble3x3.gen.cs" />
72-
<Compile Include="Tests\Shared\TestDouble3x4.gen.cs" />
73-
<Compile Include="Tests\Shared\TestDouble4.gen.cs" />
74-
<Compile Include="Tests\Shared\TestDouble4x2.gen.cs" />
75-
<Compile Include="Tests\Shared\TestDouble4x3.gen.cs" />
76-
<Compile Include="Tests\Shared\TestDouble4x4.gen.cs" />
77-
<Compile Include="Tests\Shared\TestFloat2.gen.cs" />
78-
<Compile Include="Tests\Shared\TestFloat2x2.gen.cs" />
79-
<Compile Include="Tests\Shared\TestFloat2x3.gen.cs" />
80-
<Compile Include="Tests\Shared\TestFloat2x4.gen.cs" />
81-
<Compile Include="Tests\Shared\TestFloat3.gen.cs" />
82-
<Compile Include="Tests\Shared\TestFloat3x2.gen.cs" />
83-
<Compile Include="Tests\Shared\TestFloat3x3.gen.cs" />
84-
<Compile Include="Tests\Shared\TestFloat3x4.gen.cs" />
85-
<Compile Include="Tests\Shared\TestFloat4.gen.cs" />
86-
<Compile Include="Tests\Shared\TestFloat4x2.gen.cs" />
87-
<Compile Include="Tests\Shared\TestFloat4x3.gen.cs" />
88-
<Compile Include="Tests\Shared\TestFloat4x4.gen.cs" />
89-
<Compile Include="Tests\Shared\TestHalf.cs" />
90-
<Compile Include="Tests\Shared\TestInt2.gen.cs" />
91-
<Compile Include="Tests\Shared\TestInt2x2.gen.cs" />
92-
<Compile Include="Tests\Shared\TestInt2x3.gen.cs" />
93-
<Compile Include="Tests\Shared\TestInt2x4.gen.cs" />
94-
<Compile Include="Tests\Shared\TestInt3.gen.cs" />
95-
<Compile Include="Tests\Shared\TestInt3x2.gen.cs" />
96-
<Compile Include="Tests\Shared\TestInt3x3.gen.cs" />
97-
<Compile Include="Tests\Shared\TestInt3x4.gen.cs" />
98-
<Compile Include="Tests\Shared\TestInt4.gen.cs" />
99-
<Compile Include="Tests\Shared\TestInt4x2.gen.cs" />
100-
<Compile Include="Tests\Shared\TestInt4x3.gen.cs" />
101-
<Compile Include="Tests\Shared\TestInt4x4.gen.cs" />
102-
<Compile Include="Tests\Shared\TestMath.cs" />
103-
<Compile Include="Tests\Shared\TestMath.gen.cs" />
104-
<Compile Include="Tests\Shared\TestMatrix.cs" />
105-
<Compile Include="Tests\Shared\TestQuaternion.cs" />
106-
<Compile Include="Tests\Shared\TestRigidTransform.cs" />
107-
<Compile Include="Tests\TestMath2.cs" />
108-
<Compile Include="Tests\TestRandom.cs" />
109-
<Compile Include="Tests\Shared\TestUint2.gen.cs" />
110-
<Compile Include="Tests\Shared\TestUint2x2.gen.cs" />
111-
<Compile Include="Tests\Shared\TestUint2x3.gen.cs" />
112-
<Compile Include="Tests\Shared\TestUint2x4.gen.cs" />
113-
<Compile Include="Tests\Shared\TestUint3.gen.cs" />
114-
<Compile Include="Tests\Shared\TestUint3x2.gen.cs" />
115-
<Compile Include="Tests\Shared\TestUint3x3.gen.cs" />
116-
<Compile Include="Tests\Shared\TestUint3x4.gen.cs" />
117-
<Compile Include="Tests\Shared\TestUint4.gen.cs" />
118-
<Compile Include="Tests\Shared\TestUint4x2.gen.cs" />
119-
<Compile Include="Tests\Shared\TestUint4x3.gen.cs" />
120-
<Compile Include="Tests\Shared\TestUint4x4.gen.cs" />
121-
<Compile Include="Tests\Shared\TestUtils.cs" />
122-
</ItemGroup>
123-
<ItemGroup>
124-
<None Include="packages.config" />
125-
</ItemGroup>
126-
<ItemGroup>
127-
<ProjectReference Include="..\Unity.Mathematics\Unity.Mathematics.csproj">
128-
<Project>{19810344-7387-4155-935f-bdd5cc61f0bf}</Project>
129-
<Name>Unity.Mathematics</Name>
130-
</ProjectReference>
131-
</ItemGroup>
132-
<ItemGroup>
133-
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
134-
</ItemGroup>
135-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
136-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137-
Other similar extension points exist, see Microsoft.Common.targets.
138-
<Target Name="BeforeBuild">
139-
</Target>
140-
<Target Name="AfterBuild">
141-
</Target>
142-
-->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>Unity.Mathematics.Tests</RootNamespace>
11+
<AssemblyName>Unity.Mathematics.Tests</AssemblyName>
12+
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
<TargetFrameworkProfile />
15+
</PropertyGroup>
16+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17+
<DebugSymbols>true</DebugSymbols>
18+
<DebugType>full</DebugType>
19+
<Optimize>false</Optimize>
20+
<OutputPath>bin\Debug\</OutputPath>
21+
<DefineConstants>DEBUG;TRACE</DefineConstants>
22+
<ErrorReport>prompt</ErrorReport>
23+
<WarningLevel>4</WarningLevel>
24+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
25+
</PropertyGroup>
26+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27+
<DebugType>pdbonly</DebugType>
28+
<Optimize>true</Optimize>
29+
<OutputPath>bin\Release\</OutputPath>
30+
<DefineConstants>TRACE</DefineConstants>
31+
<ErrorReport>prompt</ErrorReport>
32+
<WarningLevel>4</WarningLevel>
33+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
34+
</PropertyGroup>
35+
<ItemGroup>
36+
<Reference Include="nunit.framework, Version=3.8.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
37+
<HintPath>..\packages\NUnit.3.8.1\lib\net45\nunit.framework.dll</HintPath>
38+
<Private>True</Private>
39+
</Reference>
40+
<Reference Include="System" />
41+
<Reference Include="System.Core" />
42+
<Reference Include="System.Xml.Linq" />
43+
<Reference Include="System.Data.DataSetExtensions" />
44+
<Reference Include="Microsoft.CSharp" />
45+
<Reference Include="System.Data" />
46+
<Reference Include="System.Net.Http" />
47+
<Reference Include="System.Xml" />
48+
</ItemGroup>
49+
<ItemGroup>
50+
<Compile Include="TestCompilerAttribute.cs" />
51+
<Compile Include="Properties\AssemblyInfo.cs" />
52+
<Compile Include="Tests\Shared\TestBitmanipulation.cs" />
53+
<Compile Include="Tests\Shared\TestBool2.gen.cs" />
54+
<Compile Include="Tests\Shared\TestBool2x2.gen.cs" />
55+
<Compile Include="Tests\Shared\TestBool2x3.gen.cs" />
56+
<Compile Include="Tests\Shared\TestBool2x4.gen.cs" />
57+
<Compile Include="Tests\Shared\TestBool3.gen.cs" />
58+
<Compile Include="Tests\Shared\TestBool3x2.gen.cs" />
59+
<Compile Include="Tests\Shared\TestBool3x3.gen.cs" />
60+
<Compile Include="Tests\Shared\TestBool3x4.gen.cs" />
61+
<Compile Include="Tests\Shared\TestBool4.gen.cs" />
62+
<Compile Include="Tests\Shared\TestBool4x2.gen.cs" />
63+
<Compile Include="Tests\Shared\TestBool4x3.gen.cs" />
64+
<Compile Include="Tests\Shared\TestBool4x4.gen.cs" />
65+
<Compile Include="Tests\Shared\TestDouble2.gen.cs" />
66+
<Compile Include="Tests\Shared\TestDouble2x2.gen.cs" />
67+
<Compile Include="Tests\Shared\TestDouble2x3.gen.cs" />
68+
<Compile Include="Tests\Shared\TestDouble2x4.gen.cs" />
69+
<Compile Include="Tests\Shared\TestDouble3.gen.cs" />
70+
<Compile Include="Tests\Shared\TestDouble3x2.gen.cs" />
71+
<Compile Include="Tests\Shared\TestDouble3x3.gen.cs" />
72+
<Compile Include="Tests\Shared\TestDouble3x4.gen.cs" />
73+
<Compile Include="Tests\Shared\TestDouble4.gen.cs" />
74+
<Compile Include="Tests\Shared\TestDouble4x2.gen.cs" />
75+
<Compile Include="Tests\Shared\TestDouble4x3.gen.cs" />
76+
<Compile Include="Tests\Shared\TestDouble4x4.gen.cs" />
77+
<Compile Include="Tests\Shared\TestFloat2.gen.cs" />
78+
<Compile Include="Tests\Shared\TestFloat2x2.gen.cs" />
79+
<Compile Include="Tests\Shared\TestFloat2x3.gen.cs" />
80+
<Compile Include="Tests\Shared\TestFloat2x4.gen.cs" />
81+
<Compile Include="Tests\Shared\TestFloat3.gen.cs" />
82+
<Compile Include="Tests\Shared\TestFloat3x2.gen.cs" />
83+
<Compile Include="Tests\Shared\TestFloat3x3.gen.cs" />
84+
<Compile Include="Tests\Shared\TestFloat3x4.gen.cs" />
85+
<Compile Include="Tests\Shared\TestFloat4.gen.cs" />
86+
<Compile Include="Tests\Shared\TestFloat4x2.gen.cs" />
87+
<Compile Include="Tests\Shared\TestFloat4x3.gen.cs" />
88+
<Compile Include="Tests\Shared\TestFloat4x4.gen.cs" />
89+
<Compile Include="Tests\Shared\TestHalf.cs" />
90+
<Compile Include="Tests\Shared\TestInt2.gen.cs" />
91+
<Compile Include="Tests\Shared\TestInt2x2.gen.cs" />
92+
<Compile Include="Tests\Shared\TestInt2x3.gen.cs" />
93+
<Compile Include="Tests\Shared\TestInt2x4.gen.cs" />
94+
<Compile Include="Tests\Shared\TestInt3.gen.cs" />
95+
<Compile Include="Tests\Shared\TestInt3x2.gen.cs" />
96+
<Compile Include="Tests\Shared\TestInt3x3.gen.cs" />
97+
<Compile Include="Tests\Shared\TestInt3x4.gen.cs" />
98+
<Compile Include="Tests\Shared\TestInt4.gen.cs" />
99+
<Compile Include="Tests\Shared\TestInt4x2.gen.cs" />
100+
<Compile Include="Tests\Shared\TestInt4x3.gen.cs" />
101+
<Compile Include="Tests\Shared\TestInt4x4.gen.cs" />
102+
<Compile Include="Tests\Shared\TestMath.cs" />
103+
<Compile Include="Tests\Shared\TestMath.gen.cs" />
104+
<Compile Include="Tests\Shared\TestMatrix.cs" />
105+
<Compile Include="Tests\Shared\TestQuaternion.cs" />
106+
<Compile Include="Tests\Shared\TestRigidTransform.cs" />
107+
<Compile Include="Tests\TestMath2.cs" />
108+
<Compile Include="Tests\TestRandom.cs" />
109+
<Compile Include="Tests\Shared\TestUint2.gen.cs" />
110+
<Compile Include="Tests\Shared\TestUint2x2.gen.cs" />
111+
<Compile Include="Tests\Shared\TestUint2x3.gen.cs" />
112+
<Compile Include="Tests\Shared\TestUint2x4.gen.cs" />
113+
<Compile Include="Tests\Shared\TestUint3.gen.cs" />
114+
<Compile Include="Tests\Shared\TestUint3x2.gen.cs" />
115+
<Compile Include="Tests\Shared\TestUint3x3.gen.cs" />
116+
<Compile Include="Tests\Shared\TestUint3x4.gen.cs" />
117+
<Compile Include="Tests\Shared\TestUint4.gen.cs" />
118+
<Compile Include="Tests\Shared\TestUint4x2.gen.cs" />
119+
<Compile Include="Tests\Shared\TestUint4x3.gen.cs" />
120+
<Compile Include="Tests\Shared\TestUint4x4.gen.cs" />
121+
<Compile Include="Tests\Shared\TestUtils.cs" />
122+
</ItemGroup>
123+
<ItemGroup>
124+
<None Include="packages.config" />
125+
</ItemGroup>
126+
<ItemGroup>
127+
<ProjectReference Include="..\Unity.Mathematics\Unity.Mathematics.csproj">
128+
<Project>{19810344-7387-4155-935f-bdd5cc61f0bf}</Project>
129+
<Name>Unity.Mathematics</Name>
130+
</ProjectReference>
131+
</ItemGroup>
132+
<ItemGroup>
133+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
134+
</ItemGroup>
135+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
136+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137+
Other similar extension points exist, see Microsoft.Common.targets.
138+
<Target Name="BeforeBuild">
139+
</Target>
140+
<Target Name="AfterBuild">
141+
</Target>
142+
-->
143143
</Project>

src/Unity.Mathematics.sln

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
44
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics", "Unity.Mathematics\Unity.Mathematics.csproj", "{19810344-7387-4155-935F-BDD5CC61F0BF}"
6+
Project("FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics", "Unity.Mathematics\Unity.Mathematics.csproj", "9810344-7387-4155-935F-BDD5CC61F0BF}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics.CodeGen", "Unity.Mathematics.CodeGen\Unity.Mathematics.CodeGen.csproj", "{293EBCD6-CACD-4DA8-A518-FBC629268C0F}"
8+
Project("FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics.CodeGen", "Unity.Mathematics.CodeGen\Unity.Mathematics.CodeGen.csproj", "93EBCD6-CACD-4DA8-A518-FBC629268C0F}"
99
EndProject
10-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "General", "General", "{B11ECCE1-1A78-40B2-956F-CBE615FF5DF9}"
10+
Project("150E333-8FDC-42A3-9474-1A3956D46DE8}") = "General", "General", "{B11ECCE1-1A78-40B2-956F-CBE615FF5DF9}"
1111
ProjectSection(SolutionItems) = preProject
1212
..\readme.md = ..\readme.md
1313
EndProjectSection
1414
EndProject
15-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics.Tests", "Unity.Mathematics.Tests\Unity.Mathematics.Tests.csproj", "{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}"
15+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Mathematics.Tests", "Tests\Unity.Mathematics.Tests.csproj", "{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}"
1616
EndProject
1717
Global
1818
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -24,12 +24,12 @@ Global
2424
Release|x86 = Release|x86
2525
EndGlobalSection
2626
GlobalSection(ProjectConfigurationPlatforms) = postSolution
27-
{19810344-7387-4155-935F-BDD5CC61F0BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
28-
{19810344-7387-4155-935F-BDD5CC61F0BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
29-
{19810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x64.ActiveCfg = Debug|x64
30-
{19810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x64.Build.0 = Debug|x64
31-
{19810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x86.ActiveCfg = Debug|Any CPU
32-
{19810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x86.Build.0 = Debug|Any CPU
27+
9810344-7387-4155-935F-BDD5CC61F0BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
28+
9810344-7387-4155-935F-BDD5CC61F0BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
29+
9810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x64.ActiveCfg = Debug|x64
30+
9810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x64.Build.0 = Debug|x64
31+
9810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x86.ActiveCfg = Debug|Any CPU
32+
9810344-7387-4155-935F-BDD5CC61F0BF}.Debug|x86.Build.0 = Debug|Any CPU
3333
{19810344-7387-4155-935F-BDD5CC61F0BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
3434
{19810344-7387-4155-935F-BDD5CC61F0BF}.Release|Any CPU.Build.0 = Release|Any CPU
3535
{19810344-7387-4155-935F-BDD5CC61F0BF}.Release|x64.ActiveCfg = Release|x64
@@ -47,7 +47,7 @@ Global
4747
{293EBCD6-CACD-4DA8-A518-FBC629268C0F}.Release|x64.ActiveCfg = Release|x64
4848
{293EBCD6-CACD-4DA8-A518-FBC629268C0F}.Release|x64.Build.0 = Release|x64
4949
{293EBCD6-CACD-4DA8-A518-FBC629268C0F}.Release|x86.ActiveCfg = Release|Any CPU
50-
{293EBCD6-CACD-4DA8-A518-FBC629268C0F}.Release|x86.Build.0 = Release|Any CPU
50+
{293EBCD6-CACD-4DA8-A518-FBC629268C0F.Release|x86.Build.0 = Release|Any CPU
5151
{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5252
{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}.Debug|Any CPU.Build.0 = Debug|Any CPU
5353
{2E7C74D3-42F1-482F-8BB7-E199D9E3B412}.Debug|x64.ActiveCfg = Debug|Any CPU

0 commit comments

Comments
 (0)