Description:
Remove unused files from csproj.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r500:14bc34e1b714 -

@@ -59,7 +59,6
59 59 <Compile Include="Utils\Extensions.cs" />
60 60 <Compile Include="Utils\Node.cs" />
61 61 <Compile Include="Utils\Fact.cs" />
62 <Compile Include="Utils\FactRange.cs" />
63 62 <Compile Include="UI\*.cs" />
64 63 </ItemGroup>
65 64 <ItemGroup>
@@ -89,9 +88,6
89 88 <None Include="Content\part4_tileset.png">
90 89 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
91 90 </None>
92 <None Include="Content\part4_tileset_alt.png">
93 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
94 </None>
95 91 <None Include="Content\solid_tileset.png">
96 92 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
97 93 </None>
You need to be logged in to leave comments. Login now