Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre/HeuristicLab.igraph-0.8.0-pre.csproj @ 14234

Last change on this file since 14234 was 14234, checked in by abeham, 8 years ago

#2651: initial commit of igraph in ExtLibs

File size: 3.6 KB
RevLine 
[14234]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.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>{088D34F2-32EA-43FF-BAA8-22428D5B66BE}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.igraph</RootNamespace>
11    <AssemblyName>HeuristicLab.igraph-0.8.0-pre</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>..\..\..\..\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25    <DebugType>pdbonly</DebugType>
26    <Optimize>true</Optimize>
27    <OutputPath>..\..\..\..\bin\</OutputPath>
28    <DefineConstants>TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31  </PropertyGroup>
32  <PropertyGroup>
33    <SignAssembly>true</SignAssembly>
34  </PropertyGroup>
35  <PropertyGroup>
36    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
37  </PropertyGroup>
38  <ItemGroup>
39    <Reference Include="System" />
40    <Reference Include="System.Core" />
41    <Reference Include="System.Xml.Linq" />
42    <Reference Include="System.Data.DataSetExtensions" />
43    <Reference Include="Microsoft.CSharp" />
44    <Reference Include="System.Data" />
45    <Reference Include="System.Xml" />
46  </ItemGroup>
47  <ItemGroup>
48    <Compile Include="DllImporter.cs" />
49    <Compile Include="Wrappers\Graph.cs" />
50    <Compile Include="Wrappers\Matrix.cs" />
51    <Compile Include="Plugin.cs" />
52    <Compile Include="Properties\AssemblyInfo.cs" />
53    <Compile Include="Datatypes.cs" />
54  </ItemGroup>
55  <ItemGroup>
56    <None Include="HeuristicLab.snk" />
57  </ItemGroup>
58  <ItemGroup>
59    <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
60      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
61      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
62      <Private>False</Private>
63    </ProjectReference>
64  </ItemGroup>
65  <ItemGroup>
66    <Content Include="igraph-0.8.0-pre-license.txt">
67      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
68    </Content>
69    <Content Include="igraph-0.8.0-pre-x64.dll">
70      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
71    </Content>
72    <Content Include="igraph-0.8.0-pre-x86.dll">
73      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
74    </Content>
75  </ItemGroup>
76  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
77  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
78       Other similar extension points exist, see Microsoft.Common.targets.
79  <Target Name="BeforeBuild">
80  </Target>
81  <Target Name="AfterBuild">
82  </Target>
83  -->
84</Project>
Note: See TracBrowser for help on using the repository browser.