Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2008-12-07 05:30:16 +0300
committerSebastien Pouliot <sebastien@ximian.com>2008-12-07 05:30:16 +0300
commit09dbe8762bae3bd221be4fc3b3955ade548b87ff (patch)
treed865031cdd8e106d930882fc327e3f6bd832becb /gendarme/rules/Gendarme.Rules.Smells/Test
parenta053f934946fc580d95c61328a04dea1b50f5ee0 (diff)
update project files and add a windows-specific solution that includes Mono.Cecil.Pdb and the installer projects
svn path=/trunk/mono-tools/; revision=120956
Diffstat (limited to 'gendarme/rules/Gendarme.Rules.Smells/Test')
-rwxr-xr-xgendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj16
1 files changed, 12 insertions, 4 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj b/gendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj
index c793f623..907342c1 100755
--- a/gendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj
+++ b/gendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj
@@ -1,16 +1,16 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{986B9EFB-7494-4410-8B01-56AB42388643}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Test</RootNamespace>
<AssemblyName>Test</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -33,6 +33,9 @@
<ItemGroup>
<Reference Include="nunit.framework, Version=2.4.3.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="System" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
@@ -55,13 +58,17 @@
<Project>{CD6818D5-B398-486C-B180-92A07B143AFD}</Project>
<Name>Gendarme.Framework</Name>
</ProjectReference>
+ <ProjectReference Include="..\..\Test.Rules\Test.Rules.csproj">
+ <Project>{069148AF-86AB-4EE3-BFB9-429AE722461F}</Project>
+ <Name>Test.Rules</Name>
+ </ProjectReference>
<ProjectReference Include="..\Gendarme.Rules.Smells.csproj">
<Project>{CC7BB0B5-094F-42F9-9CE7-1C33EF2B8A20}</Project>
<Name>Gendarme.Rules.Smells</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
- <Folder Include="Properties/" />
+ <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.
@@ -86,5 +93,6 @@
</MonoDevelop.Autotools.MakefileInfo>
</Properties>
</MonoDevelop>
+ <VisualStudio />
</ProjectExtensions>
</Project> \ No newline at end of file