Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2684_ItemTreeViews/3.3/HeuristicLab.ItemTreeViews.Views-3.3.csproj @ 18043

Last change on this file since 18043 was 14335, checked in by bwerth, 8 years ago

#2684 initial commit of TreeView

File size: 9.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.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>{D53E8E48-CFAA-4F57-AC35-63BEF4476159}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.ItemTreeViews</RootNamespace>
11    <AssemblyName>HeuristicLab.ItemTreeViews.Views-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23    <RunCodeAnalysis>true</RunCodeAnalysis>
24    <LangVersion>5</LangVersion>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>..\..\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>
39    </AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <PropertyGroup>
42    <StartupObject />
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
45    <DebugSymbols>true</DebugSymbols>
46    <OutputPath>..\..\bin\</OutputPath>
47    <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
48    <DebugType>full</DebugType>
49    <PlatformTarget>x64</PlatformTarget>
50    <RunCodeAnalysis>true</RunCodeAnalysis>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53  </PropertyGroup>
54  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
55    <OutputPath>..\..\bin\</OutputPath>
56    <DefineConstants>TRACE</DefineConstants>
57    <Optimize>true</Optimize>
58    <DebugType>pdbonly</DebugType>
59    <PlatformTarget>x64</PlatformTarget>
60    <ErrorReport>prompt</ErrorReport>
61    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
62  </PropertyGroup>
63  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
64    <DebugSymbols>true</DebugSymbols>
65    <OutputPath>..\..\bin\</OutputPath>
66    <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
67    <DebugType>full</DebugType>
68    <PlatformTarget>x86</PlatformTarget>
69    <RunCodeAnalysis>true</RunCodeAnalysis>
70    <ErrorReport>prompt</ErrorReport>
71    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
72  </PropertyGroup>
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
74    <OutputPath>..\..\bin\</OutputPath>
75    <DefineConstants>TRACE</DefineConstants>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
81  </PropertyGroup>
82  <ItemGroup>
83    <Reference Include="HeuristicLab.Collections-3.3">
84      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <SpecificVersion>False</SpecificVersion>
88      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
91      <SpecificVersion>False</SpecificVersion>
92      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Core-3.3">
95      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
98      <SpecificVersion>False</SpecificVersion>
99      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <SpecificVersion>False</SpecificVersion>
103      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
104    </Reference>
105    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
106      <SpecificVersion>False</SpecificVersion>
107      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
108    </Reference>
109    <Reference Include="HeuristicLab.Persistence-3.3">
110      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
113      <SpecificVersion>False</SpecificVersion>
114      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.Tests, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
117      <SpecificVersion>False</SpecificVersion>
118      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Tests.dll</HintPath>
119    </Reference>
120    <Reference Include="System" />
121    <Reference Include="System.Core" />
122    <Reference Include="System.Drawing" />
123    <Reference Include="System.Windows.Forms" />
124    <Reference Include="System.Windows.Forms.DataVisualization" />
125    <Reference Include="System.Xml.Linq" />
126    <Reference Include="System.Data.DataSetExtensions" />
127    <Reference Include="Microsoft.CSharp" />
128    <Reference Include="System.Data" />
129    <Reference Include="System.Xml" />
130  </ItemGroup>
131  <ItemGroup>
132    <Compile Include="Plugin.cs" />
133    <Compile Include="Properties\AssemblyInfo.cs" />
134    <Compile Include="Views\ItemCollectionTreeView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="Views\ItemCollectionTreeView.designer.cs">
138      <DependentUpon>ItemCollectionTreeView.cs</DependentUpon>
139    </Compile>
140    <Compile Include="Views\ItemCollectionTreeViewDummy.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="Views\NamedItemCollectionTreeView.cs">
144      <SubType>UserControl</SubType>
145    </Compile>
146    <Compile Include="Views\NamedItemCollectionTreeView.designer.cs">
147      <DependentUpon>NamedItemCollectionTreeView.cs</DependentUpon>
148    </Compile>
149    <Compile Include="Views\ParameterCollectionTreeView.cs">
150      <SubType>UserControl</SubType>
151    </Compile>
152    <Compile Include="Views\ParameterCollectionTreeView.designer.cs">
153      <DependentUpon>ParameterCollectionTreeView.cs</DependentUpon>
154    </Compile>
155    <Compile Include="Views\ParameterizedNamedItemTreeView.cs">
156      <SubType>UserControl</SubType>
157    </Compile>
158    <Compile Include="Views\ParameterizedNamedItemTreeView.designer.cs">
159      <DependentUpon>ParameterizedNamedItemTreeView.cs</DependentUpon>
160    </Compile>
161  </ItemGroup>
162  <ItemGroup>
163    <None Include="Plugin.cs.frame" />
164    <None Include="Properties\AssemblyInfo.cs.frame" />
165  </ItemGroup>
166  <ItemGroup>
167    <EmbeddedResource Include="Views\ItemCollectionTreeView.resx">
168      <DependentUpon>ItemCollectionTreeView.cs</DependentUpon>
169      <SubType>Designer</SubType>
170    </EmbeddedResource>
171    <EmbeddedResource Include="Views\ParameterizedNamedItemTreeView.resx">
172      <DependentUpon>ParameterizedNamedItemTreeView.cs</DependentUpon>
173    </EmbeddedResource>
174  </ItemGroup>
175  <ItemGroup />
176  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
177  <PropertyGroup>
178    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
179set ProjectDir=$(ProjectDir)
180set SolutionDir=$(SolutionDir)
181set Outdir=$(Outdir)
182
183call PreBuildEvent.cmd
184</PreBuildEvent>
185    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
186  export ProjectDir=$(ProjectDir)
187export SolutionDir=$(SolutionDir)
188
189$SolutionDir/PreBuildEvent.sh
190</PreBuildEvent>
191  </PropertyGroup>
192  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
193       Other similar extension points exist, see Microsoft.Common.targets.
194  <Target Name="BeforeBuild">
195  </Target>
196  <Target Name="AfterBuild">
197  </Target>
198  -->
199</Project>
Note: See TracBrowser for help on using the repository browser.