Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2522_RefactorPluginInfrastructure/HeuristicLab.Clients.Hive.Slave.App/3.3/HeuristicLab.Clients.Hive.Slave.App-3.3.csproj @ 16144

Last change on this file since 16144 was 16144, checked in by jkarder, 6 years ago

#2522: reverse merged r16143

File size: 7.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>{E3B93D5C-3B6B-4657-9B3E-F4297BAC0AA5}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.Slave.App</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.App-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>$(SolutionDir)\bin\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
27    <Prefer32Bit>false</Prefer32Bit>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>$(SolutionDir)\bin\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36    <DocumentationFile>
37    </DocumentationFile>
38    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
39    <Prefer32Bit>false</Prefer32Bit>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49    <Prefer32Bit>false</Prefer32Bit>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <DocumentationFile>
55    </DocumentationFile>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>x86</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61    <Prefer32Bit>false</Prefer32Bit>
62  </PropertyGroup>
63  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
64    <DebugSymbols>true</DebugSymbols>
65    <OutputPath>$(SolutionDir)\bin\</OutputPath>
66    <DefineConstants>DEBUG;TRACE</DefineConstants>
67    <DebugType>full</DebugType>
68    <PlatformTarget>x64</PlatformTarget>
69    <ErrorReport>prompt</ErrorReport>
70    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
71    <Prefer32Bit>false</Prefer32Bit>
72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
74    <OutputPath>$(SolutionDir)\bin\</OutputPath>
75    <DefineConstants>TRACE</DefineConstants>
76    <DocumentationFile>
77    </DocumentationFile>
78    <Optimize>true</Optimize>
79    <DebugType>pdbonly</DebugType>
80    <PlatformTarget>x64</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83    <Prefer32Bit>false</Prefer32Bit>
84  </PropertyGroup>
85  <PropertyGroup>
86    <StartupObject />
87  </PropertyGroup>
88  <PropertyGroup>
89    <SignAssembly>true</SignAssembly>
90  </PropertyGroup>
91  <PropertyGroup>
92    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
93  </PropertyGroup>
94  <ItemGroup>
95    <Reference Include="HeuristicLab.Common-3.3">
96      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="HeuristicLab.Core-3.3">
100      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="HeuristicLab.Core.Views-3.3">
104      <HintPath>..\..\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="HeuristicLab.MainForm-3.3">
108      <HintPath>..\..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
112      <HintPath>..\..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
116      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="System" />
120    <Reference Include="System.Core" />
121    <Reference Include="System.Xml.Linq" />
122    <Reference Include="System.Data.DataSetExtensions" />
123    <Reference Include="Microsoft.CSharp" />
124    <Reference Include="System.Data" />
125    <Reference Include="System.Deployment" />
126    <Reference Include="System.Drawing" />
127    <Reference Include="System.Windows.Forms" />
128    <Reference Include="System.Xml" />
129  </ItemGroup>
130  <ItemGroup>
131    <Compile Include="Plugin.cs" />
132    <Compile Include="HiveSlaveApplication.cs" />
133    <Compile Include="MainWindow.cs">
134      <SubType>Form</SubType>
135    </Compile>
136    <Compile Include="MainWindow.Designer.cs">
137      <DependentUpon>MainWindow.cs</DependentUpon>
138    </Compile>
139    <Compile Include="Properties\AssemblyInfo.cs" />
140    <EmbeddedResource Include="MainWindow.resx">
141      <DependentUpon>MainWindow.cs</DependentUpon>
142    </EmbeddedResource>
143    <None Include="HeuristicLab.snk" />
144    <None Include="Plugin.cs.frame" />
145    <None Include="Properties\AssemblyInfo.cs.frame" />
146  </ItemGroup>
147  <ItemGroup>
148    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave.Views\3.3\HeuristicLab.Clients.Hive.Slave.Views-3.3.csproj">
149      <Project>{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}</Project>
150      <Name>HeuristicLab.Clients.Hive.Slave.Views-3.3</Name>
151      <Private>False</Private>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
154      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
155      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
156      <Private>False</Private>
157    </ProjectReference>
158  </ItemGroup>
159  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
160  <PropertyGroup>
161    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
162set ProjectDir=$(ProjectDir)
163set SolutionDir=$(SolutionDir)
164set Outdir=$(Outdir)
165
166call PreBuildEvent.cmd</PreBuildEvent>
167    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
168export ProjectDir=$(ProjectDir)
169export SolutionDir=$(SolutionDir)
170
171$SolutionDir/PreBuildEvent.sh
172</PreBuildEvent>
173  </PropertyGroup>
174  <PropertyGroup>
175    <PostBuildEvent>
176    </PostBuildEvent>
177  </PropertyGroup>
178  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
179       Other similar extension points exist, see Microsoft.Common.targets.
180  <Target Name="BeforeBuild">
181  </Target>
182  <Target Name="AfterBuild">
183  </Target>
184  -->
185</Project>
Note: See TracBrowser for help on using the repository browser.