Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.RVAScratchPad/RomCheater.RVAScratchPad.csproj 2013/06/20 17:52:01 747 +++ trunk/RomCheater.RVAScratchPad/RomCheater.RVAScratchPad.csproj 2013/06/20 18:10:02 748 @@ -102,9 +102,7 @@ <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> </Compile> - <None Include="app.config"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </None> + <None Include="app.config" /> <None Include="Properties\AssemblyInfo.cs.tmpl" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> @@ -167,8 +165,8 @@ <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> </PropertyGroup> <PropertyGroup> - <PostBuildEvent>REM "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\MSBuild_CurrentVersion.exe" -REM copy "$(SolutionDir)MSBuild_CurrentVersion\bin\$(ConfigurationName)\current-version.txt" "$(TargetDir)"</PostBuildEvent> + <PostBuildEvent>REM Copy application configuration files +copy "$(TargetDir)$(TargetName)$(TargetExt).config" "$(SolutionDir)Build\$(TargetName)$(TargetExt).config"</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.
ViewVC Help | |
Powered by ViewVC 1.1.22 |