Author: spouliot Date: 2008-02-17 17:59:25 -0500 (Sun, 17 Feb 2008) New Revision: 96010
Modified: trunk/mono-tools/gendarme/rules/Gendarme.Rules.Design/Gendarme.Rules.Design.csproj trunk/mono-tools/gendarme/rules/Gendarme.Rules.Performance/Gendarme.Rules.Performance.csproj trunk/mono-tools/gendarme/rules/Gendarme.Rules.Serialization/Gendarme.Rules.Serialization.csproj trunk/mono-tools/gendarme/rules/Gendarme.Rules.Serialization/Test/Tests.Rules.Serialization.csproj trunk/mono-tools/gendarme/rules/Gendarme.Rules.Smells/Gendarme.Rules.Smells.csproj Log: update project files Modified: trunk/mono-tools/gendarme/rules/Gendarme.Rules.Design/Gendarme.Rules.Design.csproj =================================================================== --- trunk/mono-tools/gendarme/rules/Gendarme.Rules.Design/Gendarme.Rules.Design.csproj 2008-02-17 22:57:52 UTC (rev 96009) +++ trunk/mono-tools/gendarme/rules/Gendarme.Rules.Design/Gendarme.Rules.Design.csproj 2008-02-17 22:59:25 UTC (rev 96010) @@ -35,7 +35,6 @@ <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> - <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> Modified: trunk/mono-tools/gendarme/rules/Gendarme.Rules.Performance/Gendarme.Rules.Performance.csproj =================================================================== --- trunk/mono-tools/gendarme/rules/Gendarme.Rules.Performance/Gendarme.Rules.Performance.csproj 2008-02-17 22:57:52 UTC (rev 96009) +++ trunk/mono-tools/gendarme/rules/Gendarme.Rules.Performance/Gendarme.Rules.Performance.csproj 2008-02-17 22:59:25 UTC (rev 96010) @@ -35,7 +35,7 @@ <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>..\..\console\bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> Modified: trunk/mono-tools/gendarme/rules/Gendarme.Rules.Serialization/Gendarme.Rules.Serialization.csproj =================================================================== --- trunk/mono-tools/gendarme/rules/Gendarme.Rules.Serialization/Gendarme.Rules.Serialization.csproj 2008-02-17 22:57:52 UTC (rev 96009) +++ trunk/mono-tools/gendarme/rules/Gendarme.Rules.Serialization/Gendarme.Rules.Serialization.csproj 2008-02-17 22:59:25 UTC (rev 96010) @@ -41,7 +41,6 @@ <Compile Include="UseCorrectSignatureForSerializationMethodsRule.cs" /> <Compile Include="MissingSerializableAttributeOnISerializableTypeRule.cs" /> <Compile Include="MissingSerializationConstructorRule.cs" /> - <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\..\..\cecil\lib\Mono.Cecil.csproj"> @@ -53,6 +52,9 @@ <Name>Gendarme.Framework</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <Folder Include="Properties\" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. Modified: trunk/mono-tools/gendarme/rules/Gendarme.Rules.Serialization/Test/Tests.Rules.Serialization.csproj =================================================================== --- trunk/mono-tools/gendarme/rules/Gendarme.Rules.Serialization/Test/Tests.Rules.Serialization.csproj 2008-02-17 22:57:52 UTC (rev 96009) +++ trunk/mono-tools/gendarme/rules/Gendarme.Rules.Serialization/Test/Tests.Rules.Serialization.csproj 2008-02-17 22:59:25 UTC (rev 96010) @@ -36,8 +36,6 @@ <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> </Reference> - <Reference Include="System.Data" /> - <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="DeserializeOptionalFieldTest.cs" /> Modified: trunk/mono-tools/gendarme/rules/Gendarme.Rules.Smells/Gendarme.Rules.Smells.csproj =================================================================== --- trunk/mono-tools/gendarme/rules/Gendarme.Rules.Smells/Gendarme.Rules.Smells.csproj 2008-02-17 22:57:52 UTC (rev 96009) +++ trunk/mono-tools/gendarme/rules/Gendarme.Rules.Smells/Gendarme.Rules.Smells.csproj 2008-02-17 22:59:25 UTC (rev 96010) @@ -17,7 +17,7 @@ <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>..\..\console\bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> _______________________________________________ Mono-patches maillist - Mono-patches@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-patches