[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>
|
---|
[1140] | 25 | <DefineConstants>TRACE;DEBUG</DefineConstants>
|
---|
[717] | 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>
|
---|
[1138] | 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>
|
---|
[717] | 58 | <Reference Include="System" />
|
---|
| 59 | <Reference Include="System.Core">
|
---|
| 60 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 61 | </Reference>
|
---|
[933] | 62 | <Reference Include="System.Runtime.Serialization">
|
---|
| 63 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 64 | </Reference>
|
---|
[911] | 65 | <Reference Include="System.ServiceModel">
|
---|
| 66 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 67 | </Reference>
|
---|
[717] | 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" />
|
---|
[906] | 79 | <Reference Include="ZedGraph, Version=5.1.4.31904, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
|
---|
| 80 | <SpecificVersion>False</SpecificVersion>
|
---|
[911] | 81 | <HintPath>.\ZedGraph.dll</HintPath>
|
---|
[906] | 82 | </Reference>
|
---|
[717] | 83 | </ItemGroup>
|
---|
| 84 | <ItemGroup>
|
---|
[906] | 85 | <Compile Include="EventLogEntryForm.cs">
|
---|
| 86 | <SubType>Form</SubType>
|
---|
| 87 | </Compile>
|
---|
| 88 | <Compile Include="EventLogEntryForm.Designer.cs">
|
---|
| 89 | <DependentUpon>EventLogEntryForm.cs</DependentUpon>
|
---|
| 90 | </Compile>
|
---|
[717] | 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" />
|
---|
[906] | 99 | <Compile Include="HiveEventEntry.cs" />
|
---|
[717] | 100 | <Compile Include="IPAdressTextBox.cs">
|
---|
| 101 | <SubType>Component</SubType>
|
---|
| 102 | </Compile>
|
---|
[1002] | 103 | <Compile Include="ListViewColumnSorterDate.cs" />
|
---|
[717] | 104 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[906] | 105 | <EmbeddedResource Include="EventLogEntryForm.resx">
|
---|
| 106 | <DependentUpon>EventLogEntryForm.cs</DependentUpon>
|
---|
| 107 | </EmbeddedResource>
|
---|
[717] | 108 | <EmbeddedResource Include="HiveClientConsole.resx">
|
---|
| 109 | <DependentUpon>HiveClientConsole.cs</DependentUpon>
|
---|
[855] | 110 | <SubType>Designer</SubType>
|
---|
[717] | 111 | </EmbeddedResource>
|
---|
| 112 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 113 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 114 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 115 | <SubType>Designer</SubType>
|
---|
| 116 | </EmbeddedResource>
|
---|
[1256] | 117 | <EmbeddedResource Include="Recurrence.resx">
|
---|
| 118 | <DependentUpon>Recurrence.cs</DependentUpon>
|
---|
| 119 | </EmbeddedResource>
|
---|
[717] | 120 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 121 | <AutoGen>True</AutoGen>
|
---|
| 122 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
[906] | 123 | <DesignTime>True</DesignTime>
|
---|
[717] | 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>
|
---|
[1256] | 136 | <Compile Include="Recurrence.cs">
|
---|
| 137 | <SubType>Form</SubType>
|
---|
| 138 | </Compile>
|
---|
| 139 | <Compile Include="Recurrence.Designer.cs">
|
---|
| 140 | <DependentUpon>Recurrence.cs</DependentUpon>
|
---|
| 141 | </Compile>
|
---|
[953] | 142 | <Compile Include="Service References\ClientService\Reference.cs">
|
---|
[933] | 143 | <AutoGen>True</AutoGen>
|
---|
| 144 | <DesignTime>True</DesignTime>
|
---|
| 145 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
| 146 | </Compile>
|
---|
[717] | 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>
|
---|
[906] | 154 | <ItemGroup>
|
---|
| 155 | <None Include="Resources\Error.png" />
|
---|
| 156 | </ItemGroup>
|
---|
| 157 | <ItemGroup>
|
---|
| 158 | <None Include="Resources\Info.png" />
|
---|
[953] | 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" />
|
---|
[906] | 164 | </ItemGroup>
|
---|
[933] | 165 | <ItemGroup>
|
---|
| 166 | <WCFMetadata Include="Service References\" />
|
---|
| 167 | </ItemGroup>
|
---|
| 168 | <ItemGroup>
|
---|
[953] | 169 | <WCFMetadataStorage Include="Service References\ClientService\" />
|
---|
[933] | 170 | </ItemGroup>
|
---|
| 171 | <ItemGroup>
|
---|
[953] | 172 | <None Include="Service References\ClientService\configuration91.svcinfo" />
|
---|
[933] | 173 | </ItemGroup>
|
---|
| 174 | <ItemGroup>
|
---|
[953] | 175 | <None Include="Service References\ClientService\configuration.svcinfo" />
|
---|
[933] | 176 | </ItemGroup>
|
---|
| 177 | <ItemGroup>
|
---|
[953] | 178 | <None Include="app.config" />
|
---|
| 179 | <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer.datasource">
|
---|
[933] | 180 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
| 181 | </None>
|
---|
[953] | 182 | <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Console.ClientService.StatusCommons.datasource">
|
---|
[933] | 183 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
| 184 | </None>
|
---|
[953] | 185 | <None Include="Service References\ClientService\Reference.svcmap">
|
---|
[933] | 186 | <Generator>WCF Proxy Generator</Generator>
|
---|
| 187 | <LastGenOutput>Reference.cs</LastGenOutput>
|
---|
| 188 | </None>
|
---|
| 189 | </ItemGroup>
|
---|
[1138] | 190 | <ItemGroup>
|
---|
| 191 | <None Include="Resources\schedule.jpg" />
|
---|
| 192 | </ItemGroup>
|
---|
[1145] | 193 | <ItemGroup>
|
---|
| 194 | <None Include="Resources\shutdown-icon.png" />
|
---|
| 195 | </ItemGroup>
|
---|
[717] | 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>
|
---|
[852] | 205 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 206 | set ProjectDir=$(ProjectDir)
|
---|
| 207 | set SolutionDir=$(SolutionDir)
|
---|
| 208 | set Outdir=$(Outdir)
|
---|
| 209 |
|
---|
| 210 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[717] | 211 | </PropertyGroup>
|
---|
| 212 | </Project> |
---|