Removed unused tags from project files
- Don't need to specify Platforms and Configurations for libraries or tests.
This commit is contained in:
parent
b1f46d3307
commit
4f0fdc3880
4 changed files with 0 additions and 18 deletions
|
|
@ -1,10 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
<Platforms>x64</Platforms>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<EnableDefaultItems>false</EnableDefaultItems>
|
||||
<AssemblyName>Physac-cs</AssemblyName>
|
||||
<RootNamespace>Physac_cs</RootNamespace>
|
||||
|
|
|
|||
Loading…
Reference in a new issue