Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DatastreamAnalysis/HeuristicLab.DatastreamAnalysis.Views/3.4/HeuristicLab.DatastreamAnalysis.Views.csproj @ 14538

Last change on this file since 14538 was 14538, checked in by jzenisek, 7 years ago

#2719 enhanced the optimizer's functionality

File size: 6.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{BEA131E1-BD7C-41E8-B372-ED0EB110F7DF}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.DatastreamAnalysis.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.DatastreamAnalysis.Views-3.4</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <PlatformTarget>AnyCPU</PlatformTarget>
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <PlatformTarget>AnyCPU</PlatformTarget>
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35  </PropertyGroup>
36  <PropertyGroup>
37    <StartupObject />
38  </PropertyGroup>
39  <PropertyGroup>
40    <SignAssembly>true</SignAssembly>
41  </PropertyGroup>
42  <PropertyGroup>
43    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
44  </PropertyGroup>
45  <ItemGroup>
46    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <SpecificVersion>False</SpecificVersion>
48      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Common-3.3">
51      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.Core-3.3">
54      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
55    </Reference>
56    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
57      <SpecificVersion>False</SpecificVersion>
58      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
61      <SpecificVersion>False</SpecificVersion>
62      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="HeuristicLab.MainForm-3.3">
65      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
66    </Reference>
67    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
68      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Optimization-3.3">
71      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
72    </Reference>
73    <Reference Include="HeuristicLab.Optimization.Views-3.3">
74      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
75    </Reference>
76    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
77      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
78    </Reference>
79    <Reference Include="System" />
80    <Reference Include="System.Core" />
81    <Reference Include="System.Xml.Linq" />
82    <Reference Include="System.Data.DataSetExtensions" />
83    <Reference Include="Microsoft.CSharp" />
84    <Reference Include="System.Data" />
85    <Reference Include="System.Deployment" />
86    <Reference Include="System.Drawing" />
87    <Reference Include="System.Net.Http" />
88    <Reference Include="System.Windows.Forms" />
89    <Reference Include="System.Xml" />
90  </ItemGroup>
91  <ItemGroup>
92    <Compile Include="DatastreamAnalysisOptimizerView.cs">
93      <SubType>UserControl</SubType>
94    </Compile>
95    <Compile Include="DatastreamAnalysisOptimizerView.Designer.cs">
96      <DependentUpon>DatastreamAnalysisOptimizerView.cs</DependentUpon>
97    </Compile>
98    <Compile Include="Plugin.cs" />
99    <Compile Include="Properties\AssemblyInfo.cs" />
100    <Compile Include="RegressionEnsembleModelView.cs">
101      <SubType>UserControl</SubType>
102    </Compile>
103    <Compile Include="RegressionEnsembleModelView.Designer.cs">
104      <DependentUpon>RegressionEnsembleModelView.cs</DependentUpon>
105    </Compile>
106  </ItemGroup>
107  <ItemGroup>
108    <None Include="HeuristicLab.snk" />
109    <None Include="Plugin.cs.frame" />
110    <None Include="Properties\AssemblyInfo.cs.frame" />
111  </ItemGroup>
112  <ItemGroup>
113    <ProjectReference Include="..\..\HeuristicLab.DatastreamAnalysis\3.4\HeuristicLab.DatastreamAnalysis.csproj">
114      <Project>{8ba00ca6-71f6-415b-b5b7-da3d64318750}</Project>
115      <Name>HeuristicLab.DatastreamAnalysis</Name>
116    </ProjectReference>
117    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
118      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
119      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
120    </ProjectReference>
121  </ItemGroup>
122  <ItemGroup>
123    <EmbeddedResource Include="DatastreamAnalysisOptimizerView.resx">
124      <DependentUpon>DatastreamAnalysisOptimizerView.cs</DependentUpon>
125    </EmbeddedResource>
126    <EmbeddedResource Include="RegressionEnsembleModelView.resx">
127      <DependentUpon>RegressionEnsembleModelView.cs</DependentUpon>
128    </EmbeddedResource>
129  </ItemGroup>
130  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131  <PropertyGroup>
132    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
133set ProjectDir=$(ProjectDir)
134set SolutionDir=$(SolutionDir)
135set Outdir=$(Outdir)
136
137call PreBuildEvent.cmd</PreBuildEvent>
138  </PropertyGroup>
139  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
140       Other similar extension points exist, see Microsoft.Common.targets.
141  <Target Name="BeforeBuild">
142  </Target>
143  <Target Name="AfterBuild">
144  </Target>
145  -->
146</Project>
Note: See TracBrowser for help on using the repository browser.