Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebPluginHost/HLWebPluginHost.csproj @ 4604

Last change on this file since 4604 was 4604, checked in by dkahn, 13 years ago

#1198 Imported new Plugin Host solution for the new MVC2 based web application

File size: 6.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>{1B682B1C-5EF5-4797-B4D0-99D930D64403}</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>HLWebPluginHost</RootNamespace>
14    <AssemblyName>HLWebPluginHost</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  <ItemGroup>
36    <Reference Include="Microsoft.CSharp" />
37    <Reference Include="System" />
38    <Reference Include="System.Data" />
39    <Reference Include="System.Drawing" />
40    <Reference Include="System.Web.DynamicData" />
41    <Reference Include="System.Web.Entity" />
42    <Reference Include="System.Web.ApplicationServices" />
43    <Reference Include="System.ComponentModel.DataAnnotations">
44      <RequiredTargetFramework>3.5</RequiredTargetFramework>
45    </Reference>
46    <Reference Include="System.Core">
47      <RequiredTargetFramework>3.5</RequiredTargetFramework>
48    </Reference>
49    <Reference Include="System.Data.DataSetExtensions">
50      <RequiredTargetFramework>3.5</RequiredTargetFramework>
51    </Reference>
52    <Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
53    <Reference Include="System.Xml.Linq">
54      <RequiredTargetFramework>3.5</RequiredTargetFramework>
55    </Reference>
56    <Reference Include="System.Web" />
57    <Reference Include="System.Web.Extensions">
58      <RequiredTargetFramework>3.5</RequiredTargetFramework>
59    </Reference>
60    <Reference Include="System.Web.Abstractions" />
61    <Reference Include="System.Web.Routing" />
62    <Reference Include="System.Xml" />
63    <Reference Include="System.Configuration" />
64    <Reference Include="System.Web.Services" />
65    <Reference Include="System.EnterpriseServices" />
66  </ItemGroup>
67  <ItemGroup>
68    <Compile Include="Controllers\AccountController.cs" />
69    <Compile Include="Controllers\HomeController.cs" />
70    <Compile Include="Global.asax.cs">
71      <DependentUpon>Global.asax</DependentUpon>
72    </Compile>
73    <Compile Include="Models\AccountModels.cs" />
74    <Compile Include="PluginLib\AssemblyResourceProvider.cs" />
75    <Compile Include="PluginLib\AssemblyResourceVirtualFile.cs" />
76    <Compile Include="PluginLib\PluginAttribute.cs" />
77    <Compile Include="PluginLib\PluginHelper.cs" />
78    <Compile Include="PluginLib\PluginViewEngine.cs" />
79    <Compile Include="Properties\AssemblyInfo.cs" />
80  </ItemGroup>
81  <ItemGroup>
82    <Content Include="Global.asax" />
83    <Content Include="Web.config">
84      <SubType>Designer</SubType>
85    </Content>
86    <Content Include="Web.Debug.config">
87      <DependentUpon>Web.config</DependentUpon>
88    </Content>
89    <Content Include="Web.Release.config">
90      <DependentUpon>Web.config</DependentUpon>
91    </Content>
92    <Content Include="Content\Site.css" />
93    <Content Include="Scripts\jquery-1.4.1.js" />
94    <Content Include="Scripts\jquery-1.4.1.min.js" />
95    <Content Include="Scripts\jquery-1.4.1-vsdoc.js" />
96    <Content Include="Scripts\jquery.validate.js" />
97    <Content Include="Scripts\jquery.validate.min.js" />
98    <Content Include="Scripts\jquery.validate-vsdoc.js" />
99    <Content Include="Scripts\MicrosoftAjax.js" />
100    <Content Include="Scripts\MicrosoftAjax.debug.js" />
101    <Content Include="Scripts\MicrosoftMvcAjax.js" />
102    <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
103    <Content Include="Scripts\MicrosoftMvcValidation.js" />
104    <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
105    <Content Include="Views\Account\ChangePassword.aspx" />
106    <Content Include="Views\Account\ChangePasswordSuccess.aspx" />
107    <Content Include="Views\Account\LogOn.aspx" />
108    <Content Include="Views\Account\Register.aspx" />
109    <Content Include="Views\Home\About.aspx" />
110    <Content Include="Views\Home\Index.aspx" />
111    <Content Include="Views\Shared\Error.aspx" />
112    <Content Include="Views\Shared\LogOnUserControl.ascx" />
113    <Content Include="Views\Shared\Site.Master" />
114    <Content Include="Views\Web.config" />
115  </ItemGroup>
116  <ItemGroup>
117    <Folder Include="App_Data\" />
118  </ItemGroup>
119  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
120  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
121  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
122       Other similar extension points exist, see Microsoft.Common.targets.
123  <Target Name="BeforeBuild">
124  </Target> -->
125  <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
126    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
127  </Target>
128  <ProjectExtensions>
129    <VisualStudio>
130      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
131        <WebProjectProperties>
132          <UseIIS>False</UseIIS>
133          <AutoAssignPort>True</AutoAssignPort>
134          <DevelopmentServerPort>1209</DevelopmentServerPort>
135          <DevelopmentServerVPath>/</DevelopmentServerVPath>
136          <IISUrl>
137          </IISUrl>
138          <NTLMAuthentication>False</NTLMAuthentication>
139          <UseCustomServer>False</UseCustomServer>
140          <CustomServerUrl>
141          </CustomServerUrl>
142          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
143        </WebProjectProperties>
144      </FlavorProperties>
145    </VisualStudio>
146  </ProjectExtensions>
147</Project>
Note: See TracBrowser for help on using the repository browser.