Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat/HeuristicLab.DataImporter.Backend.Hl2ImporterFormat.csproj @ 6133

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

#1471: imported generic parts of DataImporter from private code base

File size: 8.7 KB
Line 
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>{67E69744-D0D3-48C3-8F9D-51EE1A64E3F6}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.DataImporter.Backend.Hl2ImporterFormat</RootNamespace>
12    <AssemblyName>HeuristicLab.DataImporter.Backend.Hl2ImporterFormat-1.0</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>bin\x64\Debug\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>bin\x64\Release\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
76    <DebugSymbols>true</DebugSymbols>
77    <OutputPath>bin\x86\Debug\</OutputPath>
78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x86</PlatformTarget>
81    <ErrorReport>prompt</ErrorReport>
82    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
85    <OutputPath>bin\x86\Release\</OutputPath>
86    <DefineConstants>TRACE</DefineConstants>
87    <Optimize>true</Optimize>
88    <DebugType>pdbonly</DebugType>
89    <PlatformTarget>x86</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
92  </PropertyGroup>
93  <ItemGroup>
94    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
95      <SpecificVersion>False</SpecificVersion>
96      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
99      <SpecificVersion>False</SpecificVersion>
100      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
101    </Reference>
102    <Reference Include="System" />
103    <Reference Include="System.Core">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Drawing" />
107    <Reference Include="System.Windows.Forms" />
108    <Reference Include="System.Xml.Linq">
109      <RequiredTargetFramework>3.5</RequiredTargetFramework>
110    </Reference>
111    <Reference Include="System.Data.DataSetExtensions">
112      <RequiredTargetFramework>3.5</RequiredTargetFramework>
113    </Reference>
114    <Reference Include="System.Data" />
115    <Reference Include="System.Xml" />
116  </ItemGroup>
117  <ItemGroup>
118    <None Include="HeuristicLabDataImporterBackendHl2ImporterFormatPlugin.cs.frame" />
119    <Compile Include="Hl2ImporterCommand.cs" />
120    <Compile Include="Hl2ImporterView.cs">
121      <SubType>UserControl</SubType>
122    </Compile>
123    <Compile Include="Hl2ImporterView.Designer.cs">
124      <DependentUpon>Hl2ImporterView.cs</DependentUpon>
125    </Compile>
126    <Compile Include="HeuristicLabDataImporterBackendHl2ImporterFormatPlugin.cs" />
127    <Compile Include="Hl2Exporter.cs" />
128    <Compile Include="Hl2ExporterView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="Hl2ExporterView.Designer.cs">
132      <DependentUpon>Hl2ExporterView.cs</DependentUpon>
133    </Compile>
134    <Compile Include="Hl2Importer.cs" />
135    <Compile Include="Properties\AssemblyInfo.cs" />
136  </ItemGroup>
137  <ItemGroup>
138    <EmbeddedResource Include="Hl2ImporterView.resx">
139      <DependentUpon>Hl2ImporterView.cs</DependentUpon>
140    </EmbeddedResource>
141    <EmbeddedResource Include="Hl2ExporterView.resx">
142      <DependentUpon>Hl2ExporterView.cs</DependentUpon>
143      <SubType>Designer</SubType>
144    </EmbeddedResource>
145  </ItemGroup>
146  <ItemGroup>
147    <ProjectReference Include="..\HeuristicLab.DataImporter.DataProcessor\HeuristicLab.DataImporter.DataProcessor.csproj">
148      <Project>{D7EE47DB-4D07-4BAC-9E9F-3F0393AEF605}</Project>
149      <Name>HeuristicLab.DataImporter.DataProcessor</Name>
150    </ProjectReference>
151    <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj">
152      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
153      <Name>HeuristicLab.DataImporter.Data</Name>
154    </ProjectReference>
155  </ItemGroup>
156  <ItemGroup>
157    <None Include="HeuristicLab.snk" />
158    <None Include="Properties\AssemblyInfo.frame" />
159  </ItemGroup>
160  <ItemGroup>
161    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
162      <Visible>False</Visible>
163      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
164      <Install>false</Install>
165    </BootstrapperPackage>
166    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
167      <Visible>False</Visible>
168      <ProductName>.NET Framework 3.5 SP1</ProductName>
169      <Install>true</Install>
170    </BootstrapperPackage>
171    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
172      <Visible>False</Visible>
173      <ProductName>Windows Installer 3.1</ProductName>
174      <Install>true</Install>
175    </BootstrapperPackage>
176  </ItemGroup>
177  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
178  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
179       Other similar extension points exist, see Microsoft.Common.targets.
180  <Target Name="BeforeBuild">
181  </Target>
182  <Target Name="AfterBuild">
183  </Target>
184  -->
185  <PropertyGroup>
186    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
187set ProjectDir=$(ProjectDir)
188set SolutionDir=$(SolutionDir)
189set Outdir=$(Outdir)
190
191call PreBuildEvent.cmd
192SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataImporterBackendHl2ImporterFormatPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataImporterBackendHl2ImporterFormatPlugin.cs"</PreBuildEvent>
193  </PropertyGroup>
194</Project>
Note: See TracBrowser for help on using the repository browser.