Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6218 was 6218, checked in by gschwarz, 13 years ago

#1433 Updated Problem Control/View; Added Algorithm Control/View => bug still exist in SortDesc

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