Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Console/3.3/HeuristicLab.Hive.Client.Console-3.3.csproj @ 4171

Last change on this file since 4171 was 4171, checked in by cneumuel, 14 years ago

corrected all AssemblyInfo.frame (removed BuildDate and changed PluginVersion to "3.3.0.0"). Also deleted unused HL.Hive.Server.Scheduler and obsolete HL.Hive.Engine

File size: 10.4 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)' == '' ">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.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <StartupObject>
18    </StartupObject>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25    <DebugSymbols>true</DebugSymbols>
26    <DebugType>full</DebugType>
27    <Optimize>false</Optimize>
28    <OutputPath>bin\Debug\</OutputPath>
29    <DefineConstants>TRACE;DEBUG</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35    <DebugType>pdbonly</DebugType>
36    <Optimize>true</Optimize>
37    <OutputPath>bin\Release\</OutputPath>
38    <DefineConstants>TRACE</DefineConstants>
39    <ErrorReport>prompt</ErrorReport>
40    <WarningLevel>4</WarningLevel>
41    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>bin\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
53    <OutputPath>bin\x86\Release\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>bin\x64\Debug\</OutputPath>
64    <DefineConstants>TRACE;DEBUG</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>bin\x64\Release\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <ItemGroup>
80    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
81      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
82    </Reference>
83    <Reference Include="System" />
84    <Reference Include="System.Core">
85      <RequiredTargetFramework>3.5</RequiredTargetFramework>
86    </Reference>
87    <Reference Include="System.Runtime.Serialization">
88      <RequiredTargetFramework>3.0</RequiredTargetFramework>
89    </Reference>
90    <Reference Include="System.ServiceModel">
91      <RequiredTargetFramework>3.0</RequiredTargetFramework>
92    </Reference>
93    <Reference Include="System.Xml.Linq">
94      <RequiredTargetFramework>3.5</RequiredTargetFramework>
95    </Reference>
96    <Reference Include="System.Data.DataSetExtensions">
97      <RequiredTargetFramework>3.5</RequiredTargetFramework>
98    </Reference>
99    <Reference Include="System.Data" />
100    <Reference Include="System.Deployment" />
101    <Reference Include="System.Drawing" />
102    <Reference Include="System.Windows.Forms" />
103    <Reference Include="System.Xml" />
104    <Reference Include="ZedGraph, Version=5.1.4.31904, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
105      <SpecificVersion>False</SpecificVersion>
106      <HintPath>.\ZedGraph.dll</HintPath>
107    </Reference>
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="HiveClientConsole.cs">
111      <SubType>Form</SubType>
112    </Compile>
113    <Compile Include="HiveClientConsole.designer.cs">
114      <DependentUpon>HiveClientConsole.cs</DependentUpon>
115    </Compile>
116    <Compile Include="HeuristicLabHiveClientConsolePlugin.cs" />
117    <Compile Include="HeuristicLabHiveClientConsoleApplication.cs" />
118    <Compile Include="LogFileReader.cs" />
119    <Compile Include="Properties\AssemblyInfo.cs" />
120    <EmbeddedResource Include="HiveClientConsole.resx">
121      <DependentUpon>HiveClientConsole.cs</DependentUpon>
122      <SubType>Designer</SubType>
123    </EmbeddedResource>
124    <EmbeddedResource Include="Properties\Resources.resx">
125      <Generator>ResXFileCodeGenerator</Generator>
126      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
127      <SubType>Designer</SubType>
128    </EmbeddedResource>
129    <EmbeddedResource Include="Recurrence.resx">
130      <DependentUpon>Recurrence.cs</DependentUpon>
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    <None Include="HeuristicLab.snk" />
140    <None Include="Properties\AssemblyInfo.frame" />
141    <None Include="Properties\DataSources\HeuristicLab.Calendar.Appointment.datasource" />
142    <None Include="Properties\Settings.settings">
143      <Generator>SettingsSingleFileGenerator</Generator>
144      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
145    </None>
146    <Compile Include="Properties\Settings.Designer.cs">
147      <AutoGen>True</AutoGen>
148      <DependentUpon>Settings.settings</DependentUpon>
149      <DesignTimeSharedInput>True</DesignTimeSharedInput>
150    </Compile>
151    <Compile Include="Recurrence.cs">
152      <SubType>Form</SubType>
153    </Compile>
154    <Compile Include="Recurrence.Designer.cs">
155      <DependentUpon>Recurrence.cs</DependentUpon>
156    </Compile>
157    <Compile Include="Service References\ClientService\Reference.cs">
158      <AutoGen>True</AutoGen>
159      <DesignTime>True</DesignTime>
160      <DependentUpon>Reference.svcmap</DependentUpon>
161    </Compile>
162  </ItemGroup>
163  <ItemGroup>
164    <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">
165      <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>
166      <Name>HeuristicLab.Calendar-3.3</Name>
167    </ProjectReference>
168    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
169      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
170      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
171    </ProjectReference>
172  </ItemGroup>
173  <ItemGroup>
174    <None Include="Resources\Error.png" />
175  </ItemGroup>
176  <ItemGroup>
177    <None Include="Resources\Info.png" />
178    <None Include="Service References\ClientService\HeuristicLab.Calendar.xsd">
179      <SubType>Designer</SubType>
180    </None>
181    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Common.xsd" />
182    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Core.ClientConsoleService.xsd" />
183    <None Include="Service References\ClientService\service.wsdl" />
184    <None Include="Service References\ClientService\service.xsd" />
185    <None Include="Service References\ClientService\service1.xsd" />
186  </ItemGroup>
187  <ItemGroup>
188    <WCFMetadata Include="Service References\" />
189  </ItemGroup>
190  <ItemGroup>
191    <WCFMetadataStorage Include="Service References\ClientService\" />
192  </ItemGroup>
193  <ItemGroup>
194    <None Include="Service References\ClientService\configuration91.svcinfo" />
195  </ItemGroup>
196  <ItemGroup>
197    <None Include="Service References\ClientService\configuration.svcinfo" />
198  </ItemGroup>
199  <ItemGroup>
200    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer.datasource">
201      <DependentUpon>Reference.svcmap</DependentUpon>
202    </None>
203    <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Console.ClientService.StatusCommons.datasource">
204      <DependentUpon>Reference.svcmap</DependentUpon>
205    </None>
206    <None Include="Service References\ClientService\Reference.svcmap">
207      <Generator>WCF Proxy Generator</Generator>
208      <LastGenOutput>Reference.cs</LastGenOutput>
209    </None>
210  </ItemGroup>
211  <ItemGroup>
212    <None Include="Resources\schedule.jpg" />
213  </ItemGroup>
214  <ItemGroup>
215    <None Include="Properties\DataSources\Calendar.Appointment.datasource" />
216    <None Include="Resources\shutdown-icon.png" />
217  </ItemGroup>
218  <ItemGroup>
219    <None Include="Resources\Disaster-warning-48.png" />
220  </ItemGroup>
221  <ItemGroup>
222    <None Include="Resources\Global-network-48.png" />
223  </ItemGroup>
224  <ItemGroup>
225    <None Include="Resources\exit-48.png" />
226    <None Include="Service References\ClientService\System.Drawing1.xsd" />
227  </ItemGroup>
228  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
229  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
230       Other similar extension points exist, see Microsoft.Common.targets.
231  <Target Name="BeforeBuild">
232  </Target>
233  <Target Name="AfterBuild">
234  </Target>
235  -->
236  <PropertyGroup>
237    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
238set ProjectDir=$(ProjectDir)
239set SolutionDir=$(SolutionDir)
240set Outdir=$(Outdir)
241
242call PreBuildEvent.cmd</PreBuildEvent>
243  </PropertyGroup>
244</Project>
Note: See TracBrowser for help on using the repository browser.