diff options
author | sr55 <[email protected]> | 2007-08-29 17:38:32 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-08-29 17:38:32 +0000 |
commit | cce93764aa264eef505ad194f215a398b855dd72 (patch) | |
tree | ecce03587be4ce4df3d58b7719fbcaa323090ad0 /win/C#/HandBrakeCS.sln | |
parent | c2501467f65a24f2e098b0932da4908ae430ad3c (diff) |
WinGui:
- Updated splashscreen
- Fixed project build issue.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@894 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrakeCS.sln')
-rw-r--r-- | win/C#/HandBrakeCS.sln | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/C#/HandBrakeCS.sln b/win/C#/HandBrakeCS.sln index 195456ccd..eaa729e0f 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
|