Skip to content

Commit

Permalink
Sln will now only move About.xml, Preview.png, and PublishedFileId.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
KiameV committed Jun 21, 2017
1 parent 71ecdb4 commit 5dd4601
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/ModifyResearchTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy "$(ProjectDir)..\About\*.*" "$(OutDir)..\About" /Y /I /E
<PostBuildEvent>xcopy "$(ProjectDir)..\About\About.xml" "$(OutDir)..\About\" /Y /I
xcopy "$(ProjectDir)..\About\Preview.png" "$(OutDir)..\About\" /Y /I
xcopy "$(ProjectDir)..\About\PublishedFileId.txt" "$(OutDir)..\About\" /Y /I
xcopy "$(ProjectDir)..\Languages\*.*" "$(OutDir)..\Languages" /Y /I /E</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 5dd4601

Please sign in to comment.