X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FHandBrakeCS.csproj;h=98c9d23f99795a41843223e56b241d0d592fe21b;hb=4f0019f03c2e85e8634150ff0c9a31bee6d35ce5;hp=7155e3114d5402bd988710a2293320dc4c8aeead;hpb=352eff12cd5cd67489ada93c2ea9a85775decfc3;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 7155e311..98c9d23f 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -17,7 +18,7 @@ - 2.0 + 3.5 v3.5 false false @@ -35,13 +36,11 @@ 1.0.0.%2a false true - - true full - true + false bin\Debug\ DEBUG;TRACE prompt @@ -51,10 +50,12 @@ false + x86 + AllRules.ruleset full - false + true bin\Release\ DEBUG;TRACE prompt @@ -67,33 +68,102 @@ false true 512 - AnyCPU + x86 + AllRules.ruleset x86 bin\x86\Debug\ + AllRules.ruleset x86 bin\x86\Release\ false + TRACE;DEBUG + true + AllRules.ruleset bin\Build\ TRACE pdbonly - AnyCPU + 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 + @@ -112,29 +186,23 @@ AudioPanel.cs - - UserControl - - - Denoise.cs - - + UserControl - - Decomb.cs + + Filters.cs - + UserControl - - Detelecine.cs + + PictureSettings.cs - + UserControl - - Deinterlace.cs + + Subtitles.cs UserControl @@ -142,17 +210,20 @@ x264Panel.cs - + Form - - frmPreview.cs + + frmExceptionWindow.cs - + + + + Form - - frmActivityWindow.cs + + frmPreview.cs Form @@ -196,20 +267,29 @@ frmUpdater.cs + - + + + + + Form - - frmTestWindow.cs + + frmActivityWindow.cs - + + + + + + - + - @@ -218,37 +298,32 @@ - AudioPanel.cs Designer - - Denoise.cs + + Filters.cs Designer - - Decomb.cs + + PictureSettings.cs Designer - - Detelecine.cs - Designer - - - Deinterlace.cs + + Subtitles.cs Designer x264Panel.cs Designer - - frmPreview.cs + + frmExceptionWindow.cs Designer - - frmActivityWindow.cs + + frmPreview.cs Designer @@ -279,8 +354,8 @@ frmUpdater.cs Designer - - frmTestWindow.cs + + frmActivityWindow.cs Designer @@ -298,6 +373,9 @@ True + + + SettingsSingleFileGenerator Settings.Designer.cs @@ -313,7 +391,7 @@ frmSplashScreen.cs - + @@ -330,6 +408,8 @@ + + @@ -348,7 +428,7 @@ False - .NET Framework Client Profile + .NET Framework 3.5 SP1 Client Profile false @@ -419,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