Free cookie consent management tool by TermsFeed Policy Generator

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

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

Worked on OKB data model and services (#1174)

File size: 5.6 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, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
42    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
43    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
44    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
45    <Reference Include="HeuristicLab.MainForm-3.3">
46      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
47    </Reference>
48    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
49      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.Optimizer-3.3">
52      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
55      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
56    </Reference>
57    <Reference Include="System" />
58    <Reference Include="System.Core" />
59    <Reference Include="System.Drawing" />
60    <Reference Include="System.Runtime.Serialization" />
61    <Reference Include="System.ServiceModel" />
62    <Reference Include="System.Windows.Forms" />
63    <Reference Include="System.Xml.Linq" />
64    <Reference Include="System.Data.DataSetExtensions" />
65    <Reference Include="System.Data" />
66    <Reference Include="System.Xml" />
67  </ItemGroup>
68  <ItemGroup>
69    <Compile Include="AdministrationMenuItem.cs" />
70    <Compile Include="Extensions.cs" />
71    <Compile Include="HeuristicLabClientsOKBPlugin.cs" />
72    <Compile Include="AdministrationView.cs">
73      <SubType>UserControl</SubType>
74    </Compile>
75    <Compile Include="AdministrationView.Designer.cs">
76      <DependentUpon>AdministrationView.cs</DependentUpon>
77    </Compile>
78    <Compile Include="Properties\AssemblyInfo.cs" />
79    <None Include="app.config" />
80    <None Include="Properties\AssemblyInfo.frame" />
81    <None Include="UpdateLocalInstallation.cmd" />
82  </ItemGroup>
83  <ItemGroup>
84    <None Include="HeuristicLab.snk" />
85    <None Include="HeuristicLabClientsOKBPlugin.cs.frame" />
86  </ItemGroup>
87  <ItemGroup>
88    <WCFMetadata Include="Service References\" />
89  </ItemGroup>
90  <ItemGroup>
91    <EmbeddedResource Include="AdministrationView.resx">
92      <DependentUpon>AdministrationView.cs</DependentUpon>
93    </EmbeddedResource>
94  </ItemGroup>
95  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96  <PropertyGroup>
97    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
98set ProjectDir=$(ProjectDir)
99set SolutionDir=$(SolutionDir)
100set Outdir=$(Outdir)
101set TargetPath=$(TargetPath)
102
103call UpdateLocalInstallation.cmd</PostBuildEvent>
104  </PropertyGroup>
105  <PropertyGroup>
106    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
107set ProjectDir=$(ProjectDir)
108set SolutionDir=$(SolutionDir)
109set Outdir=$(Outdir)
110
111SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
112SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs"</PreBuildEvent>
113  </PropertyGroup>
114  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
115       Other similar extension points exist, see Microsoft.Common.targets.
116  <Target Name="BeforeBuild">
117  </Target>
118  <Target Name="AfterBuild">
119  </Target>
120  -->
121</Project>
Note: See TracBrowser for help on using the repository browser.