diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/msbuild/ice.proj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/msbuild/ice.proj b/cpp/msbuild/ice.proj index 0a41ffae2a2..4847c5d27df 100644 --- a/cpp/msbuild/ice.proj +++ b/cpp/msbuild/ice.proj @@ -2,11 +2,11 @@ <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="'$(Configuration)' == ''"> - <Configuration>Release</Configuration> + <Configuration>Debug</Configuration> </PropertyGroup> <PropertyGroup Condition="'$(Platform)' == ''"> - <Platform>x64</Platform> + <Platform>Win32</Platform> </PropertyGroup> |