|
From: <ca...@us...> - 2006-09-29 18:17:37
|
Revision: 10
http://svn.sourceforge.net/hex/?rev=10&view=rev
Author: candera
Date: 2006-09-29 11:17:31 -0700 (Fri, 29 Sep 2006)
Log Message:
-----------
* Turned on "warning as error" for all projects.
Modified Paths:
--------------
hexsdtools/trunk/HEXsd/HEXsd.csproj
hexsdtools/trunk/HEXsdProxyGen/HEXsdProxyGen.csproj
hexsdtools/trunk/HEXsdWsdlExtensions/HEXsdWsdlExtensions.csproj
Property Changed:
----------------
hexsdtools/trunk/
Property changes on: hexsdtools/trunk
___________________________________________________________________
Name: svn:ignore
- *.suo
dist
reports
+ *.suo
dist
reports
Ankh.Load
Modified: hexsdtools/trunk/HEXsd/HEXsd.csproj
===================================================================
--- hexsdtools/trunk/HEXsd/HEXsd.csproj 2006-09-29 16:15:23 UTC (rev 9)
+++ hexsdtools/trunk/HEXsd/HEXsd.csproj 2006-09-29 18:17:31 UTC (rev 10)
@@ -7,7 +7,7 @@
<ProjectGuid>{4FCCA51A-AEB0-4735-8DBB-20FF254208DD}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>HEX.HEXsd</RootNamespace>
+ <RootNamespace>Hex.HeXsd</RootNamespace>
<AssemblyName>HEXsd</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -18,6 +18,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -26,6 +27,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Modified: hexsdtools/trunk/HEXsdProxyGen/HEXsdProxyGen.csproj
===================================================================
--- hexsdtools/trunk/HEXsdProxyGen/HEXsdProxyGen.csproj 2006-09-29 16:15:23 UTC (rev 9)
+++ hexsdtools/trunk/HEXsdProxyGen/HEXsdProxyGen.csproj 2006-09-29 18:17:31 UTC (rev 10)
@@ -18,6 +18,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -26,6 +27,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Modified: hexsdtools/trunk/HEXsdWsdlExtensions/HEXsdWsdlExtensions.csproj
===================================================================
--- hexsdtools/trunk/HEXsdWsdlExtensions/HEXsdWsdlExtensions.csproj 2006-09-29 16:15:23 UTC (rev 9)
+++ hexsdtools/trunk/HEXsdWsdlExtensions/HEXsdWsdlExtensions.csproj 2006-09-29 18:17:31 UTC (rev 10)
@@ -18,6 +18,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -26,6 +27,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|