Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysisCSVImport/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj @ 8842

Last change on this file since 8842 was 8842, checked in by sforsten, 12 years ago

#1942: merged r8690:8840 from trunk into branch

File size: 9.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{72232235-B6CF-4E6C-B086-9E9E11AA0717}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.DataAnalysis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>..\..\bin\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x86</PlatformTarget>
39    <ErrorReport>prompt</ErrorReport>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
42    <OutputPath>..\..\bin\</OutputPath>
43    <DefineConstants>TRACE</DefineConstants>
44    <Optimize>true</Optimize>
45    <DebugType>pdbonly</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
50    <DebugSymbols>true</DebugSymbols>
51    <OutputPath>..\..\bin\</OutputPath>
52    <DefineConstants>DEBUG;TRACE</DefineConstants>
53    <DebugType>full</DebugType>
54    <PlatformTarget>x64</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
58    <OutputPath>..\..\bin\</OutputPath>
59    <DefineConstants>TRACE</DefineConstants>
60    <Optimize>true</Optimize>
61    <DebugType>pdbonly</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64  </PropertyGroup>
65  <PropertyGroup>
66    <SignAssembly>true</SignAssembly>
67  </PropertyGroup>
68  <PropertyGroup>
69    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
70  </PropertyGroup>
71  <ItemGroup>
72    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
73      <Private>False</Private>
74    </Reference>
75    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
76      <Private>False</Private>
77    </Reference>
78    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
82      <Private>False</Private>
83    </Reference>
84    <Reference Include="HeuristicLab.Data-3.3">
85      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
86      <Private>False</Private>
87    </Reference>
88    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.MainForm-3.3">
92      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
96      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
100      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="HeuristicLab.Problems.Instances-3.3">
104      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="HeuristicLab.Problems.Instances.Views-3.3">
108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="System">
112      <Private>False</Private>
113    </Reference>
114    <Reference Include="System.Core">
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="System.Drawing">
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="System.Windows.Forms">
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="System.Xml.Linq">
124      <Private>False</Private>
125    </Reference>
126    <Reference Include="System.Data.DataSetExtensions">
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="Microsoft.CSharp">
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="System.Data">
133      <Private>False</Private>
134    </Reference>
135    <Reference Include="System.Xml">
136      <Private>False</Private>
137    </Reference>
138  </ItemGroup>
139  <ItemGroup>
140    <Compile Include="ClassificationImportTypeDialog.cs">
141      <SubType>Form</SubType>
142    </Compile>
143    <Compile Include="ClassificationImportTypeDialog.Designer.cs">
144      <DependentUpon>ClassificationImportTypeDialog.cs</DependentUpon>
145    </Compile>
146    <Compile Include="ClassificationInstanceConsumerView.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="ClassificationInstanceConsumerView.Designer.cs">
150      <DependentUpon>ClassificationInstanceConsumerView.cs</DependentUpon>
151    </Compile>
152    <Compile Include="RegressionImportTypeDialog.cs">
153      <SubType>Form</SubType>
154    </Compile>
155    <Compile Include="RegressionImportTypeDialog.Designer.cs">
156      <DependentUpon>RegressionImportTypeDialog.cs</DependentUpon>
157    </Compile>
158    <Compile Include="RegressionInstanceConsumerView.cs">
159      <SubType>UserControl</SubType>
160    </Compile>
161    <Compile Include="RegressionInstanceConsumerView.Designer.cs">
162      <DependentUpon>RegressionInstanceConsumerView.cs</DependentUpon>
163    </Compile>
164    <Compile Include="DataAnalysisImportTypeDialog.cs">
165      <SubType>Form</SubType>
166    </Compile>
167    <Compile Include="DataAnalysisImportTypeDialog.Designer.cs">
168      <DependentUpon>DataAnalysisImportTypeDialog.cs</DependentUpon>
169    </Compile>
170    <Compile Include="DataAnalysisInstanceConsumerView.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="DataAnalysisInstanceConsumerView.Designer.cs">
174      <DependentUpon>DataAnalysisInstanceConsumerView.cs</DependentUpon>
175    </Compile>
176    <Compile Include="Plugin.cs" />
177    <None Include="HeuristicLab.snk" />
178    <None Include="Plugin.cs.frame" />
179    <None Include="Properties\AssemblyInfo.cs.frame" />
180    <Compile Include="Properties\AssemblyInfo.cs" />
181  </ItemGroup>
182  <ItemGroup>
183    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
184      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
185      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
186      <Private>False</Private>
187    </ProjectReference>
188    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
189      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
190      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
191      <Private>False</Private>
192    </ProjectReference>
193  </ItemGroup>
194  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
195  <PropertyGroup>
196    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
197set ProjectDir=$(ProjectDir)
198set SolutionDir=$(SolutionDir)
199set Outdir=$(Outdir)
200
201call PreBuildEvent.cmd
202</PreBuildEvent>
203    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
204export ProjectDir=$(ProjectDir)
205export SolutionDir=$(SolutionDir)
206
207$SolutionDir/PreBuildEvent.sh
208</PreBuildEvent>
209  </PropertyGroup>
210  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
211       Other similar extension points exist, see Microsoft.Common.targets.
212  <Target Name="BeforeBuild">
213  </Target>
214  <Target Name="AfterBuild">
215  </Target>
216  -->
217</Project>
Note: See TracBrowser for help on using the repository browser.