Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.OKB.Cockpit.Admin.EngineEditor/HeuristicLab.OKB.Cockpit.Admin.EngineEditor-3.3.csproj @ 4384

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

Integrated OKB clients for HL 3.3 (#1166)

File size: 6.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>{CFBF2410-99A1-44EC-BFEA-F1AD4C3DA622}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.OKB.Cockpit.Admin.EngineEditor</RootNamespace>
12    <AssemblyName>HeuristicLab.OKB.Cockpit.Admin.EngineEditor-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>bin\x86\Debug\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x86</PlatformTarget>
39    <ErrorReport>prompt</ErrorReport>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
42    <OutputPath>bin\x86\Release\</OutputPath>
43    <DefineConstants>TRACE</DefineConstants>
44    <Optimize>true</Optimize>
45    <DebugType>pdbonly</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
50    <DebugSymbols>true</DebugSymbols>
51    <OutputPath>bin\x64\Debug\</OutputPath>
52    <DefineConstants>DEBUG;TRACE</DefineConstants>
53    <DebugType>full</DebugType>
54    <PlatformTarget>x64</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
58    <OutputPath>bin\x64\Release\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64  </PropertyGroup>
65  <ItemGroup>
66    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.2744, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
67      <SpecificVersion>False</SpecificVersion>
68      <HintPath>C:\Program Files\HeuristicLab 3.0\HeuristicLab.Core-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.2744, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
71      <SpecificVersion>False</SpecificVersion>
72      <HintPath>C:\Program Files\HeuristicLab 3.0\HeuristicLab.Persistence-3.3.dll</HintPath>
73    </Reference>
74    <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.2.0.2748, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
75      <SpecificVersion>False</SpecificVersion>
76      <HintPath>C:\Program Files\HeuristicLab 3.0\HeuristicLab.PluginInfrastructure.dll</HintPath>
77    </Reference>
78    <Reference Include="System" />
79    <Reference Include="System.Core">
80      <RequiredTargetFramework>3.5</RequiredTargetFramework>
81    </Reference>
82    <Reference Include="System.Windows.Forms" />
83    <Reference Include="System.Xml.Linq">
84      <RequiredTargetFramework>3.5</RequiredTargetFramework>
85    </Reference>
86    <Reference Include="System.Data.DataSetExtensions">
87      <RequiredTargetFramework>3.5</RequiredTargetFramework>
88    </Reference>
89    <Reference Include="System.Data" />
90    <Reference Include="System.Xml" />
91  </ItemGroup>
92  <ItemGroup>
93    <Compile Include="HeuristicLabOkbCockpitAdminEngineEditorPlugin.cs" />
94    <Compile Include="HL3_3OperatorGraphEditor.cs" />
95    <Compile Include="Properties\AssemblyInfo.cs" />
96    <None Include="Properties\AssemblyInfo.frame" />
97  </ItemGroup>
98  <ItemGroup>
99    <ProjectReference Include="..\HeuristicLab.MainForm.WPF\HeuristicLab.MainForm.WPF-3.3.csproj">
100      <Project>{1DBC4D60-0064-4A53-B48C-63D144A67B07}</Project>
101      <Name>HeuristicLab.MainForm.WPF-3.3</Name>
102    </ProjectReference>
103    <ProjectReference Include="..\HeuristicLab.OKB.Cockpit.Admin\HeuristicLab.OKB.Cockpit.Admin-3.3.csproj">
104      <Project>{9AADAE96-361F-48F0-B9B0-31B7DACD0492}</Project>
105      <Name>HeuristicLab.OKB.Cockpit.Admin-3.3</Name>
106    </ProjectReference>
107    <ProjectReference Include="..\HeuristicLab.OKB.Cockpit\HeuristicLab.OKB.Cockpit-3.3.csproj">
108      <Project>{52567721-66A9-4411-9ED6-48DE37732868}</Project>
109      <Name>HeuristicLab.OKB.Cockpit-3.3</Name>
110    </ProjectReference>
111  </ItemGroup>
112  <ItemGroup>
113    <None Include="UpdateLocalInstallation.cmd" />
114  </ItemGroup>
115  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
117       Other similar extension points exist, see Microsoft.Common.targets.
118  <Target Name="BeforeBuild">
119  </Target>
120  <Target Name="AfterBuild">
121  </Target>
122  -->
123  <PropertyGroup>
124    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
125set ProjectDir=$(ProjectDir)
126set SolutionDir=$(SolutionDir)
127set Outdir=$(Outdir)
128
129call PreBuildEvent.cmd</PreBuildEvent>
130    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
131set ProjectDir=$(ProjectDir)
132set SolutionDir=$(SolutionDir)
133set Outdir=$(Outdir)
134
135call UpdateLocalInstallation.cmd</PostBuildEvent>
136  </PropertyGroup>
137</Project>
Note: See TracBrowser for help on using the repository browser.