summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeCS.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-07-24 18:26:11 +0000
committersr55 <[email protected]>2011-07-24 18:26:11 +0000
commit2f8559933d48333e463a548152197db4cb926971 (patch)
tree833f240080b48db678b101f00fc581e2e3ead830 /win/CS/HandBrakeCS.csproj
parent0fd26df0eea7e63e51c60be40495435947580e5b (diff)
WinGui: Improvements and bug fixes to the installer, including better support for the 64bit version.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4137 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeCS.csproj')
-rw-r--r--win/CS/HandBrakeCS.csproj10
1 files changed, 7 insertions, 3 deletions
diff --git a/win/CS/HandBrakeCS.csproj b/win/CS/HandBrakeCS.csproj
index ed1d29c25..081b32feb 100644
--- a/win/CS/HandBrakeCS.csproj
+++ b/win/CS/HandBrakeCS.csproj
@@ -306,6 +306,8 @@
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="app.config" />
+ <None Include="Installer\Installer64.nsi" />
+ <None Include="Installer\MakeNightly64.nsi.tmpl" />
<None Include="Installer\MakeNightly.nsi.tmpl" />
<None Include="Installer\MakeNightly.nsi" />
<None Include="Installer\Installer.nsi" />
@@ -418,8 +420,10 @@
<Import Project="$(ProgramFiles)\MSBuild\StyleCop\v4.5\StyleCop.targets" />
<PropertyGroup>
<PreBuildEvent>
- subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"
- subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"
- subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Installer\MakeNightly.nsi.tmpl" "$(ProjectDir)Installer\MakeNightly.nsi"</PreBuildEvent>
+ subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"
+ subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"
+ subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Installer\MakeNightly.nsi.tmpl" "$(ProjectDir)Installer\MakeNightly.nsi"
+ subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Installer\MakeNightly64.nsi.tmpl" "$(ProjectDir)Installer\MakeNightly64.nsi"
+ </PreBuildEvent>
</PropertyGroup>
</Project> \ No newline at end of file