summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrakeCS.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-04-28 18:14:44 +0000
committersr55 <[email protected]>2010-04-28 18:14:44 +0000
commita4313535b8ac1dd01ce42e5590dddb3d9ca7ee5c (patch)
treebc706b754b3b5e87a33d04504e99a26caff9c2b2 /win/C#/HandBrakeCS.csproj
parent4ce027e102f54665968b654ca183af9c356dc2a3 (diff)
WinGui:
- Made some changes so that AssemblyInfo.cs and MakeNightly.nsi are auto generated correctly for appropriate builds git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3275 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.csproj')
-rw-r--r--win/C#/HandBrakeCS.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj
index 575216de1..271b09cc7 100644
--- a/win/C#/HandBrakeCS.csproj
+++ b/win/C#/HandBrakeCS.csproj
@@ -211,6 +211,7 @@
<DependentUpon>x264Panel.cs</DependentUpon>
</Compile>
<Compile Include="Model\ActivityLogMode.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Services\Encode.cs" />
<Compile Include="frmPreview.cs">
<SubType>Form</SubType>
@@ -291,7 +292,6 @@
<Compile Include="Parsing\Subtitle.cs" />
<Compile Include="Parsing\Title.cs" />
<Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Controls\AudioPanel.resx">
<DependentUpon>AudioPanel.cs</DependentUpon>
<SubType>Designer</SubType>
@@ -509,7 +509,7 @@
makensis MakeNightly.nsi
</PostBuildEvent>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'NightlyBuild' ">
+ <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"