Skip to content

Commit 5470f2b

Browse files
committed
Removed empty lines
1 parent 0fc3330 commit 5470f2b

File tree

3 files changed

+23
-37
lines changed

3 files changed

+23
-37
lines changed
Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<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>
Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
<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>

src/box2dx/Box2D.NetStandard/Box2D.NetStandard.csproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
43
<TargetFramework>netstandard2.1</TargetFramework>
54
<Nullable>enable</Nullable>
@@ -17,21 +16,16 @@
1716
<TieredCompilation>false</TieredCompilation>
1817
<Nullable>disable</Nullable>
1918
</PropertyGroup>
20-
2119
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2220
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2321
<Optimize>false</Optimize>
2422
</PropertyGroup>
25-
2623
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2724
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2825
<Optimize>true</Optimize>
2926
<PlatformTarget>AnyCPU</PlatformTarget>
3027
</PropertyGroup>
31-
3228
<ItemGroup>
3329
<Compile Remove="Dynamics\World\Profile.cs" />
3430
</ItemGroup>
35-
36-
37-
</Project>
31+
</Project>

0 commit comments

Comments
 (0)