[11063] | 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>
|
---|
[11577] | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[11063] | 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>
|
---|
[12232] | 20 | <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
|
---|
[11063] | 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>
|
---|
[11823] | 28 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11063] | 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>
|
---|
[11423] | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
[11823] | 41 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11423] | 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 47 | </PropertyGroup>
|
---|
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[11823] | 49 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11423] | 50 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 51 | <Optimize>true</Optimize>
|
---|
| 52 | <DebugType>pdbonly</DebugType>
|
---|
| 53 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 56 | </PropertyGroup>
|
---|
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 58 | <DebugSymbols>true</DebugSymbols>
|
---|
[11823] | 59 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11423] | 60 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 61 | <DebugType>full</DebugType>
|
---|
| 62 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 63 | <ErrorReport>prompt</ErrorReport>
|
---|
| 64 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 65 | </PropertyGroup>
|
---|
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[11823] | 67 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11423] | 68 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 69 | <Optimize>true</Optimize>
|
---|
| 70 | <DebugType>pdbonly</DebugType>
|
---|
| 71 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 72 | <ErrorReport>prompt</ErrorReport>
|
---|
| 73 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 74 | </PropertyGroup>
|
---|
[11063] | 75 | <ItemGroup>
|
---|
[12232] | 76 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 77 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 78 | <Private>False</Private>
|
---|
| 79 | </Reference>
|
---|
| 80 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 81 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 82 | <Private>False</Private>
|
---|
| 83 | </Reference>
|
---|
| 84 | <Reference Include="HeuristicLab.MainForm-3.3">
|
---|
| 85 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
|
---|
| 86 | <Private>False</Private>
|
---|
| 87 | </Reference>
|
---|
| 88 | <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
|
---|
| 89 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
|
---|
| 90 | <Private>False</Private>
|
---|
| 91 | </Reference>
|
---|
| 92 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 93 | <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 94 | <Private>False</Private>
|
---|
| 95 | </Reference>
|
---|
[11063] | 96 | <Reference Include="System" />
|
---|
| 97 | <Reference Include="System.Core" />
|
---|
| 98 | <Reference Include="System.Drawing" />
|
---|
| 99 | <Reference Include="System.Windows.Forms" />
|
---|
| 100 | <Reference Include="System.Xml.Linq" />
|
---|
| 101 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 102 | <Reference Include="Microsoft.CSharp" />
|
---|
| 103 | <Reference Include="System.Data" />
|
---|
| 104 | <Reference Include="System.Xml" />
|
---|
| 105 | </ItemGroup>
|
---|
| 106 | <ItemGroup>
|
---|
| 107 | <Compile Include="IModelerUserInterfaceItemProvider.cs" />
|
---|
| 108 | <Compile Include="ModelerDockingMainForm.cs">
|
---|
| 109 | <SubType>Form</SubType>
|
---|
| 110 | </Compile>
|
---|
| 111 | <Compile Include="ModelerDockingMainForm.Designer.cs">
|
---|
| 112 | <DependentUpon>ModelerDockingMainForm.cs</DependentUpon>
|
---|
| 113 | </Compile>
|
---|
| 114 | <Compile Include="Plugin.cs" />
|
---|
| 115 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 116 | <AutoGen>True</AutoGen>
|
---|
| 117 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 118 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 119 | </Compile>
|
---|
| 120 | <None Include="app.config" />
|
---|
| 121 | <None Include="HeuristicLab.snk" />
|
---|
| 122 | <None Include="Plugin.cs.frame" />
|
---|
| 123 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 124 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 125 | <None Include="Properties\Settings.settings">
|
---|
| 126 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 127 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 128 | </None>
|
---|
| 129 | </ItemGroup>
|
---|
| 130 | <ItemGroup>
|
---|
| 131 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 132 | <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
|
---|
| 133 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
| 134 | <Private>False</Private>
|
---|
| 135 | </ProjectReference>
|
---|
| 136 | </ItemGroup>
|
---|
| 137 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 138 | <PropertyGroup>
|
---|
| 139 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 140 | set ProjectDir=$(ProjectDir)
|
---|
| 141 | set SolutionDir=$(SolutionDir)
|
---|
| 142 | set Outdir=$(Outdir)
|
---|
| 143 |
|
---|
| 144 | call PreBuildEvent.cmd
|
---|
| 145 | </PreBuildEvent>
|
---|
| 146 | </PropertyGroup>
|
---|
| 147 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 148 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 149 | <Target Name="BeforeBuild">
|
---|
| 150 | </Target>
|
---|
| 151 | <Target Name="AfterBuild">
|
---|
| 152 | </Target>
|
---|
| 153 | -->
|
---|
| 154 | </Project> |
---|