Free cookie consent management tool by TermsFeed Policy Generator

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

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

added reference (#468)

File size: 9.7 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="HeuristicLab.Charting-3.2, Version=3.2.0.582, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
59      <SpecificVersion>False</SpecificVersion>
60      <HintPath>..\HeuristicLab.Charting\bin\Debug\HeuristicLab.Charting-3.2.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.Charting.Data-3.2, Version=3.2.0.582, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
63      <SpecificVersion>False</SpecificVersion>
64      <HintPath>..\HeuristicLab.Charting.Data\bin\Debug\HeuristicLab.Charting.Data-3.2.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Data-3.2, Version=3.2.0.776, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
67      <SpecificVersion>False</SpecificVersion>
68      <HintPath>..\HeuristicLab.Data\bin\Debug\HeuristicLab.Data-3.2.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Operators-3.2, Version=3.2.0.801, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
71      <SpecificVersion>False</SpecificVersion>
72      <HintPath>..\HeuristicLab.Operators\bin\Debug\HeuristicLab.Operators-3.2.dll</HintPath>
73    </Reference>
74    <Reference Include="System" />
75    <Reference Include="System.Core">
76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
77    </Reference>
78    <Reference Include="System.Runtime.Serialization">
79      <RequiredTargetFramework>3.0</RequiredTargetFramework>
80    </Reference>
81    <Reference Include="System.ServiceModel">
82      <RequiredTargetFramework>3.0</RequiredTargetFramework>
83    </Reference>
84    <Reference Include="System.Xml.Linq">
85      <RequiredTargetFramework>3.5</RequiredTargetFramework>
86    </Reference>
87    <Reference Include="System.Data.DataSetExtensions">
88      <RequiredTargetFramework>3.5</RequiredTargetFramework>
89    </Reference>
90    <Reference Include="System.Data" />
91    <Reference Include="System.Deployment" />
92    <Reference Include="System.Drawing" />
93    <Reference Include="System.Windows.Forms" />
94    <Reference Include="System.Xml" />
95    <Reference Include="ZedGraph, Version=5.1.4.31904, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
96      <SpecificVersion>False</SpecificVersion>
97      <HintPath>.\ZedGraph.dll</HintPath>
98    </Reference>
99  </ItemGroup>
100  <ItemGroup>
101    <Compile Include="EventLogEntryForm.cs">
102      <SubType>Form</SubType>
103    </Compile>
104    <Compile Include="EventLogEntryForm.Designer.cs">
105      <DependentUpon>EventLogEntryForm.cs</DependentUpon>
106    </Compile>
107    <Compile Include="HiveClientConsole.cs">
108      <SubType>Form</SubType>
109    </Compile>
110    <Compile Include="HiveClientConsole.designer.cs">
111      <DependentUpon>HiveClientConsole.cs</DependentUpon>
112    </Compile>
113    <Compile Include="HiveClientConsolePlugin.cs" />
114    <Compile Include="HiveClientConsoleApplication.cs" />
115    <Compile Include="HiveEventEntry.cs" />
116    <Compile Include="IPAdressTextBox.cs">
117      <SubType>Component</SubType>
118    </Compile>
119    <Compile Include="ListViewColumnSorterDate.cs" />
120    <Compile Include="Properties\AssemblyInfo.cs" />
121    <EmbeddedResource Include="EventLogEntryForm.resx">
122      <DependentUpon>EventLogEntryForm.cs</DependentUpon>
123    </EmbeddedResource>
124    <EmbeddedResource Include="HiveClientConsole.resx">
125      <DependentUpon>HiveClientConsole.cs</DependentUpon>
126      <SubType>Designer</SubType>
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="HeuristicLab.snk" />
139    <None Include="Properties\AssemblyInfo.frame" />
140    <None Include="Properties\Settings.settings">
141      <Generator>SettingsSingleFileGenerator</Generator>
142      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
143    </None>
144    <Compile Include="Properties\Settings.Designer.cs">
145      <AutoGen>True</AutoGen>
146      <DependentUpon>Settings.settings</DependentUpon>
147      <DesignTimeSharedInput>True</DesignTimeSharedInput>
148    </Compile>
149    <Compile Include="Service References\ClientService\Reference.cs">
150      <AutoGen>True</AutoGen>
151      <DesignTime>True</DesignTime>
152      <DependentUpon>Reference.svcmap</DependentUpon>
153    </Compile>
154  </ItemGroup>
155  <ItemGroup>
156    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
157      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
158      <Name>HeuristicLab.PluginInfrastructure</Name>
159    </ProjectReference>
160  </ItemGroup>
161  <ItemGroup>
162    <None Include="Resources\Error.png" />
163  </ItemGroup>
164  <ItemGroup>
165    <None Include="Resources\Info.png" />
166    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Common.xsd" />
167    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Core.ClientConsoleService.xsd" />
168    <None Include="Service References\ClientService\service.wsdl" />
169    <None Include="Service References\ClientService\service.xsd" />
170    <None Include="Service References\ClientService\service1.xsd" />
171  </ItemGroup>
172  <ItemGroup>
173    <WCFMetadata Include="Service References\" />
174  </ItemGroup>
175  <ItemGroup>
176    <WCFMetadataStorage Include="Service References\ClientService\" />
177  </ItemGroup>
178  <ItemGroup>
179    <None Include="Service References\ClientService\configuration91.svcinfo" />
180  </ItemGroup>
181  <ItemGroup>
182    <None Include="Service References\ClientService\configuration.svcinfo" />
183  </ItemGroup>
184  <ItemGroup>
185    <None Include="app.config" />
186    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer.datasource">
187      <DependentUpon>Reference.svcmap</DependentUpon>
188    </None>
189    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Console.ClientService.StatusCommons.datasource">
190      <DependentUpon>Reference.svcmap</DependentUpon>
191    </None>
192    <None Include="Service References\ClientService\Reference.svcmap">
193      <Generator>WCF Proxy Generator</Generator>
194      <LastGenOutput>Reference.cs</LastGenOutput>
195    </None>
196  </ItemGroup>
197  <ItemGroup>
198    <None Include="Resources\schedule.jpg" />
199  </ItemGroup>
200  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
201  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
202       Other similar extension points exist, see Microsoft.Common.targets.
203  <Target Name="BeforeBuild">
204  </Target>
205  <Target Name="AfterBuild">
206  </Target>
207  -->
208  <PropertyGroup>
209    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
210set ProjectDir=$(ProjectDir)
211set SolutionDir=$(SolutionDir)
212set Outdir=$(Outdir)
213
214call PreBuildEvent.cmd</PreBuildEvent>
215  </PropertyGroup>
216</Project>
Note: See TracBrowser for help on using the repository browser.