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

Comparing trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj (file contents):
Revision 189 by william, Mon May 28 10:21:03 2012 UTC vs.
Revision 190 by william, Mon May 28 10:30:11 2012 UTC

--- trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj	2012/05/28 10:27:36	189
+++ trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj	2012/05/28 10:30:11	190
@@ -83,8 +83,8 @@
     <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\$(TargetName).dll"
-copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\$(TargetName).pdb"</PostBuildEvent>
+    <PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(TargetName).dll"
+copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(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.