X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FHandBrakeCS.csproj;h=98c9d23f99795a41843223e56b241d0d592fe21b;hb=4f0019f03c2e85e8634150ff0c9a31bee6d35ce5;hp=fd71c1161bab62f7b91a164d4a9f56d6f687e288;hpb=f972f158066bc2f8f152a76952fa6b2cc71616e8;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index fd71c116..98c9d23f 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -97,6 +97,52 @@ 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 @@ -164,7 +210,15 @@ x264Panel.cs - + + Form + + + frmExceptionWindow.cs + + + + Form @@ -217,7 +271,7 @@ - + @@ -234,7 +288,7 @@ - + @@ -244,7 +298,6 @@ - AudioPanel.cs Designer @@ -265,6 +318,10 @@ x264Panel.cs Designer + + frmExceptionWindow.cs + Designer + frmPreview.cs Designer @@ -316,6 +373,9 @@ True + + + SettingsSingleFileGenerator Settings.Designer.cs @@ -331,7 +391,7 @@ frmSplashScreen.cs - + @@ -348,6 +408,8 @@ + + @@ -364,6 +426,11 @@ + + False + .NET Framework 3.5 SP1 Client Profile + false + False .NET Framework 2.0 %28x86%29 @@ -379,6 +446,11 @@ .NET Framework 3.5 true + + False + .NET Framework 3.5 SP1 + false + False Windows Installer 3.1 @@ -427,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