83 |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
84 |
</PropertyGroup> |
</PropertyGroup> |
85 |
<PropertyGroup> |
<PropertyGroup> |
86 |
<PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\$(TargetName).dll" |
<PostBuildEvent>copy "$(TargetDir)$(TargetName).dll" "$(SolutionDir)RomCheater\Plugins\$(TargetName).dll" |
87 |
copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\$(TargetName).pdb"</PostBuildEvent> |
copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)RomCheater\Plugins\$(TargetName).pdb"</PostBuildEvent> |
88 |
</PropertyGroup> |
</PropertyGroup> |
89 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
90 |
Other similar extension points exist, see Microsoft.Common.targets. |
Other similar extension points exist, see Microsoft.Common.targets. |