Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj @ 8802

Last change on this file since 8802 was 8781, checked in by abeham, 12 years ago

#1941: added missing platforms in Problems.Instances.DataAnalysis.Views

File size: 7.7 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>..\..\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 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="System" />
73    <Reference Include="System.Core" />
74    <Reference Include="System.Drawing" />
75    <Reference Include="System.Windows.Forms" />
76    <Reference Include="System.Xml.Linq" />
77    <Reference Include="System.Data.DataSetExtensions" />
78    <Reference Include="Microsoft.CSharp" />
79    <Reference Include="System.Data" />
80    <Reference Include="System.Xml" />
81  </ItemGroup>
82  <ItemGroup>
83    <Compile Include="DataAnalysisImportTypeDialog.cs">
84      <SubType>Form</SubType>
85    </Compile>
86    <Compile Include="DataAnalysisImportTypeDialog.Designer.cs">
87      <DependentUpon>DataAnalysisImportTypeDialog.cs</DependentUpon>
88    </Compile>
89    <Compile Include="DataAnalysisInstanceConsumerView.cs">
90      <SubType>UserControl</SubType>
91    </Compile>
92    <Compile Include="DataAnalysisInstanceConsumerView.Designer.cs">
93      <DependentUpon>DataAnalysisInstanceConsumerView.cs</DependentUpon>
94    </Compile>
95    <Compile Include="Plugin.cs" />
96    <None Include="HeuristicLab.snk" />
97    <None Include="Plugin.cs.frame" />
98    <None Include="Properties\AssemblyInfo.cs.frame" />
99    <Compile Include="Properties\AssemblyInfo.cs" />
100  </ItemGroup>
101  <ItemGroup>
102    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
103      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
104      <Name>HeuristicLab.Common-3.3</Name>
105    </ProjectReference>
106    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
107      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
108      <Name>HeuristicLab.Core-3.3</Name>
109    </ProjectReference>
110    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
111      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
112      <Name>HeuristicLab.Data-3.3</Name>
113    </ProjectReference>
114    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
115      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
116      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
117    </ProjectReference>
118    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
119      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
120      <Name>HeuristicLab.MainForm-3.3</Name>
121    </ProjectReference>
122    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
123      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
124      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
125      <Private>False</Private>
126    </ProjectReference>
127    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
128      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
129      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
130      <Private>False</Private>
131    </ProjectReference>
132    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
133      <Project>{94C7714E-29D4-4D6D-B213-2C18D627AB75}</Project>
134      <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
135      <Private>False</Private>
136    </ProjectReference>
137    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
138      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
139      <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
140      <Private>False</Private>
141    </ProjectReference>
142    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
143      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
144      <Name>HeuristicLab.Problems.Instances-3.3</Name>
145      <Private>False</Private>
146    </ProjectReference>
147  </ItemGroup>
148  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
149  <PropertyGroup>
150    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
151set ProjectDir=$(ProjectDir)
152set SolutionDir=$(SolutionDir)
153set Outdir=$(Outdir)
154
155call PreBuildEvent.cmd
156</PreBuildEvent>
157    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
158export ProjectDir=$(ProjectDir)
159export SolutionDir=$(SolutionDir)
160
161$SolutionDir/PreBuildEvent.sh
162</PreBuildEvent>
163  </PropertyGroup>
164  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
165       Other similar extension points exist, see Microsoft.Common.targets.
166  <Target Name="BeforeBuild">
167  </Target>
168  <Target Name="AfterBuild">
169  </Target>
170  -->
171</Project>
Note: See TracBrowser for help on using the repository browser.