[6983] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Services.Hive.DataAccess</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Services.Hive.DataAccess-3.3</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <TargetFrameworkProfile />
|
---|
| 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
| 21 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
| 25 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | <DocumentationFile>
|
---|
| 35 | </DocumentationFile>
|
---|
| 36 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 39 | <DebugSymbols>true</DebugSymbols>
|
---|
| 40 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 41 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 42 | <DebugType>full</DebugType>
|
---|
| 43 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 46 | </PropertyGroup>
|
---|
| 47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 48 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 49 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 50 | <DocumentationFile>
|
---|
| 51 | </DocumentationFile>
|
---|
| 52 | <Optimize>true</Optimize>
|
---|
| 53 | <DebugType>pdbonly</DebugType>
|
---|
| 54 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 55 | <ErrorReport>prompt</ErrorReport>
|
---|
| 56 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 57 | </PropertyGroup>
|
---|
| 58 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 59 | <DebugSymbols>true</DebugSymbols>
|
---|
| 60 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 61 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 62 | <DebugType>full</DebugType>
|
---|
| 63 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 64 | <ErrorReport>prompt</ErrorReport>
|
---|
| 65 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 66 | </PropertyGroup>
|
---|
| 67 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 68 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 69 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 70 | <DocumentationFile>
|
---|
| 71 | </DocumentationFile>
|
---|
| 72 | <Optimize>true</Optimize>
|
---|
| 73 | <DebugType>pdbonly</DebugType>
|
---|
| 74 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 75 | <ErrorReport>prompt</ErrorReport>
|
---|
| 76 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 77 | </PropertyGroup>
|
---|
| 78 | <PropertyGroup>
|
---|
| 79 | <SignAssembly>true</SignAssembly>
|
---|
| 80 | </PropertyGroup>
|
---|
| 81 | <PropertyGroup>
|
---|
| 82 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 83 | </PropertyGroup>
|
---|
| 84 | <ItemGroup>
|
---|
| 85 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 86 | <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 87 | </Reference>
|
---|
| 88 | <Reference Include="System" />
|
---|
| 89 | <Reference Include="System.Core" />
|
---|
| 90 | <Reference Include="System.Data.Linq" />
|
---|
| 91 | <Reference Include="System.Transactions" />
|
---|
| 92 | <Reference Include="System.Windows.Forms" />
|
---|
| 93 | <Reference Include="System.Xml.Linq" />
|
---|
| 94 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 95 | <Reference Include="System.Data" />
|
---|
| 96 | <Reference Include="System.Xml" />
|
---|
| 97 | </ItemGroup>
|
---|
| 98 | <ItemGroup>
|
---|
| 99 | <None Include="Plugin.cs.frame" />
|
---|
| 100 | <Compile Include="Enums\Command.cs" />
|
---|
[9363] | 101 | <Compile Include="Enums\DowntimeType.cs" />
|
---|
[6983] | 102 | <Compile Include="Enums\CpuArchitecture.cs" />
|
---|
| 103 | <Compile Include="Plugin.cs" />
|
---|
| 104 | <Compile Include="HiveDataContext.cs">
|
---|
| 105 | <DependentUpon>HiveDataContext.dbml</DependentUpon>
|
---|
| 106 | </Compile>
|
---|
| 107 | <Compile Include="HiveDataContext.designer.cs">
|
---|
| 108 | <AutoGen>True</AutoGen>
|
---|
| 109 | <DesignTime>True</DesignTime>
|
---|
| 110 | <DependentUpon>HiveDataContext.dbml</DependentUpon>
|
---|
| 111 | </Compile>
|
---|
| 112 | <Compile Include="ITransactionManager.cs" />
|
---|
| 113 | <Compile Include="Enums\TaskState.cs" />
|
---|
| 114 | <Compile Include="Logger.cs" />
|
---|
| 115 | <Compile Include="Enums\Permission.cs" />
|
---|
| 116 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 117 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[8266] | 118 | <Compile Include="Settings.cs" />
|
---|
[6983] | 119 | <Compile Include="Settings.Designer.cs">
|
---|
| 120 | <AutoGen>True</AutoGen>
|
---|
| 121 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 122 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 123 | </Compile>
|
---|
| 124 | <Compile Include="Enums\SlaveState.cs" />
|
---|
| 125 | <Compile Include="TransactionManager.cs" />
|
---|
| 126 | </ItemGroup>
|
---|
| 127 | <ItemGroup>
|
---|
| 128 | <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
|
---|
| 129 | </ItemGroup>
|
---|
| 130 | <ItemGroup>
|
---|
| 131 | <None Include="app.config">
|
---|
| 132 | <SubType>Designer</SubType>
|
---|
| 133 | </None>
|
---|
| 134 | <None Include="HeuristicLab.snk" />
|
---|
| 135 | <None Include="HiveDataContext.dbml">
|
---|
| 136 | <Generator>MSLinqToSQLGenerator</Generator>
|
---|
| 137 | <LastGenOutput>HiveDataContext.designer.cs</LastGenOutput>
|
---|
| 138 | <SubType>Designer</SubType>
|
---|
| 139 | </None>
|
---|
| 140 | <None Include="Settings.settings">
|
---|
| 141 | <Generator>PublicSettingsSingleFileGenerator</Generator>
|
---|
| 142 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 143 | </None>
|
---|
| 144 | </ItemGroup>
|
---|
| 145 | <ItemGroup>
|
---|
| 146 | <None Include="HiveDataContext.dbml.layout">
|
---|
| 147 | <DependentUpon>HiveDataContext.dbml</DependentUpon>
|
---|
| 148 | </None>
|
---|
| 149 | </ItemGroup>
|
---|
| 150 | <ItemGroup>
|
---|
| 151 | <Content Include="SQL Scripts\Initialize Hive Database.sql" />
|
---|
| 152 | <Content Include="SQL Scripts\Prepare Hive Database.sql" />
|
---|
| 153 | </ItemGroup>
|
---|
| 154 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 155 | <PropertyGroup>
|
---|
| 156 | <PostBuildEvent>
|
---|
| 157 | </PostBuildEvent>
|
---|
| 158 | </PropertyGroup>
|
---|
| 159 | <PropertyGroup>
|
---|
[9363] | 160 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[6983] | 161 | set ProjectDir=$(ProjectDir)
|
---|
| 162 | set SolutionDir=$(SolutionDir)
|
---|
| 163 | set Outdir=$(Outdir)
|
---|
| 164 |
|
---|
| 165 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[9363] | 166 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 167 | export ProjectDir=$(ProjectDir)
|
---|
| 168 | export SolutionDir=$(SolutionDir)
|
---|
| 169 |
|
---|
| 170 | $SolutionDir/PreBuildEvent.sh
|
---|
| 171 | </PreBuildEvent>
|
---|
[6983] | 172 | </PropertyGroup>
|
---|
| 173 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 174 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 175 | <Target Name="BeforeBuild">
|
---|
| 176 | </Target>
|
---|
| 177 | <Target Name="AfterBuild">
|
---|
| 178 | </Target>
|
---|
| 179 | -->
|
---|
| 180 | </Project> |
---|