[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>
|
---|
[1930] | 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>
|
---|
[1474] | 53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 54 | <DebugSymbols>true</DebugSymbols>
|
---|
| 55 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 56 | <DefineConstants>TRACE;DEBUG</DefineConstants>
|
---|
| 57 | <DebugType>full</DebugType>
|
---|
| 58 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 59 | <ErrorReport>prompt</ErrorReport>
|
---|
| 60 | </PropertyGroup>
|
---|
| 61 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 62 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 63 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 64 | <Optimize>true</Optimize>
|
---|
| 65 | <DebugType>pdbonly</DebugType>
|
---|
| 66 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 67 | <ErrorReport>prompt</ErrorReport>
|
---|
| 68 | </PropertyGroup>
|
---|
[717] | 69 | <ItemGroup>
|
---|
[2008] | 70 | <Reference Include="Calendar.DayView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 71 | <SpecificVersion>False</SpecificVersion>
|
---|
| 72 | <HintPath>..\..\HeuristicLab.Hive.Client.Common\3.2\Calendar.DayView.dll</HintPath>
|
---|
| 73 | </Reference>
|
---|
[717] | 74 | <Reference Include="System" />
|
---|
| 75 | <Reference Include="System.Core">
|
---|
| 76 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 77 | </Reference>
|
---|
[933] | 78 | <Reference Include="System.Runtime.Serialization">
|
---|
| 79 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 80 | </Reference>
|
---|
[911] | 81 | <Reference Include="System.ServiceModel">
|
---|
| 82 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 83 | </Reference>
|
---|
[717] | 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" />
|
---|
[906] | 95 | <Reference Include="ZedGraph, Version=5.1.4.31904, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
|
---|
| 96 | <SpecificVersion>False</SpecificVersion>
|
---|
[911] | 97 | <HintPath>.\ZedGraph.dll</HintPath>
|
---|
[906] | 98 | </Reference>
|
---|
[717] | 99 | </ItemGroup>
|
---|
| 100 | <ItemGroup>
|
---|
| 101 | <Compile Include="HiveClientConsole.cs">
|
---|
| 102 | <SubType>Form</SubType>
|
---|
| 103 | </Compile>
|
---|
| 104 | <Compile Include="HiveClientConsole.designer.cs">
|
---|
| 105 | <DependentUpon>HiveClientConsole.cs</DependentUpon>
|
---|
| 106 | </Compile>
|
---|
| 107 | <Compile Include="HiveClientConsolePlugin.cs" />
|
---|
| 108 | <Compile Include="HiveClientConsoleApplication.cs" />
|
---|
[1930] | 109 | <Compile Include="LogFileReader.cs" />
|
---|
[717] | 110 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 111 | <EmbeddedResource Include="HiveClientConsole.resx">
|
---|
| 112 | <DependentUpon>HiveClientConsole.cs</DependentUpon>
|
---|
[855] | 113 | <SubType>Designer</SubType>
|
---|
[717] | 114 | </EmbeddedResource>
|
---|
| 115 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 116 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 117 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 118 | <SubType>Designer</SubType>
|
---|
| 119 | </EmbeddedResource>
|
---|
[1256] | 120 | <EmbeddedResource Include="Recurrence.resx">
|
---|
| 121 | <DependentUpon>Recurrence.cs</DependentUpon>
|
---|
[1579] | 122 | <SubType>Designer</SubType>
|
---|
[1256] | 123 | </EmbeddedResource>
|
---|
[717] | 124 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 125 | <AutoGen>True</AutoGen>
|
---|
| 126 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
[906] | 127 | <DesignTime>True</DesignTime>
|
---|
[717] | 128 | </Compile>
|
---|
| 129 | <None Include="HeuristicLab.snk" />
|
---|
| 130 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 131 | <None Include="Properties\Settings.settings">
|
---|
| 132 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 133 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 134 | </None>
|
---|
| 135 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 136 | <AutoGen>True</AutoGen>
|
---|
| 137 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 138 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 139 | </Compile>
|
---|
[1256] | 140 | <Compile Include="Recurrence.cs">
|
---|
| 141 | <SubType>Form</SubType>
|
---|
| 142 | </Compile>
|
---|
| 143 | <Compile Include="Recurrence.Designer.cs">
|
---|
| 144 | <DependentUpon>Recurrence.cs</DependentUpon>
|
---|
| 145 | </Compile>
|
---|
[1511] | 146 | <Compile Include="RecurrentEvent.cs" />
|
---|
[953] | 147 | <Compile Include="Service References\ClientService\Reference.cs">
|
---|
[933] | 148 | <AutoGen>True</AutoGen>
|
---|
| 149 | <DesignTime>True</DesignTime>
|
---|
| 150 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
| 151 | </Compile>
|
---|
[717] | 152 | </ItemGroup>
|
---|
| 153 | <ItemGroup>
|
---|
[1579] | 154 | <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.2\HeuristicLab.Hive.Contracts-3.2.csproj">
|
---|
| 155 | <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
|
---|
| 156 | <Name>HeuristicLab.Hive.Contracts-3.2</Name>
|
---|
| 157 | </ProjectReference>
|
---|
[1534] | 158 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
[717] | 159 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 160 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 161 | </ProjectReference>
|
---|
| 162 | </ItemGroup>
|
---|
[906] | 163 | <ItemGroup>
|
---|
| 164 | <None Include="Resources\Error.png" />
|
---|
| 165 | </ItemGroup>
|
---|
| 166 | <ItemGroup>
|
---|
| 167 | <None Include="Resources\Info.png" />
|
---|
[953] | 168 | <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Common.xsd" />
|
---|
| 169 | <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Core.ClientConsoleService.xsd" />
|
---|
| 170 | <None Include="Service References\ClientService\service.wsdl" />
|
---|
| 171 | <None Include="Service References\ClientService\service.xsd" />
|
---|
| 172 | <None Include="Service References\ClientService\service1.xsd" />
|
---|
[906] | 173 | </ItemGroup>
|
---|
[933] | 174 | <ItemGroup>
|
---|
| 175 | <WCFMetadata Include="Service References\" />
|
---|
| 176 | </ItemGroup>
|
---|
| 177 | <ItemGroup>
|
---|
[953] | 178 | <WCFMetadataStorage Include="Service References\ClientService\" />
|
---|
[933] | 179 | </ItemGroup>
|
---|
| 180 | <ItemGroup>
|
---|
[953] | 181 | <None Include="Service References\ClientService\configuration91.svcinfo" />
|
---|
[933] | 182 | </ItemGroup>
|
---|
| 183 | <ItemGroup>
|
---|
[953] | 184 | <None Include="Service References\ClientService\configuration.svcinfo" />
|
---|
[933] | 185 | </ItemGroup>
|
---|
| 186 | <ItemGroup>
|
---|
[953] | 187 | <None Include="app.config" />
|
---|
| 188 | <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Console.ClientService.ConnectionContainer.datasource">
|
---|
[933] | 189 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
| 190 | </None>
|
---|
[953] | 191 | <None Include="Service References\ClientService\HeuristicLab.Hive.Client.Console.ClientService.StatusCommons.datasource">
|
---|
[933] | 192 | <DependentUpon>Reference.svcmap</DependentUpon>
|
---|
| 193 | </None>
|
---|
[953] | 194 | <None Include="Service References\ClientService\Reference.svcmap">
|
---|
[933] | 195 | <Generator>WCF Proxy Generator</Generator>
|
---|
| 196 | <LastGenOutput>Reference.cs</LastGenOutput>
|
---|
| 197 | </None>
|
---|
| 198 | </ItemGroup>
|
---|
[1138] | 199 | <ItemGroup>
|
---|
| 200 | <None Include="Resources\schedule.jpg" />
|
---|
| 201 | </ItemGroup>
|
---|
[1145] | 202 | <ItemGroup>
|
---|
[2023] | 203 | <None Include="Properties\DataSources\Calendar.Appointment.datasource" />
|
---|
[1145] | 204 | <None Include="Resources\shutdown-icon.png" />
|
---|
[2023] | 205 | <None Include="Service References\ClientService\Calendar.xsd" />
|
---|
| 206 | <None Include="Service References\ClientService\System.Drawing.xsd" />
|
---|
[1145] | 207 | </ItemGroup>
|
---|
[2069] | 208 | <ItemGroup>
|
---|
| 209 | <None Include="Resources\Disaster-warning-48.png" />
|
---|
| 210 | </ItemGroup>
|
---|
| 211 | <ItemGroup>
|
---|
| 212 | <None Include="Resources\Global-network-48.png" />
|
---|
| 213 | </ItemGroup>
|
---|
| 214 | <ItemGroup>
|
---|
| 215 | <None Include="Resources\exit-48.png" />
|
---|
| 216 | </ItemGroup>
|
---|
[717] | 217 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 218 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 219 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 220 | <Target Name="BeforeBuild">
|
---|
| 221 | </Target>
|
---|
| 222 | <Target Name="AfterBuild">
|
---|
| 223 | </Target>
|
---|
| 224 | -->
|
---|
| 225 | <PropertyGroup>
|
---|
[852] | 226 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 227 | set ProjectDir=$(ProjectDir)
|
---|
| 228 | set SolutionDir=$(SolutionDir)
|
---|
| 229 | set Outdir=$(Outdir)
|
---|
| 230 |
|
---|
| 231 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[717] | 232 | </PropertyGroup>
|
---|
| 233 | </Project> |
---|