Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter/HeuristicLab.DataImporter.csproj @ 6134

Last change on this file since 6134 was 6134, checked in by gkronber, 13 years ago

#1471: added plugin for DbExplorer interfaces, deleted .resx files, set svn:ignore properties, and added license header

File size: 7.9 KB
RevLine 
[6133]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>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>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
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>
40    <OutputPath>bin\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <ErrorReport>prompt</ErrorReport>
43    <WarningLevel>4</WarningLevel>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47    <DebugType>pdbonly</DebugType>
48    <Optimize>true</Optimize>
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <ErrorReport>prompt</ErrorReport>
52    <WarningLevel>4</WarningLevel>
53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
54  </PropertyGroup>
55  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
56    <DebugSymbols>true</DebugSymbols>
57    <OutputPath>bin\x64\Debug\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>full</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
65    <OutputPath>bin\x64\Release\</OutputPath>
66    <DefineConstants>TRACE</DefineConstants>
67    <Optimize>true</Optimize>
68    <DebugType>pdbonly</DebugType>
69    <PlatformTarget>x64</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
71    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
74    <DebugSymbols>true</DebugSymbols>
75    <OutputPath>bin\x86\Debug\</OutputPath>
76    <DefineConstants>DEBUG;TRACE</DefineConstants>
77    <DebugType>full</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81  </PropertyGroup>
82  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
83    <OutputPath>bin\x86\Release\</OutputPath>
84    <DefineConstants>TRACE</DefineConstants>
85    <Optimize>true</Optimize>
86    <DebugType>pdbonly</DebugType>
87    <PlatformTarget>x86</PlatformTarget>
88    <ErrorReport>prompt</ErrorReport>
89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
90  </PropertyGroup>
91  <ItemGroup>
92    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
93      <SpecificVersion>False</SpecificVersion>
94      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
95    </Reference>
96    <Reference Include="System" />
97    <Reference Include="System.Core">
98      <RequiredTargetFramework>3.5</RequiredTargetFramework>
99    </Reference>
100    <Reference Include="System.Xml.Linq">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data.DataSetExtensions">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Xml" />
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="Properties\AssemblyInfo.cs" />
111  </ItemGroup>
112  <ItemGroup>
113    <None Include="Properties\AssemblyInfo.frame" />
114    <None Include="UpdateLocalInstallation.cmd" />
115  </ItemGroup>
116  <ItemGroup>
117    <ProjectReference Include="..\HeuristicLab.DataImporter.Backend.Csv\HeuristicLab.DataImporter.Backend.Csv.csproj">
118      <Project>{F83B3E02-FCAA-46CA-8712-C41B960D19C3}</Project>
119      <Name>HeuristicLab.DataImporter.Backend.Csv</Name>
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>
124    </ProjectReference>
125    <ProjectReference Include="..\HeuristicLab.DataImporter.Command\HeuristicLab.DataImporter.Command.csproj">
126      <Project>{62625144-AC9E-4970-A79C-882B72A1601C}</Project>
127      <Name>HeuristicLab.DataImporter.Command</Name>
128    </ProjectReference>
129    <ProjectReference Include="..\HeuristicLab.DataImporter.DataProcessor\HeuristicLab.DataImporter.DataProcessor.csproj">
130      <Project>{D7EE47DB-4D07-4BAC-9E9F-3F0393AEF605}</Project>
131      <Name>HeuristicLab.DataImporter.DataProcessor</Name>
132    </ProjectReference>
133    <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj">
134      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
135      <Name>HeuristicLab.DataImporter.Data</Name>
136    </ProjectReference>
137  </ItemGroup>
138  <ItemGroup>
139    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
140      <Visible>False</Visible>
141      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
142      <Install>false</Install>
143    </BootstrapperPackage>
144    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
145      <Visible>False</Visible>
146      <ProductName>.NET Framework 3.5 SP1</ProductName>
147      <Install>true</Install>
148    </BootstrapperPackage>
149    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
150      <Visible>False</Visible>
151      <ProductName>Windows Installer 3.1</ProductName>
152      <Install>true</Install>
153    </BootstrapperPackage>
154  </ItemGroup>
155  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
156  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
157       Other similar extension points exist, see Microsoft.Common.targets.
158  <Target Name="BeforeBuild">
159  </Target>
160  <Target Name="AfterBuild">
161  </Target>
162  -->
163  <PropertyGroup>
164    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
165set ProjectDir=$(ProjectDir)
166set SolutionDir=$(SolutionDir)
167set Outdir=$(Outdir)
168set Platform=$(PlatformName)
169
170call UpdateLocalInstallation.cmd</PostBuildEvent>
171    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
172set ProjectDir=$(ProjectDir)
173set SolutionDir=$(SolutionDir)
174set Outdir=$(Outdir)
175
176call PreBuildEvent.cmd</PreBuildEvent>
177  </PropertyGroup>
178</Project>
Note: See TracBrowser for help on using the repository browser.