X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FHandBrakeCS.csproj;h=98c9d23f99795a41843223e56b241d0d592fe21b;hb=4f0019f03c2e85e8634150ff0c9a31bee6d35ce5;hp=76666f2b767d6e7d18be5bfa911055ce5bbed6c2;hpb=d646c74eab71ce803181537759b19c9b2726fc0a;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 76666f2b..98c9d23f 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -17,8 +18,8 @@ - 2.0 - v3.0 + 3.5 + v3.5 false false publish\ @@ -35,8 +36,6 @@ 1.0.0.%2a false true - - true @@ -52,6 +51,7 @@ x86 + AllRules.ruleset full @@ -69,15 +69,20 @@ true 512 x86 + AllRules.ruleset x86 bin\x86\Debug\ + AllRules.ruleset x86 bin\x86\Release\ false + TRACE;DEBUG + true + AllRules.ruleset bin\Build\ @@ -85,15 +90,80 @@ pdbonly x86 prompt + AllRules.ruleset bin\x86\Build\ x86 + AllRules.ruleset + + + true + bin\Install\ + DEBUG;TRACE + true + true + full + x86 + bin\Release\Handbrake.exe.CodeAnalysisLog.xml + true + GlobalSuppressions.cs + false + prompt + AllRules.ruleset + ;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets + false + ;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules + false + false + + + bin\x86\Install\ + TRACE;DEBUG + true + x86 + bin\x86\Release\Handbrake.exe.CodeAnalysisLog.xml + true + GlobalSuppressions.cs + false + AllRules.ruleset + ;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets + false + ;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules + false + false + + + bin\NightlyBuild\ + false + DEBUG;TRACE + + + bin\x86\NightlyBuild\ + TRACE;DEBUG + true - - + + False + libraries\Growl.Connector.dll + True + + + False + libraries\Growl.CoreLibrary.dll + True + + + 3.0 + + + 3.0 + + + 3.5 + @@ -101,8 +171,12 @@ - - + + 3.0 + + + 3.0 + @@ -121,7 +195,7 @@ UserControl - + PictureSettings.cs @@ -136,17 +210,20 @@ x264Panel.cs - + Form - - frmPreview.cs + + frmExceptionWindow.cs - + + + + Form - - frmActivityWindow.cs + + frmPreview.cs Form @@ -190,16 +267,29 @@ frmUpdater.cs + + + - + + Form + + + frmActivityWindow.cs + + + + + + + - + - @@ -208,7 +298,6 @@ - AudioPanel.cs Designer @@ -229,12 +318,12 @@ x264Panel.cs Designer - - frmPreview.cs + + frmExceptionWindow.cs Designer - - frmActivityWindow.cs + + frmPreview.cs Designer @@ -265,6 +354,10 @@ frmUpdater.cs Designer + + frmActivityWindow.cs + Designer + ResXFileCodeGenerator Resources.Designer.cs @@ -280,6 +373,9 @@ True + + + SettingsSingleFileGenerator Settings.Designer.cs @@ -295,7 +391,7 @@ frmSplashScreen.cs - + @@ -312,6 +408,8 @@ + + @@ -330,7 +428,7 @@ False - .NET Framework Client Profile + .NET Framework 3.5 SP1 Client Profile false @@ -401,4 +499,31 @@ --> + + + + cd ../../ + copy Installer\Installer.nsi bin\Install /Y + copy handbrakepineapple.ico bin\Install /Y + xcopy doc bin\Install\doc /I /Y + cd bin\Install + makensis Installer.nsi + + + + + cd ../../ + copy Installer\MakeNightly.nsi bin\NightlyBuild /Y + copy handbrakepineapple.ico bin\NightlyBuild /Y + xcopy doc bin\NightlyBuild\doc /I /Y + cd bin\NightlyBuild + makensis MakeNightly.nsi + + + + + 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" + \ No newline at end of file