Free cookie consent management tool by TermsFeed Policy Generator

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

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

Worked on OKB (#1174)

File size: 7.9 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-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
48    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
49    <Reference Include="HeuristicLab.MainForm-3.3">
50      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
53      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Optimizer-3.3">
56      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
59      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="System" />
62    <Reference Include="System.Core" />
63    <Reference Include="System.Drawing" />
64    <Reference Include="System.Runtime.Serialization" />
65    <Reference Include="System.ServiceModel" />
66    <Reference Include="System.Windows.Forms" />
67    <Reference Include="System.Xml.Linq" />
68    <Reference Include="System.Data.DataSetExtensions" />
69    <Reference Include="System.Data" />
70    <Reference Include="System.Xml" />
71  </ItemGroup>
72  <ItemGroup>
73    <Compile Include="Administrator.cs">
74      <SubType>Code</SubType>
75    </Compile>
76    <Compile Include="AdministrationMenuItem.cs" />
77    <Compile Include="HeuristicLabClientsOKBPlugin.cs" />
78    <Compile Include="Properties\AssemblyInfo.cs" />
79    <Compile Include="ServiceClients\Algorithm.cs">
80      <SubType>Code</SubType>
81    </Compile>
82    <Compile Include="ServiceClients\AlgorithmClass.cs">
83      <SubType>Code</SubType>
84    </Compile>
85    <Compile Include="ServiceClients\NamedOKBItem.cs" />
86    <Compile Include="ServiceClients\Platform.cs" />
87    <Compile Include="ServiceClients\INamedOKBItem.cs">
88      <SubType>Code</SubType>
89    </Compile>
90    <Compile Include="ServiceClients\IOKBItem.cs">
91      <SubType>Code</SubType>
92    </Compile>
93    <Compile Include="ServiceClients\OKBItem.cs">
94      <SubType>Code</SubType>
95    </Compile>
96    <Compile Include="ServiceClients\ServiceClients.cs" />
97    <Compile Include="Views\AdministratorView.cs">
98      <SubType>UserControl</SubType>
99    </Compile>
100    <Compile Include="Views\AdministratorView.Designer.cs">
101      <DependentUpon>AdministratorView.cs</DependentUpon>
102    </Compile>
103    <Compile Include="Views\AlgorithmClassCollectionView.cs">
104      <SubType>UserControl</SubType>
105    </Compile>
106    <Compile Include="Views\AlgorithmClassCollectionView.Designer.cs">
107      <DependentUpon>AlgorithmClassCollectionView.cs</DependentUpon>
108    </Compile>
109    <Compile Include="Views\AlgorithmCollectionView.cs">
110      <SubType>UserControl</SubType>
111    </Compile>
112    <Compile Include="Views\AlgorithmCollectionView.Designer.cs">
113      <DependentUpon>AlgorithmCollectionView.cs</DependentUpon>
114    </Compile>
115    <Compile Include="Views\AlgorithmView.cs">
116      <SubType>UserControl</SubType>
117    </Compile>
118    <Compile Include="Views\AlgorithmView.Designer.cs">
119      <DependentUpon>AlgorithmView.cs</DependentUpon>
120    </Compile>
121    <Compile Include="Views\PlatformCollectionView.cs">
122      <SubType>UserControl</SubType>
123    </Compile>
124    <Compile Include="Views\PlatformCollectionView.Designer.cs">
125      <DependentUpon>PlatformCollectionView.cs</DependentUpon>
126    </Compile>
127    <Compile Include="Views\OKBItemView.cs">
128      <SubType>UserControl</SubType>
129    </Compile>
130    <Compile Include="Views\OKBItemView.Designer.cs">
131      <DependentUpon>OKBItemView.cs</DependentUpon>
132    </Compile>
133    <Compile Include="Views\NamedOKBItemView.cs">
134      <SubType>UserControl</SubType>
135    </Compile>
136    <Compile Include="Views\NamedOKBItemView.Designer.cs">
137      <DependentUpon>NamedOKBItemView.cs</DependentUpon>
138    </Compile>
139    <None Include="app.config" />
140    <None Include="Properties\AssemblyInfo.frame" />
141    <None Include="ServiceClients\GenerateServiceClients.cmd" />
142    <None Include="UpdateLocalInstallation.cmd" />
143  </ItemGroup>
144  <ItemGroup>
145    <None Include="HeuristicLab.snk" />
146    <None Include="HeuristicLabClientsOKBPlugin.cs.frame" />
147  </ItemGroup>
148  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
149  <PropertyGroup>
150    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
151set ProjectDir=$(ProjectDir)
152set SolutionDir=$(SolutionDir)
153set Outdir=$(Outdir)
154set TargetPath=$(TargetPath)
155
156call UpdateLocalInstallation.cmd</PostBuildEvent>
157  </PropertyGroup>
158  <PropertyGroup>
159    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
160set ProjectDir=$(ProjectDir)
161set SolutionDir=$(SolutionDir)
162set Outdir=$(Outdir)
163
164SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
165SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs"</PreBuildEvent>
166  </PropertyGroup>
167  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
168       Other similar extension points exist, see Microsoft.Common.targets.
169  <Target Name="BeforeBuild">
170  </Target>
171  <Target Name="AfterBuild">
172  </Target>
173  -->
174</Project>
Note: See TracBrowser for help on using the repository browser.