Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1433 menue entries and views for OKB Admin created / adapted, each view contains a listbox

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