Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1198 HLWebOkbAdminPlugin

File size: 10.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>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\AlgorithmClassController.cs" />
90    <Compile Include="Controllers\ServiceTestController.cs" />
91    <Compile Include="Global.asax.cs">
92      <DependentUpon>Global.asax</DependentUpon>
93    </Compile>
94    <Compile Include="Models\AccountModels.cs" />
95    <Compile Include="Models\AlgorithmClassModel.cs" />
96    <Compile Include="Properties\AssemblyInfo.cs" />
97    <Compile Include="Service References\OKBService\Reference.cs">
98      <AutoGen>True</AutoGen>
99      <DesignTime>True</DesignTime>
100      <DependentUpon>Reference.svcmap</DependentUpon>
101    </Compile>
102  </ItemGroup>
103  <ItemGroup>
104    <Content Include="Global.asax" />
105    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Algorithm.datasource" />
106    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.AlgorithmClass.datasource" />
107    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.AlgorithmData.datasource" />
108    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.AlgorithmParameter.datasource" />
109    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.DataType.datasource" />
110    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Experiment.datasource" />
111    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Platform.datasource" />
112    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Problem.datasource" />
113    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.ProblemClass.datasource" />
114    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.ProblemData.datasource" />
115    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.ProblemParameter.datasource" />
116    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Result.datasource" />
117    <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Run.datasource" />
118    <EmbeddedResource Include="Resources\Delete.bmp" />
119    <EmbeddedResource Include="Resources\Plus.bmp" />
120    <EmbeddedResource Include="Resources\Update.bmp" />
121    <None Include="Service References\OKBService\configuration91.svcinfo" />
122    <None Include="Service References\OKBService\configuration.svcinfo" />
123    <None Include="Service References\OKBService\Reference.svcmap">
124      <Generator>WCF Proxy Generator</Generator>
125      <LastGenOutput>Reference.cs</LastGenOutput>
126    </None>
127    <Content Include="Views\AlgorithmClass\Index.aspx" />
128    <Content Include="Views\ServiceTest\Index.aspx" />
129    <Content Include="Web.config" />
130    <Content Include="Web.Debug.config">
131      <DependentUpon>Web.config</DependentUpon>
132    </Content>
133    <Content Include="Web.Release.config">
134      <DependentUpon>Web.config</DependentUpon>
135    </Content>
136    <Content Include="Content\Site.css" />
137    <Content Include="Scripts\jquery-1.4.1.js" />
138    <Content Include="Scripts\jquery-1.4.1.min.js" />
139    <Content Include="Scripts\jquery-1.4.1-vsdoc.js" />
140    <Content Include="Scripts\jquery.validate.js" />
141    <Content Include="Scripts\jquery.validate.min.js" />
142    <Content Include="Scripts\jquery.validate-vsdoc.js" />
143    <Content Include="Scripts\MicrosoftAjax.js" />
144    <Content Include="Scripts\MicrosoftAjax.debug.js" />
145    <Content Include="Scripts\MicrosoftMvcAjax.js" />
146    <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
147    <Content Include="Scripts\MicrosoftMvcValidation.js" />
148    <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
149    <Content Include="Views\Shared\Error.aspx" />
150    <Content Include="Views\Shared\LogOnUserControl.ascx" />
151    <Content Include="Views\Shared\Site.Master" />
152    <Content Include="Views\Web.config" />
153    <None Include="Service References\OKBService\Arrays.xsd">
154      <SubType>Designer</SubType>
155    </None>
156    <None Include="Service References\OKBService\HeuristicLab.Services.OKB.DataTransfer.xsd">
157      <SubType>Designer</SubType>
158    </None>
159    <None Include="Service References\OKBService\service.wsdl" />
160    <None Include="Service References\OKBService\service.xsd">
161      <SubType>Designer</SubType>
162    </None>
163    <None Include="Service References\OKBService\service1.xsd">
164      <SubType>Designer</SubType>
165    </None>
166  </ItemGroup>
167  <ItemGroup>
168    <Folder Include="App_Data\" />
169    <Folder Include="App_LocalResources\" />
170  </ItemGroup>
171  <ItemGroup>
172    <WCFMetadata Include="Service References\" />
173  </ItemGroup>
174  <ItemGroup>
175    <WCFMetadataStorage Include="Service References\OKBService\" />
176  </ItemGroup>
177  <Choose>
178    <When Condition=" '$(Configuration)'=='Plugin' ">
179      <ItemGroup>
180        <EmbeddedResource Include="Views\*\*.aspx" />
181      </ItemGroup>
182    </When>
183  </Choose>
184  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
185  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
186  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
187       Other similar extension points exist, see Microsoft.Common.targets.
188  <Target Name="BeforeBuild">
189  </Target> -->
190  <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
191    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
192  </Target>
193  <ProjectExtensions>
194    <VisualStudio>
195      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
196        <WebProjectProperties>
197          <UseIIS>False</UseIIS>
198          <AutoAssignPort>True</AutoAssignPort>
199          <DevelopmentServerPort>4012</DevelopmentServerPort>
200          <DevelopmentServerVPath>/</DevelopmentServerVPath>
201          <IISUrl>
202          </IISUrl>
203          <NTLMAuthentication>False</NTLMAuthentication>
204          <UseCustomServer>False</UseCustomServer>
205          <CustomServerUrl>
206          </CustomServerUrl>
207          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
208        </WebProjectProperties>
209      </FlavorProperties>
210    </VisualStudio>
211  </ProjectExtensions>
212</Project>
Note: See TracBrowser for help on using the repository browser.