Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.csproj @ 15288

Last change on this file since 15288 was 15288, checked in by jkarder, 7 years ago

#2664: fixed case for mono builds

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.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>bin\Debug\</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>bin\Release\</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>bin\Debug\</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>bin\Release\</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>bin\Debug\</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>bin\Release\</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  <ItemGroup>
86    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
88      <Private>True</Private>
89    </Reference>
90    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
91      <HintPath>..\..\bin\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
92      <Private>True</Private>
93    </Reference>
94    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
95      <HintPath>..\..\bin\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
96      <Private>True</Private>
97    </Reference>
98    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
99      <HintPath>..\..\bin\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
100      <Private>True</Private>
101    </Reference>
102    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
103      <HintPath>..\..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
104      <Private>True</Private>
105    </Reference>
106    <Reference Include="System" />
107    <Reference Include="System.Configuration.Install" />
108    <Reference Include="System.Core" />
109    <Reference Include="System.Management" />
110    <Reference Include="System.Xml.Linq" />
111    <Reference Include="System.Data.DataSetExtensions" />
112    <Reference Include="Microsoft.CSharp" />
113    <Reference Include="System.Data" />
114    <Reference Include="System.Deployment" />
115    <Reference Include="System.Drawing" />
116    <Reference Include="System.Windows.Forms" />
117    <Reference Include="System.Xml" />
118  </ItemGroup>
119  <ItemGroup>
120    <Compile Include="MainWindow.cs">
121      <SubType>Form</SubType>
122    </Compile>
123    <Compile Include="MainWindow.Designer.cs">
124      <DependentUpon>MainWindow.cs</DependentUpon>
125    </Compile>
126    <Compile Include="Program.cs" />
127    <Compile Include="Properties\AssemblyInfo.cs" />
128    <None Include="Properties\AssemblyInfo.cs.frame" />
129    <EmbeddedResource Include="MainWindow.resx">
130      <DependentUpon>MainWindow.cs</DependentUpon>
131    </EmbeddedResource>
132    <EmbeddedResource Include="Properties\Resources.resx">
133      <Generator>ResXFileCodeGenerator</Generator>
134      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
135      <SubType>Designer</SubType>
136    </EmbeddedResource>
137    <Compile Include="Properties\Resources.Designer.cs">
138      <AutoGen>True</AutoGen>
139      <DependentUpon>Resources.resx</DependentUpon>
140      <DesignTime>True</DesignTime>
141    </Compile>
142    <None Include="app.config" />
143  </ItemGroup>
144  <ItemGroup>
145    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave.Views\3.3\HeuristicLab.Clients.Hive.Slave.Views-3.3.csproj">
146      <Project>{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}</Project>
147      <Name>HeuristicLab.Clients.Hive.Slave.Views-3.3</Name>
148      <Private>True</Private>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
151      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
152      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
153    </ProjectReference>
154  </ItemGroup>
155  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
156  <PropertyGroup>
157    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
158set ProjectDir=$(ProjectDir)
159set SolutionDir=$(SolutionDir)
160set Outdir=$(Outdir)
161
162call PreBuildEvent.cmd</PreBuildEvent>
163    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
164export ProjectDir=$(ProjectDir)
165export SolutionDir=$(SolutionDir)
166
167$SolutionDir/PreBuildEvent.sh
168</PreBuildEvent>
169  </PropertyGroup>
170  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
171       Other similar extension points exist, see Microsoft.Common.targets.
172  <Target Name="BeforeBuild">
173  </Target>
174  <Target Name="AfterBuild">
175  </Target>
176  -->
177</Project>
Note: See TracBrowser for help on using the repository browser.