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.Security/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.Security/Test')
-rwxr-xr-xgendarme/rules/Gendarme.Rules.Security/Test/Tests.Rules.Security.csproj13
1 files changed, 9 insertions, 4 deletions
diff --git a/gendarme/rules/Gendarme.Rules.Security/Test/Tests.Rules.Security.csproj b/gendarme/rules/Gendarme.Rules.Security/Test/Tests.Rules.Security.csproj
index b0180e06..9071712f 100755
--- a/gendarme/rules/Gendarme.Rules.Security/Test/Tests.Rules.Security.csproj
+++ b/gendarme/rules/Gendarme.Rules.Security/Test/Tests.Rules.Security.csproj
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<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>{9E180535-E8B7-48B8-80C0-3BBFDAA67403}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -30,7 +30,7 @@
<IsWebBootstrapper>true</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -50,7 +50,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
+ <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>
@@ -72,6 +72,10 @@
<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.Security.csproj">
<Project>{DBA3E375-ADF4-4CA3-880F-AF02DD8D5E7E}</Project>
<Name>Gendarme.Rules.Security</Name>
@@ -110,5 +114,6 @@
</MonoDevelop.Autotools.MakefileInfo>
</Properties>
</MonoDevelop>
+ <VisualStudio />
</ProjectExtensions>
</Project> \ No newline at end of file