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

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

#2205: Added new empty plugin HeuristicLab.Optimization.Networks.Views.

File size: 3.4 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.Xml.Linq" />
43    <Reference Include="System.Data.DataSetExtensions" />
44    <Reference Include="Microsoft.CSharp" />
45    <Reference Include="System.Data" />
46    <Reference Include="System.Xml" />
47  </ItemGroup>
48  <ItemGroup>
49    <Compile Include="Plugin.cs" />
50    <Compile Include="Properties\AssemblyInfo.cs" />
51  </ItemGroup>
52  <ItemGroup>
53    <None Include="HeuristicLab.snk" />
54    <None Include="Plugin.cs.frame" />
55    <None Include="Properties\AssemblyInfo.cs.frame" />
56  </ItemGroup>
57  <ItemGroup>
58    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
59      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
60      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
61      <Private>False</Private>
62    </ProjectReference>
63  </ItemGroup>
64  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
65  <PropertyGroup>
66    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
67set ProjectDir=$(ProjectDir)
68set SolutionDir=$(SolutionDir)
69set Outdir=$(Outdir)
70
71call PreBuildEvent.cmd
72</PreBuildEvent>
73  </PropertyGroup>
74  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
75       Other similar extension points exist, see Microsoft.Common.targets.
76  <Target Name="BeforeBuild">
77  </Target>
78  <Target Name="AfterBuild">
79  </Target>
80  -->
81</Project>
Note: See TracBrowser for help on using the repository browser.