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