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-02-11 00:16:54 +0300
committerSebastien Pouliot <sebastien@ximian.com>2008-02-11 00:16:54 +0300
commit0e1a59e2d5916f16b315a1aa380598851ce15a4a (patch)
tree166718041eb7c0bf167a577f4aab3316d5591166 /gendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj
parentb0515bd72c5f9bbfb8251f5f150786b620c5943d (diff)
update vs.net solution and project files to a (probable) usable state
svn path=/trunk/mono-tools/; revision=95408
Diffstat (limited to 'gendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj')
-rwxr-xr-xgendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj73
1 files changed, 73 insertions, 0 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
new file mode 100755
index 00000000..6c3cb2ad
--- /dev/null
+++ b/gendarme/rules/Gendarme.Rules.Smells/Test/Tests.Rules.Smells.csproj
@@ -0,0 +1,73 @@
+<?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>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{986B9EFB-7494-4410-8B01-56AB42388643}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Test</RootNamespace>
+ <AssemblyName>Test</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="nunit.framework, Version=2.4.3.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
+ <Reference Include="System" />
+ <Reference Include="System.Windows.Forms" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="AvoidCodeDuplicatedInSameClassTest.cs" />
+ <Compile Include="AvoidCodeDuplicatedInSiblingClassesTest.cs" />
+ <Compile Include="AvoidLargeClassesTest.cs" />
+ <Compile Include="AvoidLongMethodsTest.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="AvoidLongParameterListsTest.cs" />
+ <Compile Include="AvoidSpeculativeGeneralityTest.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\..\..\..\cecil\lib\Mono.Cecil.csproj">
+ <Project>{D8F63DFF-5230-43E4-9AB2-DA6E721A1FAE}</Project>
+ <Name>Mono.Cecil</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\..\framework\Gendarme.Framework.csproj">
+ <Project>{CD6818D5-B398-486C-B180-92A07B143AFD}</Project>
+ <Name>Gendarme.Framework</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\" />
+ </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.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project> \ No newline at end of file