File tree Expand file tree Collapse file tree 3 files changed +23
-37
lines changed
examples/Box2D.WorldTests
Box2D.NetStandard.UnitTests Expand file tree Collapse file tree 3 files changed +23
-37
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <TargetFramework >netstandard2.1</TargetFramework >
5
- </PropertyGroup >
6
-
7
- <ItemGroup >
8
- <ProjectReference Include =" ..\..\src\box2dx\Box2D.NetStandard\Box2D.NetStandard.csproj" />
9
- </ItemGroup >
10
-
11
- </Project >
2
+ <PropertyGroup >
3
+ <TargetFramework >netstandard2.1</TargetFramework >
4
+ </PropertyGroup >
5
+ <ItemGroup >
6
+ <ProjectReference Include =" ..\..\src\box2dx\Box2D.NetStandard\Box2D.NetStandard.csproj" />
7
+ </ItemGroup >
8
+ </Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <TargetFramework >netcoreapp3.1</TargetFramework >
5
-
6
- <IsPackable >false</IsPackable >
7
- </PropertyGroup >
8
-
9
- <ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.6.0" />
11
- <PackageReference Include =" xunit" Version =" 2.4.0" />
12
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" />
13
- <PackageReference Include =" coverlet.collector" Version =" 1.2.0" />
14
- </ItemGroup >
15
-
16
- <ItemGroup >
17
- <ProjectReference Include =" ..\Box2D.NetStandard\Box2D.NetStandard.csproj" />
18
- <ProjectReference Include =" ..\..\..\examples\window\Box2D.WorldTests\Box2D.WorldTests.csproj" />
19
- </ItemGroup >
20
-
21
- </Project >
2
+ <PropertyGroup >
3
+ <TargetFramework >netcoreapp3.1</TargetFramework >
4
+ <IsPackable >false</IsPackable >
5
+ </PropertyGroup >
6
+ <ItemGroup >
7
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.6.0" />
8
+ <PackageReference Include =" xunit" Version =" 2.4.0" />
9
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" />
10
+ <PackageReference Include =" coverlet.collector" Version =" 1.2.0" />
11
+ </ItemGroup >
12
+ <ItemGroup >
13
+ <ProjectReference Include =" ..\Box2D.NetStandard\Box2D.NetStandard.csproj" />
14
+ <ProjectReference Include =" ..\..\..\examples\window\Box2D.WorldTests\Box2D.WorldTests.csproj" />
15
+ </ItemGroup >
16
+ </Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
2
<PropertyGroup >
4
3
<TargetFramework >netstandard2.1</TargetFramework >
5
4
<Nullable >enable</Nullable >
17
16
<TieredCompilation >false</TieredCompilation >
18
17
<Nullable >disable</Nullable >
19
18
</PropertyGroup >
20
-
21
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
22
20
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
23
21
<Optimize >false</Optimize >
24
22
</PropertyGroup >
25
-
26
23
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
27
24
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
28
25
<Optimize >true</Optimize >
29
26
<PlatformTarget >AnyCPU</PlatformTarget >
30
27
</PropertyGroup >
31
-
32
28
<ItemGroup >
33
29
<Compile Remove =" Dynamics\World\Profile.cs" />
34
30
</ItemGroup >
35
-
36
-
37
- </Project >
31
+ </Project >
You can’t perform that action at this time.
0 commit comments