Free cookie consent management tool by TermsFeed Policy Generator

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

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

Worked on OKB data model and services (#1174)

File size: 7.4 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\INamedOKBItem.cs">
86      <SubType>Code</SubType>
87    </Compile>
88    <Compile Include="ServiceClients\IOKBItem.cs">
89      <SubType>Code</SubType>
90    </Compile>
91    <Compile Include="ServiceClients\OKBItem.cs">
92      <SubType>Code</SubType>
93    </Compile>
94    <Compile Include="ServiceClients\ServiceClients.cs" />
95    <Compile Include="Views\AdministratorView.cs">
96      <SubType>UserControl</SubType>
97    </Compile>
98    <Compile Include="Views\AdministratorView.Designer.cs">
99      <DependentUpon>AdministratorView.cs</DependentUpon>
100    </Compile>
101    <Compile Include="Views\AlgorithmClassCollectionView.cs">
102      <SubType>UserControl</SubType>
103    </Compile>
104    <Compile Include="Views\AlgorithmClassCollectionView.Designer.cs">
105      <DependentUpon>AlgorithmClassCollectionView.cs</DependentUpon>
106    </Compile>
107    <Compile Include="Views\AlgorithmCollectionView.cs">
108      <SubType>UserControl</SubType>
109    </Compile>
110    <Compile Include="Views\AlgorithmCollectionView.Designer.cs">
111      <DependentUpon>AlgorithmCollectionView.cs</DependentUpon>
112    </Compile>
113    <Compile Include="Views\OKBItemView.cs">
114      <SubType>UserControl</SubType>
115    </Compile>
116    <Compile Include="Views\OKBItemView.Designer.cs">
117      <DependentUpon>OKBItemView.cs</DependentUpon>
118    </Compile>
119    <Compile Include="Views\NamedOKBItemView.cs">
120      <SubType>UserControl</SubType>
121    </Compile>
122    <Compile Include="Views\NamedOKBItemView.Designer.cs">
123      <DependentUpon>NamedOKBItemView.cs</DependentUpon>
124    </Compile>
125    <None Include="app.config" />
126    <None Include="Properties\AssemblyInfo.frame" />
127    <None Include="ServiceClients\GenerateServiceClients.cmd" />
128    <None Include="ServiceClients\TweakServiceClients.ps1" />
129    <None Include="UpdateLocalInstallation.cmd" />
130  </ItemGroup>
131  <ItemGroup>
132    <None Include="HeuristicLab.snk" />
133    <None Include="HeuristicLabClientsOKBPlugin.cs.frame" />
134  </ItemGroup>
135  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
136  <PropertyGroup>
137    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
138set ProjectDir=$(ProjectDir)
139set SolutionDir=$(SolutionDir)
140set Outdir=$(Outdir)
141set TargetPath=$(TargetPath)
142
143call UpdateLocalInstallation.cmd</PostBuildEvent>
144  </PropertyGroup>
145  <PropertyGroup>
146    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
147set ProjectDir=$(ProjectDir)
148set SolutionDir=$(SolutionDir)
149set Outdir=$(Outdir)
150
151SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
152SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs"</PreBuildEvent>
153  </PropertyGroup>
154  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
155       Other similar extension points exist, see Microsoft.Common.targets.
156  <Target Name="BeforeBuild">
157  </Target>
158  <Target Name="AfterBuild">
159  </Target>
160  -->
161</Project>
Note: See TracBrowser for help on using the repository browser.