Merge pull request #3730 from Mailaender/fuck-msbuild

Added some more crap to the TS csproj file to hopefully make it work properly
This commit is contained in:
Paul Chote
2013-08-25 02:40:49 -07:00

View File

@@ -56,4 +56,16 @@
<ItemGroup>
<Compile Include="TSLoadScreen.cs" />
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup>
<PostBuildEvent>mkdir "$(SolutionDir)mods/ts/"
copy "$(TargetPath)" "$(SolutionDir)mods/ts/"
cd "$(SolutionDir)"</PostBuildEvent>
</PropertyGroup>
</Project>