ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj
(Generate patch)

Comparing trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj (file contents):
Revision 121 by william, Thu May 10 18:37:43 2012 UTC vs.
Revision 122 by william, Thu May 10 18:43:55 2012 UTC

--- trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj	2012/05/10 18:37:43	121
+++ trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj	2012/05/10 18:43:55	122
@@ -122,7 +122,8 @@
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
-    <PostBuildEvent>"$(SolutionDir)MSBuild_CurrentVersion\bin\Debug\MSBuild_CurrentVersion.exe"</PostBuildEvent>
+    <PostBuildEvent>"$(SolutionDir)MSBuild_CurrentVersion\bin\Debug\MSBuild_CurrentVersion.exe"
+copy "$(SolutionDir)MSBuild_CurrentVersion\bin\Debug\current-version.txt" "$(SolutionDir)RomCheater\current-version.txt"</PostBuildEvent>
   </PropertyGroup>
   <!-- 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.