1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.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>{3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}</ProjectGuid>
|
---|
8 | <OutputType>Library</OutputType>
|
---|
9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
10 | <RootNamespace>HeuristicLab.DataPreprocessing.Views_3._3</RootNamespace>
|
---|
11 | <AssemblyName>HeuristicLab.DataPreprocessing.Views-3.3</AssemblyName>
|
---|
12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
13 | <FileAlignment>512</FileAlignment>
|
---|
14 | <TargetFrameworkProfile />
|
---|
15 | </PropertyGroup>
|
---|
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
17 | <DebugSymbols>true</DebugSymbols>
|
---|
18 | <DebugType>full</DebugType>
|
---|
19 | <Optimize>false</Optimize>
|
---|
20 | <OutputPath>..\..\bin\</OutputPath>
|
---|
21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
22 | <ErrorReport>prompt</ErrorReport>
|
---|
23 | <WarningLevel>4</WarningLevel>
|
---|
24 | </PropertyGroup>
|
---|
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
26 | <DebugType>pdbonly</DebugType>
|
---|
27 | <Optimize>true</Optimize>
|
---|
28 | <OutputPath>..\..\bin\</OutputPath>
|
---|
29 | <DefineConstants>TRACE</DefineConstants>
|
---|
30 | <ErrorReport>prompt</ErrorReport>
|
---|
31 | <WarningLevel>4</WarningLevel>
|
---|
32 | </PropertyGroup>
|
---|
33 | <PropertyGroup>
|
---|
34 | <SignAssembly>true</SignAssembly>
|
---|
35 | </PropertyGroup>
|
---|
36 | <PropertyGroup>
|
---|
37 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
38 | </PropertyGroup>
|
---|
39 | <ItemGroup>
|
---|
40 | <Reference Include="System" />
|
---|
41 | <Reference Include="System.Core" />
|
---|
42 | <Reference Include="System.Drawing" />
|
---|
43 | <Reference Include="System.Windows.Forms" />
|
---|
44 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
45 | </ItemGroup>
|
---|
46 | <ItemGroup>
|
---|
47 | <Compile Include="ComparisonFilterView.cs">
|
---|
48 | <SubType>UserControl</SubType>
|
---|
49 | </Compile>
|
---|
50 | <Compile Include="ComparisonFilterView.Designer.cs">
|
---|
51 | <DependentUpon>ComparisonFilterView.cs</DependentUpon>
|
---|
52 | </Compile>
|
---|
53 | <Compile Include="DataGridContentView.cs">
|
---|
54 | <SubType>UserControl</SubType>
|
---|
55 | </Compile>
|
---|
56 | <Compile Include="DataGridContentView.Designer.cs">
|
---|
57 | <DependentUpon>DataGridContentView.cs</DependentUpon>
|
---|
58 | </Compile>
|
---|
59 | <Compile Include="DataPreprocessingView.cs">
|
---|
60 | <SubType>UserControl</SubType>
|
---|
61 | </Compile>
|
---|
62 | <Compile Include="DataPreprocessingView.designer.cs">
|
---|
63 | <DependentUpon>DataPreprocessingView.cs</DependentUpon>
|
---|
64 | </Compile>
|
---|
65 | <Compile Include="FilterView.cs">
|
---|
66 | <SubType>UserControl</SubType>
|
---|
67 | </Compile>
|
---|
68 | <Compile Include="FilterView.Designer.cs">
|
---|
69 | <DependentUpon>FilterView.cs</DependentUpon>
|
---|
70 | </Compile>
|
---|
71 | <Compile Include="HistogramView.cs">
|
---|
72 | <SubType>UserControl</SubType>
|
---|
73 | </Compile>
|
---|
74 | <Compile Include="HistogramView.Designer.cs">
|
---|
75 | <DependentUpon>HistogramView.cs</DependentUpon>
|
---|
76 | </Compile>
|
---|
77 | <Compile Include="LineChartView.cs">
|
---|
78 | <SubType>UserControl</SubType>
|
---|
79 | </Compile>
|
---|
80 | <Compile Include="LineChartView.Designer.cs">
|
---|
81 | <DependentUpon>LineChartView.cs</DependentUpon>
|
---|
82 | </Compile>
|
---|
83 | <Compile Include="Plugin.cs" />
|
---|
84 | <Compile Include="PreprocessingDataTableView.cs">
|
---|
85 | <SubType>UserControl</SubType>
|
---|
86 | </Compile>
|
---|
87 | <Compile Include="PreprocessingDataTableView.Designer.cs">
|
---|
88 | <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
|
---|
89 | </Compile>
|
---|
90 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
91 | <Compile Include="StatisticsView.cs">
|
---|
92 | <SubType>UserControl</SubType>
|
---|
93 | </Compile>
|
---|
94 | <Compile Include="StatisticsView.Designer.cs">
|
---|
95 | <DependentUpon>StatisticsView.cs</DependentUpon>
|
---|
96 | </Compile>
|
---|
97 | <Compile Include="TransformationView.cs">
|
---|
98 | <SubType>UserControl</SubType>
|
---|
99 | </Compile>
|
---|
100 | <Compile Include="TransformationView.Designer.cs">
|
---|
101 | <DependentUpon>TransformationView.cs</DependentUpon>
|
---|
102 | </Compile>
|
---|
103 | </ItemGroup>
|
---|
104 | <ItemGroup>
|
---|
105 | <None Include="HeuristicLab.snk" />
|
---|
106 | <None Include="Plugin.cs.frame" />
|
---|
107 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
108 | </ItemGroup>
|
---|
109 | <ItemGroup>
|
---|
110 | <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
|
---|
111 | <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
|
---|
112 | <Name>HeuristicLab.Analysis.Views-3.3</Name>
|
---|
113 | </ProjectReference>
|
---|
114 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
115 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
116 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
117 | </ProjectReference>
|
---|
118 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
119 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
120 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
121 | </ProjectReference>
|
---|
122 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
123 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
124 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
125 | </ProjectReference>
|
---|
126 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
127 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
128 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
129 | </ProjectReference>
|
---|
130 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
131 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
132 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
133 | </ProjectReference>
|
---|
134 | <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
135 | <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
|
---|
136 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
137 | </ProjectReference>
|
---|
138 | <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.3\HeuristicLab.DataPreprocessing-3.3.csproj">
|
---|
139 | <Project>{3B90F866-70F8-43EF-A541-51819D255B7B}</Project>
|
---|
140 | <Name>HeuristicLab.DataPreprocessing-3.3</Name>
|
---|
141 | </ProjectReference>
|
---|
142 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
143 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
144 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
145 | </ProjectReference>
|
---|
146 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
147 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
148 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
149 | </ProjectReference>
|
---|
150 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
151 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
152 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
153 | </ProjectReference>
|
---|
154 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
155 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
156 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
157 | </ProjectReference>
|
---|
158 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
159 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
160 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
161 | </ProjectReference>
|
---|
162 | <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
|
---|
163 | <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
|
---|
164 | <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
|
---|
165 | </ProjectReference>
|
---|
166 | </ItemGroup>
|
---|
167 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
168 | <PropertyGroup>
|
---|
169 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
170 | set ProjectDir=$(ProjectDir)
|
---|
171 | set SolutionDir=$(SolutionDir)
|
---|
172 | set Outdir=$(Outdir)
|
---|
173 |
|
---|
174 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
175 | </PropertyGroup>
|
---|
176 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
177 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
178 | <Target Name="BeforeBuild">
|
---|
179 | </Target>
|
---|
180 | <Target Name="AfterBuild">
|
---|
181 | </Target>
|
---|
182 | -->
|
---|
183 | </Project> |
---|