Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Networks.Views/3.3/HeuristicLab.Networks.Views-3.3.csproj @ 11577

Last change on this file since 11577 was 11577, checked in by swagner, 9 years ago

#2205: Restructured solution and projects and switched all projects to .NET 4.5

File size: 11.6 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  <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>{792B263D-92BA-453A-BFDF-261511C2F63B}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Networks.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.Networks.Views-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
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    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <Prefer32Bit>false</Prefer32Bit>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>bin\x64\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x64</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
49    <Prefer32Bit>false</Prefer32Bit>
50  </PropertyGroup>
51  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
52    <OutputPath>bin\x64\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x64</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>bin\x86\Debug\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>false</Prefer32Bit>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
72    <OutputPath>bin\x86\Release\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
79    <Prefer32Bit>false</Prefer32Bit>
80  </PropertyGroup>
81  <ItemGroup>
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="AlgorithmNodeView.cs">
94      <SubType>UserControl</SubType>
95    </Compile>
96    <Compile Include="AlgorithmNodeView.Designer.cs">
97      <DependentUpon>AlgorithmNodeView.cs</DependentUpon>
98    </Compile>
99    <Compile Include="Plugin.cs" />
100    <Compile Include="Programmable\ProgrammableNodeView.cs">
101      <SubType>UserControl</SubType>
102    </Compile>
103    <Compile Include="Programmable\ProgrammableNodeView.Designer.cs">
104      <DependentUpon>ProgrammableNodeView.cs</DependentUpon>
105    </Compile>
106    <Compile Include="Programmable\ProgrammableNetworkView.cs">
107      <SubType>UserControl</SubType>
108    </Compile>
109    <Compile Include="Programmable\ProgrammableNetworkView.Designer.cs">
110      <DependentUpon>ProgrammableNetworkView.cs</DependentUpon>
111    </Compile>
112    <Compile Include="Programmable\ProgrammableNetworkItemView.cs">
113      <SubType>UserControl</SubType>
114    </Compile>
115    <Compile Include="Programmable\ProgrammableNetworkItemView.Designer.cs">
116      <DependentUpon>ProgrammableNetworkItemView.cs</DependentUpon>
117    </Compile>
118    <Compile Include="Programmable\UserDefinedNetworkView.cs">
119      <SubType>UserControl</SubType>
120    </Compile>
121    <Compile Include="Programmable\UserDefinedNetworkView.Designer.cs">
122      <DependentUpon>UserDefinedNetworkView.cs</DependentUpon>
123    </Compile>
124    <Compile Include="Programmable\UserDefinedNodeView.cs">
125      <SubType>UserControl</SubType>
126    </Compile>
127    <Compile Include="Programmable\UserDefinedNodeView.Designer.cs">
128      <DependentUpon>UserDefinedNodeView.cs</DependentUpon>
129    </Compile>
130    <Compile Include="Properties\AssemblyInfo.cs" />
131    <Compile Include="UserDefinedMessagePortView.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="UserDefinedMessagePortView.Designer.cs">
135      <DependentUpon>UserDefinedMessagePortView.cs</DependentUpon>
136    </Compile>
137  </ItemGroup>
138  <ItemGroup>
139    <None Include="HeuristicLab.snk" />
140    <None Include="Plugin.cs.frame" />
141    <None Include="Properties\AssemblyInfo.cs.frame" />
142  </ItemGroup>
143  <ItemGroup>
144    <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
145      <Project>{489cfe09-fdf7-4c89-bab5-bd09cadd61ad}</Project>
146      <Name>HeuristicLab.CodeEditor-3.3</Name>
147      <Private>False</Private>
148    </ProjectReference>
149    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
150      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
151      <Name>HeuristicLab.Collections-3.3</Name>
152      <Private>False</Private>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
155      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
156      <Name>HeuristicLab.Common.Resources-3.3</Name>
157      <Private>False</Private>
158    </ProjectReference>
159    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
160      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
161      <Name>HeuristicLab.Common-3.3</Name>
162      <Private>False</Private>
163    </ProjectReference>
164    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
165      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
166      <Name>HeuristicLab.Core.Views-3.3</Name>
167      <Private>False</Private>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
170      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
171      <Name>HeuristicLab.Core-3.3</Name>
172      <Private>False</Private>
173    </ProjectReference>
174    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
175      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
176      <Name>HeuristicLab.Data-3.3</Name>
177      <Private>False</Private>
178    </ProjectReference>
179    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
180      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
181      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
182      <Private>False</Private>
183    </ProjectReference>
184    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
185      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
186      <Name>HeuristicLab.MainForm-3.3</Name>
187      <Private>False</Private>
188    </ProjectReference>
189    <ProjectReference Include="..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
190      <Project>{c49cb749-8b24-4628-8003-e86475749410}</Project>
191      <Name>HeuristicLab.Operators.Views-3.3</Name>
192      <Private>False</Private>
193    </ProjectReference>
194    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
195      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
196      <Name>HeuristicLab.Operators-3.3</Name>
197      <Private>False</Private>
198    </ProjectReference>
199    <ProjectReference Include="..\..\HeuristicLab.Networks\3.3\HeuristicLab.Networks-3.3.csproj">
200      <Project>{7cf51332-0e37-447c-8017-82a258c59ef2}</Project>
201      <Name>HeuristicLab.Optimization.Networks-3.3</Name>
202      <Private>False</Private>
203    </ProjectReference>
204    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
205      <Project>{662b4b15-8f4d-4ae5-b3eb-d91c215f5af2}</Project>
206      <Name>HeuristicLab.Optimization.Views-3.3</Name>
207      <Private>False</Private>
208    </ProjectReference>
209    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
210      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
211      <Name>HeuristicLab.Optimization-3.3</Name>
212      <Private>False</Private>
213    </ProjectReference>
214    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
215      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
216      <Name>HeuristicLab.Persistence-3.3</Name>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
219      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
220      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
221      <Private>False</Private>
222    </ProjectReference>
223    <ProjectReference Include="..\..\HeuristicLab.Scripting.Views\3.3\HeuristicLab.Scripting.Views-3.3.csproj">
224      <Project>{0c2917c8-7aa8-4e18-800a-c4d064f992ed}</Project>
225      <Name>HeuristicLab.Scripting.Views-3.3</Name>
226    </ProjectReference>
227    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
228      <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
229      <Name>HeuristicLab.Scripting-3.3</Name>
230    </ProjectReference>
231  </ItemGroup>
232  <ItemGroup />
233  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
234  <PropertyGroup>
235    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
236set ProjectDir=$(ProjectDir)
237set SolutionDir=$(SolutionDir)
238set Outdir=$(Outdir)
239
240call PreBuildEvent.cmd
241</PreBuildEvent>
242  </PropertyGroup>
243  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
244       Other similar extension points exist, see Microsoft.Common.targets.
245  <Target Name="BeforeBuild">
246  </Target>
247  <Target Name="AfterBuild">
248  </Target>
249  -->
250</Project>
Note: See TracBrowser for help on using the repository browser.