From 062472a97ec678cfe5221f41e1e698ecc5a89b3f Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 19 Jun 2010 22:23:16 +0000 Subject: WinGui: - THe Application dll wasn't getting tagged with the svn revision git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3396 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../HandBrake.ApplicationServices.csproj | 7 ++++--- .../Properties/AssemblyInfo.cs.tmpl | 2 +- win/C#/HandBrakeCS.csproj | 12 +----------- 3 files changed, 6 insertions(+), 15 deletions(-) (limited to 'win') diff --git a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 16a8432b4..94995c069 100644 --- a/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -83,6 +83,7 @@ + True True @@ -139,8 +140,8 @@ --> - 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)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs" + subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs" + \ No newline at end of file diff --git a/win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl b/win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl index e939dcfdf..840bd82df 100644 --- a/win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl +++ b/win/C#/HandBrake.ApplicationServices/Properties/AssemblyInfo.cs.tmpl @@ -14,7 +14,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("HandBrake")] [assembly: AssemblyDescription("HandBrake is a GPL-licensed, multiplatform, multithreaded video transcoder.")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("HandBrake")] +[assembly: AssemblyCompany("HandBrake Team")] [assembly: AssemblyProduct("HandBrake")] [assembly: AssemblyCopyright("Copyright © 2010")] [assembly: AssemblyTrademark("")] diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 405d1ba2b..5e0a123ff 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -135,7 +135,7 @@ bin\NightlyBuild\ - false + true DEBUG;TRACE @@ -417,11 +417,6 @@ - - False - .NET Framework 3.5 SP1 Client Profile - false - False .NET Framework 2.0 %28x86%29 @@ -437,11 +432,6 @@ .NET Framework 3.5 true - - False - .NET Framework 3.5 SP1 - false - False Windows Installer 3.1 -- cgit v1.2.3