From: sr55 Date: Wed, 29 Aug 2007 17:38:32 +0000 (+0000) Subject: WinGui: X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=17224994f69ada0956ad1eb3ad8f76bce2797b72;p=handbrake-jp%2Fhandbrake-jp-git.git WinGui: - Updated splashscreen - Fixed project build issue. git-svn-id: svn://localhost/HandBrake/trunk@894 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/win/C#/HandBrakeCS.csproj b/win/C#/HandBrakeCS.csproj index 2898dbc6..4a7145eb 100644 --- a/win/C#/HandBrakeCS.csproj +++ b/win/C#/HandBrakeCS.csproj @@ -30,13 +30,32 @@ pdbonly - false + true bin\Release\ TRACE prompt 4 false + + x86 + bin\x86\Debug\ + + + x86 + bin\x86\Release\ + + + bin\Build\ + TRACE + pdbonly + AnyCPU + prompt + + + bin\x86\Build\ + x86 + diff --git a/win/C#/HandBrakeCS.sln b/win/C#/HandBrakeCS.sln index 195456cc..eaa729e0 100644 --- a/win/C#/HandBrakeCS.sln +++ b/win/C#/HandBrakeCS.sln @@ -6,13 +6,19 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {A2923D42-C38B-4B12-8CBA-B8D93D6B13A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A2923D42-C38B-4B12-8CBA-B8D93D6B13A3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A2923D42-C38B-4B12-8CBA-B8D93D6B13A3}.Debug|x86.ActiveCfg = Release|x86 + {A2923D42-C38B-4B12-8CBA-B8D93D6B13A3}.Debug|x86.Build.0 = Release|x86 {A2923D42-C38B-4B12-8CBA-B8D93D6B13A3}.Release|Any CPU.ActiveCfg = Release|Any CPU {A2923D42-C38B-4B12-8CBA-B8D93D6B13A3}.Release|Any CPU.Build.0 = Release|Any CPU + {A2923D42-C38B-4B12-8CBA-B8D93D6B13A3}.Release|x86.ActiveCfg = Release|x86 + {A2923D42-C38B-4B12-8CBA-B8D93D6B13A3}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/win/C#/Resources/tempSplash.jpg b/win/C#/Resources/tempSplash.jpg index 0b353dd6..da5fc10a 100644 Binary files a/win/C#/Resources/tempSplash.jpg and b/win/C#/Resources/tempSplash.jpg differ