Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2522_RefactorPluginInfrastructure/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre/HeuristicLab.IGraph-0.8.0-pre.csproj @ 16144

Last change on this file since 16144 was 16144, checked in by jkarder, 6 years ago

#2522: reverse merged r16143

File size: 3.9 KB
Line 
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    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="System" />
42    <Reference Include="System.Core" />
43    <Reference Include="System.Xml.Linq" />
44    <Reference Include="System.Data.DataSetExtensions" />
45    <Reference Include="Microsoft.CSharp" />
46    <Reference Include="System.Data" />
47    <Reference Include="System.Xml" />
48  </ItemGroup>
49  <ItemGroup>
50    <Compile Include="DllImporter.cs" />
51    <Compile Include="Wrappers\Datatypes.cs" />
52    <Compile Include="Wrappers\Graph.cs" />
53    <Compile Include="Wrappers\Matrix.cs" />
54    <Compile Include="Plugin.cs" />
55    <Compile Include="Properties\AssemblyInfo.cs" />
56    <Compile Include="Datatypes.cs" />
57    <Compile Include="Wrappers\Vector.cs" />
58  </ItemGroup>
59  <ItemGroup>
60    <None Include="HeuristicLab.snk" />
61  </ItemGroup>
62  <ItemGroup>
63    <ProjectReference Include="..\..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
64      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
65      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
66      <Private>False</Private>
67    </ProjectReference>
68  </ItemGroup>
69  <ItemGroup>
70    <Content Include="igraph-0.8.0-pre-license.txt">
71      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
72    </Content>
73    <Content Include="igraph-0.8.0-pre-x64.dll">
74      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
75    </Content>
76    <Content Include="igraph-0.8.0-pre-x86.dll">
77      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
78    </Content>
79    <Content Include="igraph_version.txt">
80      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
81    </Content>
82  </ItemGroup>
83  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
85       Other similar extension points exist, see Microsoft.Common.targets.
86  <Target Name="BeforeBuild">
87  </Target>
88  <Target Name="AfterBuild">
89  </Target>
90  -->
91</Project>
Note: See TracBrowser for help on using the repository browser.