Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446.csproj @ 2790

Last change on this file since 2790 was 2782, checked in by mkommend, 14 years ago

added test application for netron (ticket #867)

File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{BB994448-2B21-4564-BB2E-38D8FFF8CF18}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Netron</RootNamespace>
12    <AssemblyName>HeuristicLab.Netron-3.0.2672.12446</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="System" />
37    <Reference Include="System.Core">
38      <RequiredTargetFramework>3.5</RequiredTargetFramework>
39    </Reference>
40    <Reference Include="System.Drawing" />
41    <Reference Include="System.Windows.Forms" />
42    <Reference Include="System.Xml.Linq">
43      <RequiredTargetFramework>3.5</RequiredTargetFramework>
44    </Reference>
45    <Reference Include="System.Data.DataSetExtensions">
46      <RequiredTargetFramework>3.5</RequiredTargetFramework>
47    </Reference>
48    <Reference Include="System.Data" />
49    <Reference Include="System.Xml" />
50  </ItemGroup>
51  <ItemGroup>
52    <Compile Include="NetronForm.cs">
53      <SubType>Form</SubType>
54    </Compile>
55    <Compile Include="NetronForm.Designer.cs">
56      <DependentUpon>NetronForm.cs</DependentUpon>
57    </Compile>
58    <Compile Include="NetronTestApplication.cs" />
59    <Compile Include="NetronVisualization.cs">
60      <SubType>Component</SubType>
61    </Compile>
62    <Compile Include="NetronVisualization.Designer.cs">
63      <DependentUpon>NetronVisualization.cs</DependentUpon>
64    </Compile>
65    <Compile Include="Ants.cs" />
66    <Compile Include="Controller.cs" />
67    <Compile Include="Ghosts.cs" />
68    <Compile Include="HeuristicLabNetronPlugin.cs" />
69    <Compile Include="Properties\AssemblyInfo.cs" />
70    <Compile Include="TextEditor.cs" />
71    <Compile Include="View.cs" />
72  </ItemGroup>
73  <ItemGroup>
74    <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
75      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
76      <Name>HeuristicLab.PluginInfrastructure</Name>
77    </ProjectReference>
78    <ProjectReference Include="..\Netron.Diagramming.Core-3.0.2672.12446\Netron.Diagramming.Core-3.0.2672.12446.csproj">
79      <Project>{96AEBBEE-4203-45F3-BCF5-7B73BF256BDA}</Project>
80      <Name>Netron.Diagramming.Core-3.0.2672.12446</Name>
81    </ProjectReference>
82  </ItemGroup>
83  <ItemGroup>
84    <Content Include="Netron.Diagramming.Core License.txt">
85      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
86    </Content>
87  </ItemGroup>
88  <ItemGroup>
89    <None Include="HeuristicLab.snk" />
90  </ItemGroup>
91  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
93       Other similar extension points exist, see Microsoft.Common.targets.
94  <Target Name="BeforeBuild">
95  </Target>
96  <Target Name="AfterBuild">
97  </Target>
98  -->
99  <PropertyGroup>
100    <PreBuildEvent>
101    </PreBuildEvent>
102  </PropertyGroup>
103</Project>
Note: See TracBrowser for help on using the repository browser.