Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.csproj @ 16147

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

#2924: reapplied changes from r16143

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