Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/HLWebServiceTestPlugin.csproj @ 4734

Last change on this file since 4734 was 4734, checked in by wtollsch, 13 years ago

#1198 HLWebServiceTestPlugin (Authentication)

File size: 7.5 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>{508F74C2-87B5-4150-B45E-ADFBDBE0168F}</ProjectGuid>
10    <ProjectTypeGuids>{F85E285D-A4E0-4152-9332-AB1D724D3325};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11    <OutputType>Library</OutputType>
12    <AppDesignerFolder>Properties</AppDesignerFolder>
13    <RootNamespace>HLWebServiceTestPlugin</RootNamespace>
14    <AssemblyName>HLWebServiceTestPlugin</AssemblyName>
15    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16    <MvcBuildViews>false</MvcBuildViews>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\</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\</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\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>AnyCPU</PlatformTarget>
41    <CodeAnalysisLogFile>bin\FzySqrPlugin.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="HLWebPluginHost">
53      <HintPath>..\..\..\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.dll</HintPath>
54    </Reference>
55    <Reference Include="Microsoft.CSharp" />
56    <Reference Include="System" />
57    <Reference Include="System.Data" />
58    <Reference Include="System.Drawing" />
59    <Reference Include="System.Web.DynamicData" />
60    <Reference Include="System.Web.Entity" />
61    <Reference Include="System.Web.ApplicationServices" />
62    <Reference Include="System.ComponentModel.DataAnnotations">
63      <RequiredTargetFramework>3.5</RequiredTargetFramework>
64    </Reference>
65    <Reference Include="System.Core">
66      <RequiredTargetFramework>3.5</RequiredTargetFramework>
67    </Reference>
68    <Reference Include="System.Data.DataSetExtensions">
69      <RequiredTargetFramework>3.5</RequiredTargetFramework>
70    </Reference>
71    <Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
72    <Reference Include="System.Xml.Linq">
73      <RequiredTargetFramework>3.5</RequiredTargetFramework>
74    </Reference>
75    <Reference Include="System.Web" />
76    <Reference Include="System.Web.Extensions">
77      <RequiredTargetFramework>3.5</RequiredTargetFramework>
78    </Reference>
79    <Reference Include="System.Web.Abstractions" />
80    <Reference Include="System.Web.Routing" />
81    <Reference Include="System.Xml" />
82    <Reference Include="System.Configuration" />
83    <Reference Include="System.Web.Services" />
84    <Reference Include="System.EnterpriseServices" />
85  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="Controllers\ServiceTestController.cs" />
88    <Compile Include="Global.asax.cs">
89      <DependentUpon>Global.asax</DependentUpon>
90    </Compile>
91    <Compile Include="Models\AccountModels.cs" />
92    <Compile Include="Properties\AssemblyInfo.cs" />
93  </ItemGroup>
94  <ItemGroup>
95    <Content Include="Global.asax" />
96    <Content Include="Views\ServiceTest\Index.aspx" />
97    <Content Include="Web.config" />
98    <Content Include="Web.Debug.config">
99      <DependentUpon>Web.config</DependentUpon>
100    </Content>
101    <Content Include="Web.Release.config">
102      <DependentUpon>Web.config</DependentUpon>
103    </Content>
104    <Content Include="Content\Site.css" />
105    <Content Include="Scripts\jquery-1.4.1.js" />
106    <Content Include="Scripts\jquery-1.4.1.min.js" />
107    <Content Include="Scripts\jquery-1.4.1-vsdoc.js" />
108    <Content Include="Scripts\jquery.validate.js" />
109    <Content Include="Scripts\jquery.validate.min.js" />
110    <Content Include="Scripts\jquery.validate-vsdoc.js" />
111    <Content Include="Scripts\MicrosoftAjax.js" />
112    <Content Include="Scripts\MicrosoftAjax.debug.js" />
113    <Content Include="Scripts\MicrosoftMvcAjax.js" />
114    <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
115    <Content Include="Scripts\MicrosoftMvcValidation.js" />
116    <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
117    <Content Include="Views\Shared\Error.aspx" />
118    <Content Include="Views\Shared\LogOnUserControl.ascx" />
119    <Content Include="Views\Shared\Site.Master" />
120    <Content Include="Views\Web.config" />
121  </ItemGroup>
122  <ItemGroup>
123    <Folder Include="App_Data\" />
124  </ItemGroup>
125  <Choose>
126    <When Condition=" '$(Configuration)'=='Plugin' ">
127      <ItemGroup>
128        <EmbeddedResource Include="Views\*\*.aspx" />
129      </ItemGroup>
130    </When>
131  </Choose>
132  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
133  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
134  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135       Other similar extension points exist, see Microsoft.Common.targets.
136  <Target Name="BeforeBuild">
137  </Target> -->
138  <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
139    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
140  </Target>
141  <ProjectExtensions>
142    <VisualStudio>
143      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
144        <WebProjectProperties>
145          <UseIIS>False</UseIIS>
146          <AutoAssignPort>True</AutoAssignPort>
147          <DevelopmentServerPort>4012</DevelopmentServerPort>
148          <DevelopmentServerVPath>/</DevelopmentServerVPath>
149          <IISUrl>
150          </IISUrl>
151          <NTLMAuthentication>False</NTLMAuthentication>
152          <UseCustomServer>False</UseCustomServer>
153          <CustomServerUrl>
154          </CustomServerUrl>
155          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
156        </WebProjectProperties>
157      </FlavorProperties>
158    </VisualStudio>
159  </ProjectExtensions>
160</Project>
Note: See TracBrowser for help on using the repository browser.