[1454] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[4065] | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[1454] | 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{A9E282EA-180F-4233-B809-AEDF0787545C}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Persistence.GUI</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Persistence.GUI-3.3</AssemblyName>
|
---|
[6866] | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 14 | <TargetFrameworkProfile>
|
---|
| 15 | </TargetFrameworkProfile>
|
---|
[1454] | 16 | <FileAlignment>512</FileAlignment>
|
---|
| 17 | <StartupObject>
|
---|
| 18 | </StartupObject>
|
---|
[4065] | 19 | <FileUpgradeFlags>
|
---|
| 20 | </FileUpgradeFlags>
|
---|
| 21 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 22 | <UpgradeBackupLocation />
|
---|
| 23 | <PublishUrl>publish\</PublishUrl>
|
---|
| 24 | <Install>true</Install>
|
---|
| 25 | <InstallFrom>Disk</InstallFrom>
|
---|
| 26 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 27 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 28 | <UpdateInterval>7</UpdateInterval>
|
---|
| 29 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 30 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 31 | <UpdateRequired>false</UpdateRequired>
|
---|
| 32 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 33 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 34 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 35 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 36 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 37 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[1454] | 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <DebugType>full</DebugType>
|
---|
| 42 | <Optimize>false</Optimize>
|
---|
[6866] | 43 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[1454] | 44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 47 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1454] | 48 | </PropertyGroup>
|
---|
| 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 50 | <DebugType>pdbonly</DebugType>
|
---|
| 51 | <Optimize>true</Optimize>
|
---|
[6866] | 52 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[1454] | 53 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | <WarningLevel>4</WarningLevel>
|
---|
[6866] | 56 | <DocumentationFile>
|
---|
| 57 | </DocumentationFile>
|
---|
[4065] | 58 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1454] | 59 | </PropertyGroup>
|
---|
[1474] | 60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 61 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 62 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[1474] | 63 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 64 | <DebugType>full</DebugType>
|
---|
| 65 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 66 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 67 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1474] | 68 | </PropertyGroup>
|
---|
| 69 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[6866] | 70 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[1474] | 71 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 72 | <Optimize>true</Optimize>
|
---|
| 73 | <DebugType>pdbonly</DebugType>
|
---|
| 74 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 75 | <ErrorReport>prompt</ErrorReport>
|
---|
[6866] | 76 | <DocumentationFile>
|
---|
| 77 | </DocumentationFile>
|
---|
[4065] | 78 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1474] | 79 | </PropertyGroup>
|
---|
| 80 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 81 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 82 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[1474] | 83 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 84 | <DebugType>full</DebugType>
|
---|
| 85 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 86 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 87 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1474] | 88 | </PropertyGroup>
|
---|
| 89 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[6866] | 90 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[1474] | 91 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 92 | <Optimize>true</Optimize>
|
---|
| 93 | <DebugType>pdbonly</DebugType>
|
---|
| 94 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 95 | <ErrorReport>prompt</ErrorReport>
|
---|
[6866] | 96 | <DocumentationFile>
|
---|
| 97 | </DocumentationFile>
|
---|
[4065] | 98 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[1474] | 99 | </PropertyGroup>
|
---|
[8645] | 100 | <PropertyGroup>
|
---|
| 101 | <SignAssembly>true</SignAssembly>
|
---|
| 102 | </PropertyGroup>
|
---|
| 103 | <PropertyGroup>
|
---|
| 104 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 105 | </PropertyGroup>
|
---|
[1454] | 106 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 107 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 108 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 109 | <Target Name="BeforeBuild">
|
---|
| 110 | </Target>
|
---|
| 111 | <Target Name="AfterBuild">
|
---|
| 112 | </Target>
|
---|
| 113 | -->
|
---|
| 114 | <ItemGroup>
|
---|
[3732] | 115 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 116 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 117 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[6866] | 118 | <Private>False</Private>
|
---|
[3732] | 119 | </ProjectReference>
|
---|
[1534] | 120 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
[1454] | 121 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
[1534] | 122 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
[6866] | 123 | <Private>False</Private>
|
---|
[1454] | 124 | </ProjectReference>
|
---|
[3832] | 125 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
[1454] | 126 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
[3832] | 127 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[6866] | 128 | <Private>False</Private>
|
---|
[1454] | 129 | </ProjectReference>
|
---|
| 130 | </ItemGroup>
|
---|
| 131 | <ItemGroup>
|
---|
[8645] | 132 | <None Include="HeuristicLab.snk" />
|
---|
[6866] | 133 | <None Include="Plugin.cs.frame" />
|
---|
[3003] | 134 | <Compile Include="PersistenceAnalysis.cs" />
|
---|
[1454] | 135 | <Compile Include="PersistenceConfigurationForm.cs">
|
---|
| 136 | <SubType>Form</SubType>
|
---|
| 137 | </Compile>
|
---|
| 138 | <Compile Include="PersistenceConfigurationForm.Designer.cs">
|
---|
| 139 | <DependentUpon>PersistenceConfigurationForm.cs</DependentUpon>
|
---|
| 140 | </Compile>
|
---|
[6866] | 141 | <Compile Include="Plugin.cs" />
|
---|
[1454] | 142 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[1658] | 143 | <Compile Include="TypeExtensions.cs" />
|
---|
[1454] | 144 | </ItemGroup>
|
---|
| 145 | <ItemGroup>
|
---|
| 146 | <Reference Include="System" />
|
---|
| 147 | <Reference Include="System.Core">
|
---|
| 148 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 149 | </Reference>
|
---|
| 150 | <Reference Include="System.Data" />
|
---|
| 151 | <Reference Include="System.Drawing" />
|
---|
| 152 | <Reference Include="System.Windows.Forms" />
|
---|
| 153 | <Reference Include="System.Xml" />
|
---|
| 154 | </ItemGroup>
|
---|
| 155 | <ItemGroup>
|
---|
| 156 | <EmbeddedResource Include="PersistenceConfigurationForm.resx">
|
---|
| 157 | <DependentUpon>PersistenceConfigurationForm.cs</DependentUpon>
|
---|
[3732] | 158 | <SubType>Designer</SubType>
|
---|
[1454] | 159 | </EmbeddedResource>
|
---|
| 160 | </ItemGroup>
|
---|
| 161 | <ItemGroup>
|
---|
| 162 | <None Include="app.config" />
|
---|
[6866] | 163 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[1454] | 164 | </ItemGroup>
|
---|
[4065] | 165 | <ItemGroup>
|
---|
| 166 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 167 | <Visible>False</Visible>
|
---|
| 168 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 169 | <Install>false</Install>
|
---|
| 170 | </BootstrapperPackage>
|
---|
| 171 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 172 | <Visible>False</Visible>
|
---|
| 173 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 174 | <Install>true</Install>
|
---|
| 175 | </BootstrapperPackage>
|
---|
| 176 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 177 | <Visible>False</Visible>
|
---|
| 178 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 179 | <Install>true</Install>
|
---|
| 180 | </BootstrapperPackage>
|
---|
| 181 | </ItemGroup>
|
---|
[1454] | 182 | <PropertyGroup>
|
---|
[8645] | 183 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[1454] | 184 | set ProjectDir=$(ProjectDir)
|
---|
| 185 | set SolutionDir=$(SolutionDir)
|
---|
| 186 | set Outdir=$(Outdir)
|
---|
| 187 |
|
---|
[2754] | 188 | call PreBuildEvent.cmd
|
---|
[6866] | 189 | </PreBuildEvent>
|
---|
[8645] | 190 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 191 | export ProjectDir=$(ProjectDir)
|
---|
| 192 | export SolutionDir=$(SolutionDir)
|
---|
| 193 |
|
---|
| 194 | $SolutionDir/PreBuildEvent.sh
|
---|
| 195 | </PreBuildEvent>
|
---|
[1454] | 196 | </PropertyGroup>
|
---|
| 197 | </Project> |
---|