Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 11421 was 11421, checked in by swagner, 10 years ago

#2205: Worked on optimization networks

File size: 7.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.Optimization.Networks.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.Optimization.Networks.Views-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.0</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  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</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="System" />
41    <Reference Include="System.Core" />
42    <Reference Include="System.Drawing" />
43    <Reference Include="System.Windows.Forms" />
44    <Reference Include="System.Xml.Linq" />
45    <Reference Include="System.Data.DataSetExtensions" />
46    <Reference Include="Microsoft.CSharp" />
47    <Reference Include="System.Data" />
48    <Reference Include="System.Xml" />
49  </ItemGroup>
50  <ItemGroup>
51    <Compile Include="PortView.cs">
52      <SubType>UserControl</SubType>
53    </Compile>
54    <Compile Include="PortView.Designer.cs">
55      <DependentUpon>PortView.cs</DependentUpon>
56    </Compile>
57    <Compile Include="VariablesNodeView.cs">
58      <SubType>UserControl</SubType>
59    </Compile>
60    <Compile Include="VariablesNodeView.Designer.cs">
61      <DependentUpon>VariablesNodeView.cs</DependentUpon>
62    </Compile>
63    <Compile Include="AlgorithmNodeView.cs">
64      <SubType>UserControl</SubType>
65    </Compile>
66    <Compile Include="AlgorithmNodeView.Designer.cs">
67      <DependentUpon>AlgorithmNodeView.cs</DependentUpon>
68    </Compile>
69    <Compile Include="InputPortView.cs">
70      <SubType>UserControl</SubType>
71    </Compile>
72    <Compile Include="InputPortView.Designer.cs">
73      <DependentUpon>InputPortView.cs</DependentUpon>
74    </Compile>
75    <Compile Include="ValuePortView.cs">
76      <SubType>UserControl</SubType>
77    </Compile>
78    <Compile Include="ValuePortView.Designer.cs">
79      <DependentUpon>ValuePortView.cs</DependentUpon>
80    </Compile>
81    <Compile Include="NodeView.cs">
82      <SubType>UserControl</SubType>
83    </Compile>
84    <Compile Include="NodeView.Designer.cs">
85      <DependentUpon>NodeView.cs</DependentUpon>
86    </Compile>
87    <Compile Include="PortCollectionView.cs">
88      <SubType>UserControl</SubType>
89    </Compile>
90    <Compile Include="PortCollectionView.Designer.cs">
91      <DependentUpon>PortCollectionView.cs</DependentUpon>
92    </Compile>
93    <Compile Include="Plugin.cs" />
94    <Compile Include="Properties\AssemblyInfo.cs" />
95    <Compile Include="NetworkView.cs">
96      <SubType>UserControl</SubType>
97    </Compile>
98    <Compile Include="NetworkView.Designer.cs">
99      <DependentUpon>NetworkView.cs</DependentUpon>
100    </Compile>
101    <Compile Include="NodeCollectionView.cs">
102      <SubType>UserControl</SubType>
103    </Compile>
104    <Compile Include="NodeCollectionView.Designer.cs">
105      <DependentUpon>NodeCollectionView.cs</DependentUpon>
106    </Compile>
107  </ItemGroup>
108  <ItemGroup>
109    <None Include="HeuristicLab.snk" />
110    <None Include="Plugin.cs.frame" />
111    <None Include="Properties\AssemblyInfo.cs.frame" />
112  </ItemGroup>
113  <ItemGroup>
114    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
115      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
116      <Name>HeuristicLab.Collections-3.3</Name>
117    </ProjectReference>
118    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
119      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
120      <Name>HeuristicLab.Common.Resources-3.3</Name>
121    </ProjectReference>
122    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
123      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
124      <Name>HeuristicLab.Common-3.3</Name>
125    </ProjectReference>
126    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
127      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
128      <Name>HeuristicLab.Core.Views-3.3</Name>
129    </ProjectReference>
130    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
131      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
132      <Name>HeuristicLab.Core-3.3</Name>
133    </ProjectReference>
134    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
135      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
136      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
137    </ProjectReference>
138    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
139      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
140      <Name>HeuristicLab.MainForm-3.3</Name>
141    </ProjectReference>
142    <ProjectReference Include="..\..\HeuristicLab.Optimization.Networks\3.3\HeuristicLab.Optimization.Networks-3.3.csproj">
143      <Project>{7cf51332-0e37-447c-8017-82a258c59ef2}</Project>
144      <Name>HeuristicLab.Optimization.Networks-3.3</Name>
145    </ProjectReference>
146    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
147      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
148      <Name>HeuristicLab.Optimization-3.3</Name>
149    </ProjectReference>
150    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
151      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
152      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
153      <Private>False</Private>
154    </ProjectReference>
155  </ItemGroup>
156  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
157  <PropertyGroup>
158    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
159set ProjectDir=$(ProjectDir)
160set SolutionDir=$(SolutionDir)
161set Outdir=$(Outdir)
162
163call PreBuildEvent.cmd
164</PreBuildEvent>
165  </PropertyGroup>
166  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
167       Other similar extension points exist, see Microsoft.Common.targets.
168  <Target Name="BeforeBuild">
169  </Target>
170  <Target Name="AfterBuild">
171  </Target>
172  -->
173</Project>
Note: See TracBrowser for help on using the repository browser.