Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebHelloWorldPlugin/HLWebHelloWorldPlugin.Tests/HLWebHelloWorldPlugin.Tests.csproj @ 12726

Last change on this file since 12726 was 4605, checked in by dkahn, 14 years ago

#1198 Added Hello World demo plugin

File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>
7    </ProductVersion>
8    <SchemaVersion>2.0</SchemaVersion>
9    <ProjectGuid>{539D716D-BB67-4212-AAC6-224041CFD76B}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>HLWebHelloWorldPlugin.Tests</RootNamespace>
13    <AssemblyName>HLWebHelloWorldPlugin.Tests</AssemblyName>
14    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Plugin|AnyCPU'">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>bin\Plugin\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>AnyCPU</PlatformTarget>
41    <CodeAnalysisLogFile>bin\Debug\FzySqrPlugin.Tests.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
42    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
43    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
44    <ErrorReport>prompt</ErrorReport>
45    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
46    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
47    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
48    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
49    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
50  </PropertyGroup>
51  <ItemGroup>
52    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
53    <Reference Include="System" />
54    <Reference Include="System.ComponentModel.DataAnnotations">
55      <RequiredTargetFramework>3.5</RequiredTargetFramework>
56    </Reference>
57    <Reference Include="System.Configuration" />
58    <Reference Include="System.Core">
59      <RequiredTargetFramework>3.5</RequiredTargetFramework>
60    </Reference>
61    <Reference Include="System.Data" />
62    <Reference Include="System.Web" />
63    <Reference Include="System.Web.ApplicationServices" />
64    <Reference Include="System.Web.Extensions">
65      <RequiredTargetFramework>3.5</RequiredTargetFramework>
66    </Reference>
67    <Reference Include="System.Web.Abstractions" />
68    <Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
69    <Reference Include="System.Web.Routing" />
70    <Reference Include="System.Xml" />
71  </ItemGroup>
72  <ItemGroup>
73    <Compile Include="Properties\AssemblyInfo.cs" />
74    <Compile Include="Controllers\HomeControllerTest.cs" />
75    <Compile Include="Controllers\AccountControllerTest.cs" />
76  </ItemGroup>
77  <ItemGroup>
78    <Content Include="App.config" />
79  </ItemGroup>
80  <ItemGroup>
81    <ProjectReference Include="..\HLWebHelloWorldPlugin\HLWebHelloWorldPlugin.csproj">
82      <Project>{508F74C2-87B5-4150-B45E-ADFBDBE0168F}</Project>
83      <Name>FzySqrPlugin</Name>
84    </ProjectReference>
85  </ItemGroup>
86  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
87  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
88       Other similar extension points exist, see Microsoft.Common.targets.
89  <Target Name="BeforeBuild">
90  </Target>
91  <Target Name="AfterBuild">
92  </Target>
93  -->
94</Project>
Note: See TracBrowser for help on using the repository browser.