summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--csharp/config/Ice.CSharp.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/config/Ice.CSharp.props b/csharp/config/Ice.CSharp.props
index 78143894948..df6edfa7741 100644
--- a/csharp/config/Ice.CSharp.props
+++ b/csharp/config/Ice.CSharp.props
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Import Ice version settings from the top level config directory -->
-
+
<!-- Source distributions -->
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<Ice_Configuration>Debug</Ice_Configuration>
</PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)' != 'Release'">
+ <PropertyGroup Condition="'$(Configuration)' == 'Release'">
<Ice_Configuration>Release</Ice_Configuration>
</PropertyGroup>