X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FHandBrakeCS.csproj;h=98c9d23f99795a41843223e56b241d0d592fe21b;hb=4f0019f03c2e85e8634150ff0c9a31bee6d35ce5;hp=70aaa8164ca6fc627d8c37d0f128cd5735891090;hpb=aaf4a568aa0183914c05663eb968fb6fa2547ce3;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 70aaa816..98c9d23f 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -17,12 +18,10 @@ - 2.0 + 3.5 v3.5 false false - - publish\ true Disk @@ -52,6 +51,7 @@ x86 + AllRules.ruleset full @@ -69,10 +69,12 @@ true 512 x86 + AllRules.ruleset x86 bin\x86\Debug\ + AllRules.ruleset x86 @@ -80,6 +82,7 @@ false TRACE;DEBUG true + AllRules.ruleset bin\Build\ @@ -87,10 +90,58 @@ 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 @@ -159,7 +210,15 @@ x264Panel.cs - + + Form + + + frmExceptionWindow.cs + + + + Form @@ -212,7 +271,7 @@ - + @@ -224,10 +283,12 @@ + + - + @@ -237,7 +298,6 @@ - AudioPanel.cs Designer @@ -258,6 +318,10 @@ x264Panel.cs Designer + + frmExceptionWindow.cs + Designer + frmPreview.cs Designer @@ -309,6 +373,9 @@ True + + + SettingsSingleFileGenerator Settings.Designer.cs @@ -324,7 +391,7 @@ frmSplashScreen.cs - + @@ -341,6 +408,8 @@ + + @@ -357,6 +426,11 @@ + + False + .NET Framework 3.5 SP1 Client Profile + false + False .NET Framework 2.0 %28x86%29 @@ -372,6 +446,11 @@ .NET Framework 3.5 true + + False + .NET Framework 3.5 SP1 + false + False Windows Installer 3.1 @@ -420,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