Free cookie consent management tool by TermsFeed Policy Generator

source: branches/VisualizeAsMDS/HeuristicLab.Optimizer.Tools/3.3/HeuristicLab.Optimizer.Tools-3.3.csproj @ 7541

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

#1780: added dialog for setting the names, ability to include a charateristic

File size: 6.5 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>{2C525B2C-CE72-4822-9AF3-CE5B9FA8EF0C}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Optimizer.Tools</RootNamespace>
12    <AssemblyName>HeuristicLab.Optimizer.Tools-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="ALGLIB-3.4.0, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
41      <SpecificVersion>False</SpecificVersion>
42      <Private>False</Private>
43    </Reference>
44    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
45      <SpecificVersion>False</SpecificVersion>
46      <Private>False</Private>
47    </Reference>
48    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
49      <SpecificVersion>False</SpecificVersion>
50      <Private>False</Private>
51    </Reference>
52    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
53      <SpecificVersion>False</SpecificVersion>
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
57      <SpecificVersion>False</SpecificVersion>
58      <Private>False</Private>
59    </Reference>
60    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
61    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
62      <SpecificVersion>False</SpecificVersion>
63      <Private>False</Private>
64    </Reference>
65    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
66    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
67      <SpecificVersion>False</SpecificVersion>
68      <Private>False</Private>
69    </Reference>
70    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
71      <SpecificVersion>False</SpecificVersion>
72      <Private>False</Private>
73    </Reference>
74    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
75      <SpecificVersion>False</SpecificVersion>
76      <Private>False</Private>
77    </Reference>
78    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
79      <SpecificVersion>False</SpecificVersion>
80      <Private>False</Private>
81    </Reference>
82    <Reference Include="System" />
83    <Reference Include="System.Core" />
84    <Reference Include="System.Drawing" />
85    <Reference Include="System.Windows.Forms" />
86    <Reference Include="System.Xml.Linq" />
87    <Reference Include="System.Data.DataSetExtensions" />
88    <Reference Include="Microsoft.CSharp" />
89    <Reference Include="System.Data" />
90    <Reference Include="System.Xml" />
91  </ItemGroup>
92  <ItemGroup>
93    <Compile Include="MDSView.cs">
94      <SubType>UserControl</SubType>
95    </Compile>
96    <Compile Include="MDSView.Designer.cs">
97      <DependentUpon>MDSView.cs</DependentUpon>
98    </Compile>
99    <Compile Include="MultidimensionalScalingMenuItem.cs" />
100    <Compile Include="SetNamesDialog.cs">
101      <SubType>Form</SubType>
102    </Compile>
103    <Compile Include="SetNamesDialog.Designer.cs">
104      <DependentUpon>SetNamesDialog.cs</DependentUpon>
105    </Compile>
106    <None Include="Plugin.cs.frame" />
107    <Compile Include="Plugin.cs" />
108    <Compile Include="Properties\AssemblyInfo.cs" />
109    <None Include="Properties\AssemblyInfo.cs.frame" />
110  </ItemGroup>
111  <ItemGroup>
112    <None Include="HeuristicLab.snk" />
113  </ItemGroup>
114  <ItemGroup>
115    <EmbeddedResource Include="MDSView.resx">
116      <DependentUpon>MDSView.cs</DependentUpon>
117    </EmbeddedResource>
118    <EmbeddedResource Include="SetNamesDialog.resx">
119      <DependentUpon>SetNamesDialog.cs</DependentUpon>
120    </EmbeddedResource>
121  </ItemGroup>
122  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123  <PropertyGroup>
124    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
125set ProjectDir=$(ProjectDir)
126set SolutionDir=$(SolutionDir)
127set Outdir=$(Outdir)
128
129call PreBuildEvent.cmd</PreBuildEvent>
130  </PropertyGroup>
131  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
132       Other similar extension points exist, see Microsoft.Common.targets.
133  <Target Name="BeforeBuild">
134  </Target>
135  <Target Name="AfterBuild">
136  </Target>
137  -->
138</Project>
Note: See TracBrowser for help on using the repository browser.