Free cookie consent management tool by TermsFeed Policy Generator

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

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

interface updated to new version (#474)

File size: 8.9 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    <EmbeddedResource Include="Recurrence.resx">
118      <DependentUpon>Recurrence.cs</DependentUpon>
119    </EmbeddedResource>
120    <Compile Include="Properties\Resources.Designer.cs">
121      <AutoGen>True</AutoGen>
122      <DependentUpon>Resources.resx</DependentUpon>
123      <DesignTime>True</DesignTime>
124    </Compile>
125    <None Include="HeuristicLab.snk" />
126    <None Include="Properties\AssemblyInfo.frame" />
127    <None Include="Properties\Settings.settings">
128      <Generator>SettingsSingleFileGenerator</Generator>
129      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
130    </None>
131    <Compile Include="Properties\Settings.Designer.cs">
132      <AutoGen>True</AutoGen>
133      <DependentUpon>Settings.settings</DependentUpon>
134      <DesignTimeSharedInput>True</DesignTimeSharedInput>
135    </Compile>
136    <Compile Include="Recurrence.cs">
137      <SubType>Form</SubType>
138    </Compile>
139    <Compile Include="Recurrence.Designer.cs">
140      <DependentUpon>Recurrence.cs</DependentUpon>
141    </Compile>
142    <Compile Include="Service References\ClientService\Reference.cs">
143      <AutoGen>True</AutoGen>
144      <DesignTime>True</DesignTime>
145      <DependentUpon>Reference.svcmap</DependentUpon>
146    </Compile>
147  </ItemGroup>
148  <ItemGroup>
149    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
150      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
151      <Name>HeuristicLab.PluginInfrastructure</Name>
152    </ProjectReference>
153  </ItemGroup>
154  <ItemGroup>
155    <None Include="Resources\Error.png" />
156  </ItemGroup>
157  <ItemGroup>
158    <None Include="Resources\Info.png" />
159    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Common.xsd" />
160    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Core.ClientConsoleService.xsd" />
161    <None Include="Service References\ClientService\service.wsdl" />
162    <None Include="Service References\ClientService\service.xsd" />
163    <None Include="Service References\ClientService\service1.xsd" />
164  </ItemGroup>
165  <ItemGroup>
166    <WCFMetadata Include="Service References\" />
167  </ItemGroup>
168  <ItemGroup>
169    <WCFMetadataStorage Include="Service References\ClientService\" />
170  </ItemGroup>
171  <ItemGroup>
172    <None Include="Service References\ClientService\configuration91.svcinfo" />
173  </ItemGroup>
174  <ItemGroup>
175    <None Include="Service References\ClientService\configuration.svcinfo" />
176  </ItemGroup>
177  <ItemGroup>
178    <None Include="app.config" />
179    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer.datasource">
180      <DependentUpon>Reference.svcmap</DependentUpon>
181    </None>
182    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Console.ClientService.StatusCommons.datasource">
183      <DependentUpon>Reference.svcmap</DependentUpon>
184    </None>
185    <None Include="Service References\ClientService\Reference.svcmap">
186      <Generator>WCF Proxy Generator</Generator>
187      <LastGenOutput>Reference.cs</LastGenOutput>
188    </None>
189  </ItemGroup>
190  <ItemGroup>
191    <None Include="Resources\schedule.jpg" />
192  </ItemGroup>
193  <ItemGroup>
194    <None Include="Resources\shutdown-icon.png" />
195  </ItemGroup>
196  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
197  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
198       Other similar extension points exist, see Microsoft.Common.targets.
199  <Target Name="BeforeBuild">
200  </Target>
201  <Target Name="AfterBuild">
202  </Target>
203  -->
204  <PropertyGroup>
205    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
206set ProjectDir=$(ProjectDir)
207set SolutionDir=$(SolutionDir)
208set Outdir=$(Outdir)
209
210call PreBuildEvent.cmd</PreBuildEvent>
211  </PropertyGroup>
212</Project>
Note: See TracBrowser for help on using the repository browser.