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 @ 8701

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

#1942:

  • add combo boxes to DataAnalysisImportTypeDialog to select csv settings
  • get branch ready
File size: 7.0 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>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Common-3.3">
41      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
44      <Private>False</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Core-3.3">
47      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Data-3.3">
50      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
53      <Private>False</Private>
54    </Reference>
55    <Reference Include="HeuristicLab.MainForm-3.3">
56      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
59      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
60    </Reference>
61    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
62      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
65      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
66    </Reference>
67    <Reference Include="HeuristicLab.Problems.Instances-3.3">
68      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
69    </Reference>
70    <Reference Include="HeuristicLab.Problems.Instances.Views-3.3">
71      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
72    </Reference>
73    <Reference Include="System">
74      <Private>True</Private>
75    </Reference>
76    <Reference Include="System.Core">
77      <Private>True</Private>
78    </Reference>
79    <Reference Include="System.Drawing">
80      <Private>True</Private>
81    </Reference>
82    <Reference Include="System.Windows.Forms">
83      <Private>True</Private>
84    </Reference>
85    <Reference Include="System.Xml.Linq">
86      <Private>True</Private>
87    </Reference>
88    <Reference Include="System.Data.DataSetExtensions">
89      <Private>True</Private>
90    </Reference>
91    <Reference Include="Microsoft.CSharp">
92      <Private>True</Private>
93    </Reference>
94    <Reference Include="System.Data">
95      <Private>True</Private>
96    </Reference>
97    <Reference Include="System.Xml">
98      <Private>True</Private>
99    </Reference>
100  </ItemGroup>
101  <ItemGroup>
102    <Compile Include="ClassificationImportTypeDialog.cs">
103      <SubType>Form</SubType>
104    </Compile>
105    <Compile Include="ClassificationImportTypeDialog.Designer.cs">
106      <DependentUpon>ClassificationImportTypeDialog.cs</DependentUpon>
107    </Compile>
108    <Compile Include="ClassificationInstanceConsumerView.cs">
109      <SubType>UserControl</SubType>
110    </Compile>
111    <Compile Include="ClassificationInstanceConsumerView.Designer.cs">
112      <DependentUpon>ClassificationInstanceConsumerView.cs</DependentUpon>
113    </Compile>
114    <Compile Include="DataAnalysisImportTypeDialog.cs">
115      <SubType>Form</SubType>
116    </Compile>
117    <Compile Include="DataAnalysisImportTypeDialog.Designer.cs">
118      <DependentUpon>DataAnalysisImportTypeDialog.cs</DependentUpon>
119    </Compile>
120    <Compile Include="DataAnalysisInstanceConsumerView.cs">
121      <SubType>UserControl</SubType>
122    </Compile>
123    <Compile Include="DataAnalysisInstanceConsumerView.Designer.cs">
124      <DependentUpon>DataAnalysisInstanceConsumerView.cs</DependentUpon>
125    </Compile>
126    <Compile Include="Plugin.cs" />
127    <None Include="HeuristicLab.snk" />
128    <None Include="Plugin.cs.frame" />
129    <None Include="Properties\AssemblyInfo.cs.frame" />
130    <Compile Include="Properties\AssemblyInfo.cs" />
131  </ItemGroup>
132  <ItemGroup>
133    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
134      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
135      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
136      <Private>False</Private>
137    </ProjectReference>
138  </ItemGroup>
139  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140  <PropertyGroup>
141    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
142set ProjectDir=$(ProjectDir)
143set SolutionDir=$(SolutionDir)
144set Outdir=$(Outdir)
145
146call PreBuildEvent.cmd
147</PreBuildEvent>
148    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
149export ProjectDir=$(ProjectDir)
150export SolutionDir=$(SolutionDir)
151
152$SolutionDir/PreBuildEvent.sh
153</PreBuildEvent>
154  </PropertyGroup>
155  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
156       Other similar extension points exist, see Microsoft.Common.targets.
157  <Target Name="BeforeBuild">
158  </Target>
159  <Target Name="AfterBuild">
160  </Target>
161  -->
162</Project>
Note: See TracBrowser for help on using the repository browser.