Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2719 adapted RegressionEnsembleModel in order that it is creatable from now on

File size: 6.3 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.MainForm-3.3">
61      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
64      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Optimization-3.3">
67      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.Optimization.Views-3.3">
70      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
71    </Reference>
72    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
73      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
74    </Reference>
75    <Reference Include="System" />
76    <Reference Include="System.Core" />
77    <Reference Include="System.Xml.Linq" />
78    <Reference Include="System.Data.DataSetExtensions" />
79    <Reference Include="Microsoft.CSharp" />
80    <Reference Include="System.Data" />
81    <Reference Include="System.Deployment" />
82    <Reference Include="System.Drawing" />
83    <Reference Include="System.Net.Http" />
84    <Reference Include="System.Windows.Forms" />
85    <Reference Include="System.Xml" />
86  </ItemGroup>
87  <ItemGroup>
88    <Compile Include="DatastreamAnalysisOptimizerView.cs">
89      <SubType>UserControl</SubType>
90    </Compile>
91    <Compile Include="DatastreamAnalysisOptimizerView.Designer.cs">
92      <DependentUpon>DatastreamAnalysisOptimizerView.cs</DependentUpon>
93    </Compile>
94    <Compile Include="Plugin.cs" />
95    <Compile Include="Properties\AssemblyInfo.cs" />
96    <Compile Include="RegressionEnsembleModelView.cs">
97      <SubType>UserControl</SubType>
98    </Compile>
99    <Compile Include="RegressionEnsembleModelView.Designer.cs">
100      <DependentUpon>RegressionEnsembleModelView.cs</DependentUpon>
101    </Compile>
102  </ItemGroup>
103  <ItemGroup>
104    <None Include="HeuristicLab.snk" />
105    <None Include="Plugin.cs.frame" />
106    <None Include="Properties\AssemblyInfo.cs.frame" />
107  </ItemGroup>
108  <ItemGroup>
109    <ProjectReference Include="..\..\HeuristicLab.DatastreamAnalysis\3.4\HeuristicLab.DatastreamAnalysis.csproj">
110      <Project>{8ba00ca6-71f6-415b-b5b7-da3d64318750}</Project>
111      <Name>HeuristicLab.DatastreamAnalysis</Name>
112    </ProjectReference>
113    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
114      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
115      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
116    </ProjectReference>
117  </ItemGroup>
118  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119  <PropertyGroup>
120    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
121set ProjectDir=$(ProjectDir)
122set SolutionDir=$(SolutionDir)
123set Outdir=$(Outdir)
124
125call PreBuildEvent.cmd</PreBuildEvent>
126  </PropertyGroup>
127  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
128       Other similar extension points exist, see Microsoft.Common.targets.
129  <Target Name="BeforeBuild">
130  </Target>
131  <Target Name="AfterBuild">
132  </Target>
133  -->
134</Project>
Note: See TracBrowser for help on using the repository browser.