Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.OKB.Cockpit/HeuristicLab.OKB.Cockpit-3.3.csproj @ 6050

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

Integrated OKB clients for HL 3.3 (#1166)

File size: 9.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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{52567721-66A9-4411-9ED6-48DE37732868}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.OKB.Cockpit</RootNamespace>
12    <AssemblyName>HeuristicLab.OKB.Cockpit-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <StartupObject>
16    </StartupObject>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
50    <OutputPath>bin\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x86\Debug\</OutputPath>
59    <DefineConstants>DEBUG;TRACE</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
66    <OutputPath>bin\x86\Release\</OutputPath>
67    <DefineConstants>TRACE</DefineConstants>
68    <Optimize>true</Optimize>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73  </PropertyGroup>
74  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
75    <DebugSymbols>true</DebugSymbols>
76    <OutputPath>bin\x64\Debug\</OutputPath>
77    <DefineConstants>DEBUG;TRACE</DefineConstants>
78    <DebugType>full</DebugType>
79    <PlatformTarget>x64</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82  </PropertyGroup>
83  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
84    <OutputPath>bin\x64\Release\</OutputPath>
85    <DefineConstants>TRACE</DefineConstants>
86    <Optimize>true</Optimize>
87    <DebugType>pdbonly</DebugType>
88    <PlatformTarget>x64</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
91  </PropertyGroup>
92  <ItemGroup>
93    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
94      <SpecificVersion>False</SpecificVersion>
95      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
98      <SpecificVersion>False</SpecificVersion>
99      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
100    </Reference>
101    <Reference Include="PresentationCore">
102      <RequiredTargetFramework>3.0</RequiredTargetFramework>
103    </Reference>
104    <Reference Include="PresentationFramework">
105      <RequiredTargetFramework>3.0</RequiredTargetFramework>
106    </Reference>
107    <Reference Include="System" />
108    <Reference Include="System.Core">
109      <RequiredTargetFramework>3.5</RequiredTargetFramework>
110    </Reference>
111    <Reference Include="System.Data.Linq">
112      <RequiredTargetFramework>3.5</RequiredTargetFramework>
113    </Reference>
114    <Reference Include="System.Drawing" />
115    <Reference Include="System.Runtime.Serialization">
116      <RequiredTargetFramework>3.0</RequiredTargetFramework>
117    </Reference>
118    <Reference Include="System.ServiceModel">
119      <RequiredTargetFramework>3.0</RequiredTargetFramework>
120    </Reference>
121    <Reference Include="System.Windows.Forms" />
122    <Reference Include="System.Windows.Presentation">
123      <RequiredTargetFramework>3.5</RequiredTargetFramework>
124    </Reference>
125    <Reference Include="System.Xml.Linq">
126      <RequiredTargetFramework>3.5</RequiredTargetFramework>
127    </Reference>
128    <Reference Include="System.Data.DataSetExtensions">
129      <RequiredTargetFramework>3.5</RequiredTargetFramework>
130    </Reference>
131    <Reference Include="System.Data" />
132    <Reference Include="System.Xml" />
133    <Reference Include="WindowsBase">
134      <RequiredTargetFramework>3.0</RequiredTargetFramework>
135    </Reference>
136    <Reference Include="WindowsFormsIntegration">
137      <RequiredTargetFramework>3.0</RequiredTargetFramework>
138    </Reference>
139  </ItemGroup>
140  <ItemGroup>
141    <Compile Include="DefaultItems.cs" />
142    <Compile Include="MainWindow\CockpitApplication.cs" />
143    <Compile Include="MainWindow\CockpitMainWindow.cs" />
144    <Compile Include="HeuristicLabOkbCockpitPlugin.cs" />
145    <Compile Include="Properties\AssemblyInfo.cs" />
146    <Compile Include="MainWindow\StringParseValidationRule.cs" />
147    <None Include="Properties\AssemblyInfo.frame" />
148  </ItemGroup>
149  <ItemGroup>
150    <None Include="UpdateLocalInstallation.cmd" />
151  </ItemGroup>
152  <ItemGroup>
153    <None Include="Properties\DataSources\System.Data.DataSet.datasource" />
154  </ItemGroup>
155  <ItemGroup>
156    <None Include="Properties\DataSources\System.Data.DataTable.datasource" />
157  </ItemGroup>
158  <ItemGroup>
159    <ProjectReference Include="..\HeuristicLab.BackgroundProcessing\HeuristicLab.BackgroundProcessing-3.3.csproj">
160      <Project>{589BECAE-69B0-4EB1-8C06-C073531762B7}</Project>
161      <Name>HeuristicLab.BackgroundProcessing-3.3</Name>
162    </ProjectReference>
163    <ProjectReference Include="..\HeuristicLab.MainForm.WPF\HeuristicLab.MainForm.WPF-3.3.csproj">
164      <Project>{1DBC4D60-0064-4A53-B48C-63D144A67B07}</Project>
165      <Name>HeuristicLab.MainForm.WPF-3.3</Name>
166    </ProjectReference>
167  </ItemGroup>
168  <ItemGroup>
169    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
170      <Visible>False</Visible>
171      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
172      <Install>false</Install>
173    </BootstrapperPackage>
174    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
175      <Visible>False</Visible>
176      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
177      <Install>false</Install>
178    </BootstrapperPackage>
179    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
180      <Visible>False</Visible>
181      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
182      <Install>false</Install>
183    </BootstrapperPackage>
184    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
185      <Visible>False</Visible>
186      <ProductName>.NET Framework 3.5</ProductName>
187      <Install>false</Install>
188    </BootstrapperPackage>
189    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
190      <Visible>False</Visible>
191      <ProductName>.NET Framework 3.5 SP1</ProductName>
192      <Install>true</Install>
193    </BootstrapperPackage>
194    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
195      <Visible>False</Visible>
196      <ProductName>Windows Installer 3.1</ProductName>
197      <Install>true</Install>
198    </BootstrapperPackage>
199  </ItemGroup>
200  <ItemGroup>
201    <Resource Include="Images\07controlpanel.png" />
202  </ItemGroup>
203  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
204  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
205       Other similar extension points exist, see Microsoft.Common.targets.
206  <Target Name="BeforeBuild">
207  </Target>
208  <Target Name="AfterBuild">
209  </Target>
210  -->
211  <PropertyGroup>
212    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
213set ProjectDir=$(ProjectDir)
214set SolutionDir=$(SolutionDir)
215set Outdir=$(Outdir)
216
217call PreBuildEvent.cmd</PreBuildEvent>
218    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
219set ProjectDir=$(ProjectDir)
220set SolutionDir=$(SolutionDir)
221set Outdir=$(Outdir)
222
223call UpdateLocalInstallation.cmd</PostBuildEvent>
224  </PropertyGroup>
225</Project>
Note: See TracBrowser for help on using the repository browser.