Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Client.Console/HeuristicLab.Hive.Client.Console.csproj @ 1145

Last change on this file since 1145 was 1145, checked in by whackl, 15 years ago

added shutdown button (#468)

File size: 8.6 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>{8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Client.Console</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Client.Console-3.2</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <StartupObject>
18    </StartupObject>
19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>bin\Debug\</OutputPath>
25    <DefineConstants>TRACE;DEBUG</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
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  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>bin\x86\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
46    <OutputPath>bin\x86\Release\</OutputPath>
47    <DefineConstants>TRACE</DefineConstants>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52  </PropertyGroup>
53  <ItemGroup>
54    <Reference Include="Calendar.DayView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>.\Calendar.DayView.dll</HintPath>
57    </Reference>
58    <Reference Include="System" />
59    <Reference Include="System.Core">
60      <RequiredTargetFramework>3.5</RequiredTargetFramework>
61    </Reference>
62    <Reference Include="System.Runtime.Serialization">
63      <RequiredTargetFramework>3.0</RequiredTargetFramework>
64    </Reference>
65    <Reference Include="System.ServiceModel">
66      <RequiredTargetFramework>3.0</RequiredTargetFramework>
67    </Reference>
68    <Reference Include="System.Xml.Linq">
69      <RequiredTargetFramework>3.5</RequiredTargetFramework>
70    </Reference>
71    <Reference Include="System.Data.DataSetExtensions">
72      <RequiredTargetFramework>3.5</RequiredTargetFramework>
73    </Reference>
74    <Reference Include="System.Data" />
75    <Reference Include="System.Deployment" />
76    <Reference Include="System.Drawing" />
77    <Reference Include="System.Windows.Forms" />
78    <Reference Include="System.Xml" />
79    <Reference Include="ZedGraph, Version=5.1.4.31904, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
80      <SpecificVersion>False</SpecificVersion>
81      <HintPath>.\ZedGraph.dll</HintPath>
82    </Reference>
83  </ItemGroup>
84  <ItemGroup>
85    <Compile Include="EventLogEntryForm.cs">
86      <SubType>Form</SubType>
87    </Compile>
88    <Compile Include="EventLogEntryForm.Designer.cs">
89      <DependentUpon>EventLogEntryForm.cs</DependentUpon>
90    </Compile>
91    <Compile Include="HiveClientConsole.cs">
92      <SubType>Form</SubType>
93    </Compile>
94    <Compile Include="HiveClientConsole.designer.cs">
95      <DependentUpon>HiveClientConsole.cs</DependentUpon>
96    </Compile>
97    <Compile Include="HiveClientConsolePlugin.cs" />
98    <Compile Include="HiveClientConsoleApplication.cs" />
99    <Compile Include="HiveEventEntry.cs" />
100    <Compile Include="IPAdressTextBox.cs">
101      <SubType>Component</SubType>
102    </Compile>
103    <Compile Include="ListViewColumnSorterDate.cs" />
104    <Compile Include="Properties\AssemblyInfo.cs" />
105    <EmbeddedResource Include="EventLogEntryForm.resx">
106      <DependentUpon>EventLogEntryForm.cs</DependentUpon>
107    </EmbeddedResource>
108    <EmbeddedResource Include="HiveClientConsole.resx">
109      <DependentUpon>HiveClientConsole.cs</DependentUpon>
110      <SubType>Designer</SubType>
111    </EmbeddedResource>
112    <EmbeddedResource Include="Properties\Resources.resx">
113      <Generator>ResXFileCodeGenerator</Generator>
114      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
115      <SubType>Designer</SubType>
116    </EmbeddedResource>
117    <Compile Include="Properties\Resources.Designer.cs">
118      <AutoGen>True</AutoGen>
119      <DependentUpon>Resources.resx</DependentUpon>
120      <DesignTime>True</DesignTime>
121    </Compile>
122    <None Include="HeuristicLab.snk" />
123    <None Include="Properties\AssemblyInfo.frame" />
124    <None Include="Properties\Settings.settings">
125      <Generator>SettingsSingleFileGenerator</Generator>
126      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
127    </None>
128    <Compile Include="Properties\Settings.Designer.cs">
129      <AutoGen>True</AutoGen>
130      <DependentUpon>Settings.settings</DependentUpon>
131      <DesignTimeSharedInput>True</DesignTimeSharedInput>
132    </Compile>
133    <Compile Include="Service References\ClientService\Reference.cs">
134      <AutoGen>True</AutoGen>
135      <DesignTime>True</DesignTime>
136      <DependentUpon>Reference.svcmap</DependentUpon>
137    </Compile>
138  </ItemGroup>
139  <ItemGroup>
140    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
141      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
142      <Name>HeuristicLab.PluginInfrastructure</Name>
143    </ProjectReference>
144  </ItemGroup>
145  <ItemGroup>
146    <None Include="Resources\Error.png" />
147  </ItemGroup>
148  <ItemGroup>
149    <None Include="Resources\Info.png" />
150    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Common.xsd" />
151    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Core.ClientConsoleService.xsd" />
152    <None Include="Service References\ClientService\service.wsdl" />
153    <None Include="Service References\ClientService\service.xsd" />
154    <None Include="Service References\ClientService\service1.xsd" />
155  </ItemGroup>
156  <ItemGroup>
157    <WCFMetadata Include="Service References\" />
158  </ItemGroup>
159  <ItemGroup>
160    <WCFMetadataStorage Include="Service References\ClientService\" />
161  </ItemGroup>
162  <ItemGroup>
163    <None Include="Service References\ClientService\configuration91.svcinfo" />
164  </ItemGroup>
165  <ItemGroup>
166    <None Include="Service References\ClientService\configuration.svcinfo" />
167  </ItemGroup>
168  <ItemGroup>
169    <None Include="app.config" />
170    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer.datasource">
171      <DependentUpon>Reference.svcmap</DependentUpon>
172    </None>
173    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Console.ClientService.StatusCommons.datasource">
174      <DependentUpon>Reference.svcmap</DependentUpon>
175    </None>
176    <None Include="Service References\ClientService\Reference.svcmap">
177      <Generator>WCF Proxy Generator</Generator>
178      <LastGenOutput>Reference.cs</LastGenOutput>
179    </None>
180  </ItemGroup>
181  <ItemGroup>
182    <None Include="Resources\schedule.jpg" />
183  </ItemGroup>
184  <ItemGroup>
185    <None Include="Resources\shutdown-icon.png" />
186  </ItemGroup>
187  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
188  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
189       Other similar extension points exist, see Microsoft.Common.targets.
190  <Target Name="BeforeBuild">
191  </Target>
192  <Target Name="AfterBuild">
193  </Target>
194  -->
195  <PropertyGroup>
196    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
197set ProjectDir=$(ProjectDir)
198set SolutionDir=$(SolutionDir)
199set Outdir=$(Outdir)
200
201call PreBuildEvent.cmd</PreBuildEvent>
202  </PropertyGroup>
203</Project>
Note: See TracBrowser for help on using the repository browser.