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

Comparing trunk/RomCheater.EmuMMAPPlugin/RomCheater.EmuMMAPPlugin.csproj (file contents):
Revision 833 by william, Tue Sep 16 00:01:40 2014 UTC vs.
Revision 845 by william, Tue Sep 16 01:51:41 2014 UTC

--- trunk/RomCheater.EmuMMAPPlugin/RomCheater.EmuMMAPPlugin.csproj	2014/09/16 00:01:40	833
+++ trunk/RomCheater.EmuMMAPPlugin/RomCheater.EmuMMAPPlugin.csproj	2014/09/16 01:51:41	845
@@ -111,8 +111,9 @@
     <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
   </PropertyGroup>
   <PropertyGroup>
-    <PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(TargetName).dll"
-copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(TargetName).pdb"</PostBuildEvent>
+    <PostBuildEvent>mkdir "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\"
+copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\$(TargetName).dll"
+copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb"</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.