Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.Clients.OKB-3.3/HeuristicLab.Clients.OKB-3.3.csproj @ 4408

Last change on this file since 4408 was 4408, checked in by swagner, 14 years ago

Worked on OKB data model and services (#1174)

File size: 9.0 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{73857A9C-9706-4B72-8D9C-210B5B6A5691}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.OKB</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.OKB-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="HeuristicLab.Clients.Common-3.3">
42      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
45    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
46    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
47    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
48    <Reference Include="HeuristicLab.MainForm-3.3">
49      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
52      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.Optimizer-3.3">
55      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
56    </Reference>
57    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
58      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="System" />
61    <Reference Include="System.Core" />
62    <Reference Include="System.Drawing" />
63    <Reference Include="System.Runtime.Serialization" />
64    <Reference Include="System.ServiceModel" />
65    <Reference Include="System.Windows.Forms" />
66    <Reference Include="System.Xml.Linq" />
67    <Reference Include="System.Data.DataSetExtensions" />
68    <Reference Include="System.Data" />
69    <Reference Include="System.Xml" />
70  </ItemGroup>
71  <ItemGroup>
72    <Compile Include="AdministrationMenuItem.cs" />
73    <Compile Include="AlgorithmCollectionView.cs">
74      <SubType>UserControl</SubType>
75    </Compile>
76    <Compile Include="AlgorithmCollectionView.Designer.cs">
77      <DependentUpon>AlgorithmCollectionView.cs</DependentUpon>
78    </Compile>
79    <Compile Include="Extensions.cs" />
80    <Compile Include="HeuristicLabClientsOKBPlugin.cs" />
81    <Compile Include="AdministrationView.cs">
82      <SubType>UserControl</SubType>
83    </Compile>
84    <Compile Include="AdministrationView.Designer.cs">
85      <DependentUpon>AdministrationView.cs</DependentUpon>
86    </Compile>
87    <Compile Include="EntityCollection.cs" />
88    <Compile Include="EntityCollectionView.cs">
89      <SubType>UserControl</SubType>
90    </Compile>
91    <Compile Include="EntityCollectionView.Designer.cs">
92      <DependentUpon>EntityCollectionView.cs</DependentUpon>
93    </Compile>
94    <Compile Include="EntityView.cs">
95      <SubType>UserControl</SubType>
96    </Compile>
97    <Compile Include="EntityView.Designer.cs">
98      <DependentUpon>EntityView.cs</DependentUpon>
99    </Compile>
100    <Compile Include="NamedEntityView.cs">
101      <SubType>UserControl</SubType>
102    </Compile>
103    <Compile Include="NamedEntityView.Designer.cs">
104      <DependentUpon>NamedEntityView.cs</DependentUpon>
105    </Compile>
106    <Compile Include="AlgorithmClassCollectionView.cs">
107      <SubType>UserControl</SubType>
108    </Compile>
109    <Compile Include="AlgorithmClassCollectionView.Designer.cs">
110      <DependentUpon>AlgorithmClassCollectionView.cs</DependentUpon>
111    </Compile>
112    <Compile Include="Properties\AssemblyInfo.cs" />
113    <Compile Include="ReadOnlyEntityCollection.cs" />
114    <Compile Include="Service References\AdminService\Reference.cs">
115      <AutoGen>True</AutoGen>
116      <DesignTime>True</DesignTime>
117      <DependentUpon>Reference.svcmap</DependentUpon>
118    </Compile>
119    <None Include="app.config" />
120    <None Include="Properties\AssemblyInfo.frame" />
121    <None Include="Service References\AdminService\HeuristicLab.Clients.OKB.AdminService.Algorithm.datasource">
122      <DependentUpon>Reference.svcmap</DependentUpon>
123    </None>
124    <None Include="Service References\AdminService\HeuristicLab.Clients.OKB.AdminService.AlgorithmClass.datasource">
125      <DependentUpon>Reference.svcmap</DependentUpon>
126    </None>
127    <None Include="Service References\AdminService\HeuristicLab.Clients.OKB.AdminService.Platform.datasource">
128      <DependentUpon>Reference.svcmap</DependentUpon>
129    </None>
130    <None Include="Service References\AdminService\HeuristicLab.Clients.OKB.AdminService.Problem.datasource">
131      <DependentUpon>Reference.svcmap</DependentUpon>
132    </None>
133    <None Include="Service References\AdminService\HeuristicLab.Services.OKB.DataAccess.xsd">
134      <SubType>Designer</SubType>
135    </None>
136    <None Include="Service References\AdminService\service.wsdl" />
137    <None Include="Service References\AdminService\service.xsd">
138      <SubType>Designer</SubType>
139    </None>
140    <None Include="Service References\AdminService\service1.xsd">
141      <SubType>Designer</SubType>
142    </None>
143    <None Include="Service References\AdminService\System.Data.Linq.xsd">
144      <SubType>Designer</SubType>
145    </None>
146    <None Include="UpdateLocalInstallation.cmd" />
147  </ItemGroup>
148  <ItemGroup>
149    <None Include="HeuristicLab.snk" />
150    <None Include="HeuristicLabClientsOKBPlugin.cs.frame" />
151  </ItemGroup>
152  <ItemGroup>
153    <WCFMetadata Include="Service References\" />
154  </ItemGroup>
155  <ItemGroup>
156    <EmbeddedResource Include="AdministrationView.resx">
157      <DependentUpon>AdministrationView.cs</DependentUpon>
158    </EmbeddedResource>
159  </ItemGroup>
160  <ItemGroup>
161    <WCFMetadataStorage Include="Service References\AdminService\" />
162  </ItemGroup>
163  <ItemGroup>
164    <None Include="Service References\AdminService\configuration91.svcinfo" />
165  </ItemGroup>
166  <ItemGroup>
167    <None Include="Service References\AdminService\configuration.svcinfo" />
168  </ItemGroup>
169  <ItemGroup>
170    <None Include="Service References\AdminService\Reference.svcmap">
171      <Generator>WCF Proxy Generator</Generator>
172      <LastGenOutput>Reference.cs</LastGenOutput>
173    </None>
174  </ItemGroup>
175  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
176  <PropertyGroup>
177    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
178set ProjectDir=$(ProjectDir)
179set SolutionDir=$(SolutionDir)
180set Outdir=$(Outdir)
181set TargetPath=$(TargetPath)
182
183call UpdateLocalInstallation.cmd</PostBuildEvent>
184  </PropertyGroup>
185  <PropertyGroup>
186    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
187set ProjectDir=$(ProjectDir)
188set SolutionDir=$(SolutionDir)
189set Outdir=$(Outdir)
190
191SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
192SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs"</PreBuildEvent>
193  </PropertyGroup>
194  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
195       Other similar extension points exist, see Microsoft.Common.targets.
196  <Target Name="BeforeBuild">
197  </Target>
198  <Target Name="AfterBuild">
199  </Target>
200  -->
201</Project>
Note: See TracBrowser for help on using the repository browser.