Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Modeler/3.3/HeuristicLab.Modeler-3.3.csproj @ 11063

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

#2205: Added new empty plugins

File size: 5.4 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>{37B08E61-93B1-4184-AE21-F2B5DE8A40F8}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Modeler</RootNamespace>
11    <AssemblyName>HeuristicLab.Modeler-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="IModelerUserInterfaceItemProvider.cs" />
52    <Compile Include="ModelerDockingMainForm.cs">
53      <SubType>Form</SubType>
54    </Compile>
55    <Compile Include="ModelerDockingMainForm.Designer.cs">
56      <DependentUpon>ModelerDockingMainForm.cs</DependentUpon>
57    </Compile>
58    <Compile Include="Plugin.cs" />
59    <Compile Include="Properties\Settings.Designer.cs">
60      <AutoGen>True</AutoGen>
61      <DesignTimeSharedInput>True</DesignTimeSharedInput>
62      <DependentUpon>Settings.settings</DependentUpon>
63    </Compile>
64    <None Include="app.config" />
65    <None Include="HeuristicLab.snk" />
66    <None Include="Plugin.cs.frame" />
67    <Compile Include="Properties\AssemblyInfo.cs" />
68    <None Include="Properties\AssemblyInfo.cs.frame" />
69    <None Include="Properties\Settings.settings">
70      <Generator>SettingsSingleFileGenerator</Generator>
71      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
72    </None>
73  </ItemGroup>
74  <ItemGroup>
75    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
76      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
77      <Name>HeuristicLab.Common.Resources-3.3</Name>
78      <Private>False</Private>
79    </ProjectReference>
80    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
81      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
82      <Name>HeuristicLab.Common-3.3</Name>
83      <Private>False</Private>
84    </ProjectReference>
85    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
86      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
87      <Name>HeuristicLab.Core-3.3</Name>
88      <Private>False</Private>
89    </ProjectReference>
90    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
91      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
92      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
93      <Private>False</Private>
94    </ProjectReference>
95    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
96      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
97      <Name>HeuristicLab.MainForm-3.3</Name>
98      <Private>False</Private>
99    </ProjectReference>
100    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
101      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
102      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
103      <Private>False</Private>
104    </ProjectReference>
105  </ItemGroup>
106  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
107  <PropertyGroup>
108    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
109set ProjectDir=$(ProjectDir)
110set SolutionDir=$(SolutionDir)
111set Outdir=$(Outdir)
112
113call PreBuildEvent.cmd
114</PreBuildEvent>
115  </PropertyGroup>
116  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
117       Other similar extension points exist, see Microsoft.Common.targets.
118  <Target Name="BeforeBuild">
119  </Target>
120  <Target Name="AfterBuild">
121  </Target>
122  -->
123</Project>
Note: See TracBrowser for help on using the repository browser.