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