Free cookie consent management tool by TermsFeed Policy Generator

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

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

Worked on OKB data model and services (#1174)

File size: 6.2 KB
RevLine 
[4388]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>
[4408]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" />
[4388]45    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
[4408]46    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
[4421]47    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
[4388]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="AdministrationMenuItem.cs" />
74    <Compile Include="Extensions.cs" />
75    <Compile Include="HeuristicLabClientsOKBPlugin.cs" />
76    <Compile Include="AdministrationView.cs">
77      <SubType>UserControl</SubType>
78    </Compile>
79    <Compile Include="AdministrationView.Designer.cs">
80      <DependentUpon>AdministrationView.cs</DependentUpon>
81    </Compile>
[4408]82    <Compile Include="NamedEntityView.cs">
83      <SubType>UserControl</SubType>
84    </Compile>
85    <Compile Include="NamedEntityView.Designer.cs">
86      <DependentUpon>NamedEntityView.cs</DependentUpon>
87    </Compile>
[4388]88    <Compile Include="Properties\AssemblyInfo.cs" />
[4421]89    <Compile Include="ServiceClients.cs" />
[4388]90    <None Include="app.config" />
[4421]91    <None Include="GenerateServiceClients.cmd" />
[4388]92    <None Include="Properties\AssemblyInfo.frame" />
93    <None Include="UpdateLocalInstallation.cmd" />
94  </ItemGroup>
95  <ItemGroup>
96    <None Include="HeuristicLab.snk" />
97    <None Include="HeuristicLabClientsOKBPlugin.cs.frame" />
98  </ItemGroup>
99  <ItemGroup>
100    <EmbeddedResource Include="AdministrationView.resx">
101      <DependentUpon>AdministrationView.cs</DependentUpon>
102    </EmbeddedResource>
103  </ItemGroup>
104  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105  <PropertyGroup>
106    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
107set ProjectDir=$(ProjectDir)
108set SolutionDir=$(SolutionDir)
109set Outdir=$(Outdir)
110set TargetPath=$(TargetPath)
111
112call UpdateLocalInstallation.cmd</PostBuildEvent>
113  </PropertyGroup>
114  <PropertyGroup>
115    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
116set ProjectDir=$(ProjectDir)
117set SolutionDir=$(SolutionDir)
118set Outdir=$(Outdir)
119
120SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
121SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs"</PreBuildEvent>
122  </PropertyGroup>
123  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
124       Other similar extension points exist, see Microsoft.Common.targets.
125  <Target Name="BeforeBuild">
126  </Target>
127  <Target Name="AfterBuild">
128  </Target>
129  -->
130</Project>
Note: See TracBrowser for help on using the repository browser.