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:
@@ -56,4 +56,16 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="TSLoadScreen.cs" />
|
<Compile Include="TSLoadScreen.cs" />
|
||||||
</ItemGroup>
|
</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>
|
</Project>
|
||||||
Reference in New Issue
Block a user