Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter/HeuristicLab.DataImporter.csproj @ 17107

Last change on this file since 17107 was 17107, checked in by abeham, 5 years ago

#1734: Fixed references

File size: 7.9 KB
RevLine 
[6133]1<?xml version="1.0" encoding="utf-8"?>
[16566]2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[6133]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>{C384CD15-EAB7-4CE3-9FBB-FE41F7F47E4F}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.DataImporter</RootNamespace>
12    <AssemblyName>HeuristicLab.DataImporter-1.0</AssemblyName>
[16566]13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
[6133]14    <FileAlignment>512</FileAlignment>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation />
19    <PublishUrl>publish\</PublishUrl>
20    <Install>true</Install>
21    <InstallFrom>Disk</InstallFrom>
22    <UpdateEnabled>false</UpdateEnabled>
23    <UpdateMode>Foreground</UpdateMode>
24    <UpdateInterval>7</UpdateInterval>
25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26    <UpdatePeriodically>false</UpdatePeriodically>
27    <UpdateRequired>false</UpdateRequired>
28    <MapFileExtensions>true</MapFileExtensions>
29    <ApplicationRevision>0</ApplicationRevision>
30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31    <IsWebBootstrapper>false</IsWebBootstrapper>
32    <UseApplicationTrust>false</UseApplicationTrust>
33    <BootstrapperEnabled>true</BootstrapperEnabled>
34    <TargetFrameworkProfile />
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37    <DebugSymbols>true</DebugSymbols>
38    <DebugType>full</DebugType>
39    <Optimize>false</Optimize>
[15690]40    <OutputPath>..\..\..\trunk\bin\</OutputPath>
[6133]41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <ErrorReport>prompt</ErrorReport>
43    <WarningLevel>4</WarningLevel>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]45    <Prefer32Bit>false</Prefer32Bit>
[6133]46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48    <DebugType>pdbonly</DebugType>
49    <Optimize>true</Optimize>
[15690]50    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]51    <DefineConstants>TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]55    <Prefer32Bit>false</Prefer32Bit>
[6133]56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
[15690]59    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]65    <Prefer32Bit>false</Prefer32Bit>
[6133]66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[15690]68    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]75    <Prefer32Bit>false</Prefer32Bit>
[6133]76  </PropertyGroup>
77  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
78    <DebugSymbols>true</DebugSymbols>
[15690]79    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]85    <Prefer32Bit>false</Prefer32Bit>
[6133]86  </PropertyGroup>
87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[15690]88    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]89    <DefineConstants>TRACE</DefineConstants>
90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x86</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]95    <Prefer32Bit>false</Prefer32Bit>
[6133]96  </PropertyGroup>
97  <ItemGroup>
[7240]98    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
[15690]99      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[7240]100      <Private>False</Private>
[6133]101    </Reference>
102    <Reference Include="System" />
[17107]103    <Reference Include="System.Core" />
104    <Reference Include="System.Xml.Linq" />
105    <Reference Include="System.Data.DataSetExtensions" />
[6133]106    <Reference Include="System.Data" />
107    <Reference Include="System.Xml" />
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="Properties\AssemblyInfo.cs" />
111  </ItemGroup>
112  <ItemGroup>
[7632]113    <None Include="Properties\AssemblyInfo.cs.frame" />
[6133]114  </ItemGroup>
115  <ItemGroup>
116    <ProjectReference Include="..\HeuristicLab.DataImporter.Backend.Csv\HeuristicLab.DataImporter.Backend.Csv.csproj">
117      <Project>{F83B3E02-FCAA-46CA-8712-C41B960D19C3}</Project>
118      <Name>HeuristicLab.DataImporter.Backend.Csv</Name>
[7240]119      <Private>False</Private>
[6133]120    </ProjectReference>
121    <ProjectReference Include="..\HeuristicLab.DataImporter.Backend.Hl2ImporterFormat\HeuristicLab.DataImporter.Backend.Hl2ImporterFormat.csproj">
122      <Project>{67E69744-D0D3-48C3-8F9D-51EE1A64E3F6}</Project>
123      <Name>HeuristicLab.DataImporter.Backend.Hl2ImporterFormat</Name>
[7240]124      <Private>False</Private>
[6133]125    </ProjectReference>
126    <ProjectReference Include="..\HeuristicLab.DataImporter.Command\HeuristicLab.DataImporter.Command.csproj">
127      <Project>{62625144-AC9E-4970-A79C-882B72A1601C}</Project>
128      <Name>HeuristicLab.DataImporter.Command</Name>
[7240]129      <Private>False</Private>
[6133]130    </ProjectReference>
131    <ProjectReference Include="..\HeuristicLab.DataImporter.DataProcessor\HeuristicLab.DataImporter.DataProcessor.csproj">
132      <Project>{D7EE47DB-4D07-4BAC-9E9F-3F0393AEF605}</Project>
133      <Name>HeuristicLab.DataImporter.DataProcessor</Name>
[7240]134      <Private>False</Private>
[6133]135    </ProjectReference>
136    <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj">
137      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
138      <Name>HeuristicLab.DataImporter.Data</Name>
[7240]139      <Private>False</Private>
[6133]140    </ProjectReference>
141  </ItemGroup>
142  <ItemGroup>
143    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
144      <Visible>False</Visible>
145      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
146      <Install>false</Install>
147    </BootstrapperPackage>
148    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
149      <Visible>False</Visible>
150      <ProductName>.NET Framework 3.5 SP1</ProductName>
151      <Install>true</Install>
152    </BootstrapperPackage>
153    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
154      <Visible>False</Visible>
155      <ProductName>Windows Installer 3.1</ProductName>
156      <Install>true</Install>
157    </BootstrapperPackage>
158  </ItemGroup>
159  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
160  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
161       Other similar extension points exist, see Microsoft.Common.targets.
162  <Target Name="BeforeBuild">
163  </Target>
164  <Target Name="AfterBuild">
165  </Target>
166  -->
167  <PropertyGroup>
168    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
169set ProjectDir=$(ProjectDir)
170set SolutionDir=$(SolutionDir)
171set Outdir=$(Outdir)
172set Platform=$(PlatformName)
[7240]173</PostBuildEvent>
[6133]174    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
175set ProjectDir=$(ProjectDir)
176set SolutionDir=$(SolutionDir)
177set Outdir=$(Outdir)
178
179call PreBuildEvent.cmd</PreBuildEvent>
180  </PropertyGroup>
181</Project>
Note: See TracBrowser for help on using the repository browser.