0.407.0.353595

This commit is contained in:
CloneTrooper1019
2019-10-24 15:17:36 -05:00
parent 2ce86d8f87
commit 414acf63b1
6 changed files with 44 additions and 47 deletions

View File

@ -76,7 +76,6 @@
<Compile Include="DataTypes\Content.cs" />
<Compile Include="DataTypes\SharedString.cs" />
<Compile Include="Interfaces\IBinaryFileChunk.cs" />
<Compile Include="Program.cs" />
<Compile Include="Generated\Classes.cs" />
<Compile Include="Generated\Enums.cs" />
<Compile Include="Tree\Property.cs" />
@ -156,4 +155,7 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy /y $(TargetPath) $(ProjectDir)$(TargetFileName)</PostBuildEvent>
</PropertyGroup>
</Project>