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 @ 11412

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

#2205: Worked on optimization networks

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