Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBAdminPlugin/HLWebOKBAdminPlugin.csproj @ 6289

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

#1433 Changes to project structure

File size: 11.8 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>HLWebOKBAdminPlugin</RootNamespace>
14    <AssemblyName>HLWebOKBAdminPlugin</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.Runtime.Serialization" />
60    <Reference Include="System.ServiceModel" />
61    <Reference Include="System.Web.DynamicData" />
62    <Reference Include="System.Web.Entity" />
63    <Reference Include="System.Web.ApplicationServices" />
64    <Reference Include="System.ComponentModel.DataAnnotations">
65      <RequiredTargetFramework>3.5</RequiredTargetFramework>
66    </Reference>
67    <Reference Include="System.Core">
68      <RequiredTargetFramework>3.5</RequiredTargetFramework>
69    </Reference>
70    <Reference Include="System.Data.DataSetExtensions">
71      <RequiredTargetFramework>3.5</RequiredTargetFramework>
72    </Reference>
73    <Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
74    <Reference Include="System.Xml.Linq">
75      <RequiredTargetFramework>3.5</RequiredTargetFramework>
76    </Reference>
77    <Reference Include="System.Web" />
78    <Reference Include="System.Web.Extensions">
79      <RequiredTargetFramework>3.5</RequiredTargetFramework>
80    </Reference>
81    <Reference Include="System.Web.Abstractions" />
82    <Reference Include="System.Web.Routing" />
83    <Reference Include="System.Xml" />
84    <Reference Include="System.Configuration" />
85    <Reference Include="System.Web.Services" />
86    <Reference Include="System.EnterpriseServices" />
87  </ItemGroup>
88  <ItemGroup>
89    <Compile Include="Controllers\AdminController.cs" />
90    <Compile Include="Controllers\AlgorithmClassController.cs" />
91    <Compile Include="Controllers\AlgorithmController.cs" />
92    <Compile Include="Controllers\HomeController.cs" />
93    <Compile Include="Controllers\ProblemClassController.cs" />
94    <Compile Include="Controllers\ProblemController.cs" />
95    <Compile Include="Global.asax.cs">
96      <DependentUpon>Global.asax</DependentUpon>
97    </Compile>
98    <Compile Include="Helpers\Admin.cs" />
99    <Compile Include="Helpers\HtmlHelpers.cs" />
100    <Compile Include="Models\AccountModels.cs" />
101    <Compile Include="Models\AdminModel.cs" />
102    <Compile Include="Models\AlgorithmClassModel.cs" />
103    <Compile Include="Models\AlgorithmModel.cs" />
104    <Compile Include="Models\ProblemClassModel.cs" />
105    <Compile Include="Models\ProblemModel.cs" />
106    <Compile Include="Properties\AssemblyInfo.cs" />
107    <Compile Include="Service References\OKBAdministrationService\Reference.cs">
108      <AutoGen>True</AutoGen>
109      <DesignTime>True</DesignTime>
110      <DependentUpon>Reference.svcmap</DependentUpon>
111    </Compile>
112  </ItemGroup>
113  <ItemGroup>
114    <Content Include="Global.asax" />
115    <EmbeddedResource Include="Views\Admin\Menu.ascx" />
116    <None Include="Service References\OKBAdministrationService\AdministrationService.disco" />
117    <None Include="Service References\OKBAdministrationService\configuration91.svcinfo" />
118    <None Include="Service References\OKBAdministrationService\configuration.svcinfo" />
119    <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm.datasource">
120      <DependentUpon>Reference.svcmap</DependentUpon>
121    </None>
122    <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass.datasource">
123      <DependentUpon>Reference.svcmap</DependentUpon>
124    </None>
125    <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Platform.datasource">
126      <DependentUpon>Reference.svcmap</DependentUpon>
127    </None>
128    <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Problem.datasource">
129      <DependentUpon>Reference.svcmap</DependentUpon>
130    </None>
131    <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass.datasource">
132      <DependentUpon>Reference.svcmap</DependentUpon>
133    </None>
134    <None Include="Service References\OKBAdministrationService\Reference.svcmap">
135      <Generator>WCF Proxy Generator</Generator>
136      <LastGenOutput>Reference.cs</LastGenOutput>
137    </None>
138    <Content Include="Views\Admin\Index.aspx" />
139    <Content Include="Views\AlgorithmClass\Detail.aspx" />
140    <Content Include="Views\AlgorithmClass\Index.aspx" />
141    <Content Include="Views\Algorithm\Detail.aspx" />
142    <Content Include="Views\Algorithm\Index.aspx" />
143    <Content Include="Views\Home\About.aspx" />
144    <Content Include="Views\Home\Index.aspx" />
145    <Content Include="Views\ProblemClass\Detail.aspx" />
146    <Content Include="Views\ProblemClass\Index.aspx" />
147    <Content Include="Views\Problem\Detail.aspx" />
148    <Content Include="Views\Problem\Index.aspx" />
149    <Content Include="Views\ServiceTest\Index.aspx" />
150    <Content Include="Web.config">
151      <SubType>Designer</SubType>
152    </Content>
153    <Content Include="Web.Debug.config">
154      <DependentUpon>Web.config</DependentUpon>
155    </Content>
156    <Content Include="Web.Release.config">
157      <DependentUpon>Web.config</DependentUpon>
158    </Content>
159    <Content Include="Content\Site.css" />
160    <Content Include="Scripts\jquery-1.4.1.js" />
161    <Content Include="Scripts\jquery-1.4.1.min.js" />
162    <Content Include="Scripts\jquery-1.4.1-vsdoc.js" />
163    <Content Include="Scripts\jquery.validate.js" />
164    <Content Include="Scripts\jquery.validate.min.js" />
165    <Content Include="Scripts\jquery.validate-vsdoc.js" />
166    <Content Include="Scripts\MicrosoftAjax.js" />
167    <Content Include="Scripts\MicrosoftAjax.debug.js" />
168    <Content Include="Scripts\MicrosoftMvcAjax.js" />
169    <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
170    <Content Include="Scripts\MicrosoftMvcValidation.js" />
171    <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
172    <Content Include="Views\Shared\Error.aspx" />
173    <Content Include="Views\Shared\LogOnUserControl.ascx" />
174    <Content Include="Views\Shared\Site.Master" />
175    <Content Include="Views\Web.config" />
176    <None Include="Service References\OKBAdministrationService\AdministrationService.wsdl" />
177    <None Include="Service References\OKBAdministrationService\AdministrationService1.xsd">
178      <SubType>Designer</SubType>
179    </None>
180    <None Include="Service References\OKBAdministrationService\AdministrationService2.xsd">
181      <SubType>Designer</SubType>
182    </None>
183    <None Include="Service References\OKBAdministrationService\AdministrationService3.xsd">
184      <SubType>Designer</SubType>
185    </None>
186  </ItemGroup>
187  <ItemGroup>
188    <Folder Include="App_Data\" />
189    <Folder Include="App_LocalResources\" />
190    <Folder Include="Properties\DataSources\" />
191    <Folder Include="Resources\" />
192    <Folder Include="ViewModels\" />
193  </ItemGroup>
194  <ItemGroup>
195    <WCFMetadata Include="Service References\" />
196  </ItemGroup>
197  <ItemGroup>
198    <WCFMetadataStorage Include="Service References\OKBAdministrationService\" />
199  </ItemGroup>
200  <ItemGroup>
201    <None Include="Service References\OKBAdministrationService\AdministrationService.xsd">
202      <SubType>Designer</SubType>
203    </None>
204  </ItemGroup>
205  <Choose>
206    <When Condition=" '$(Configuration)'=='Plugin' ">
207      <ItemGroup>
208        <EmbeddedResource Include="Views\*\*.aspx" />
209      </ItemGroup>
210    </When>
211  </Choose>
212  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
213  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
214  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
215       Other similar extension points exist, see Microsoft.Common.targets.
216  <Target Name="BeforeBuild">
217  </Target> -->
218  <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
219    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
220  </Target>
221  <ProjectExtensions>
222    <VisualStudio>
223      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
224        <WebProjectProperties>
225          <UseIIS>False</UseIIS>
226          <AutoAssignPort>True</AutoAssignPort>
227          <DevelopmentServerPort>4012</DevelopmentServerPort>
228          <DevelopmentServerVPath>/</DevelopmentServerVPath>
229          <IISUrl>
230          </IISUrl>
231          <NTLMAuthentication>False</NTLMAuthentication>
232          <UseCustomServer>False</UseCustomServer>
233          <CustomServerUrl>
234          </CustomServerUrl>
235          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
236        </WebProjectProperties>
237      </FlavorProperties>
238    </VisualStudio>
239  </ProjectExtensions>
240  <PropertyGroup>
241    <PostBuildEvent>copy HLWebOKBAdminPlugin.dll ..\..\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin</PostBuildEvent>
242  </PropertyGroup>
243</Project>
Note: See TracBrowser for help on using the repository browser.