Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1734: Fixed references

File size: 8.2 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>{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>
[16566]13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
[6133]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>
[15690]42    <OutputPath>..\..\..\trunk\bin\</OutputPath>
[6133]43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]47    <Prefer32Bit>false</Prefer32Bit>
[6133]48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
[15690]52    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]57    <Prefer32Bit>false</Prefer32Bit>
[6133]58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
60    <DebugSymbols>true</DebugSymbols>
[15690]61    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]67    <Prefer32Bit>false</Prefer32Bit>
[6133]68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[15690]70    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]71    <DefineConstants>TRACE</DefineConstants>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x64</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]77    <Prefer32Bit>false</Prefer32Bit>
[6133]78  </PropertyGroup>
79  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
80    <DebugSymbols>true</DebugSymbols>
[15690]81    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]82    <DefineConstants>DEBUG;TRACE</DefineConstants>
83    <DebugType>full</DebugType>
84    <PlatformTarget>x86</PlatformTarget>
85    <ErrorReport>prompt</ErrorReport>
86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]87    <Prefer32Bit>false</Prefer32Bit>
[6133]88  </PropertyGroup>
89  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[15690]90    <OutputPath>..\..\..\trunk\bin</OutputPath>
[6133]91    <DefineConstants>TRACE</DefineConstants>
92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x86</PlatformTarget>
95    <ErrorReport>prompt</ErrorReport>
96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11624]97    <Prefer32Bit>false</Prefer32Bit>
[6133]98  </PropertyGroup>
99  <ItemGroup>
[17107]100    <Reference Include="HEAL.Attic">
101      <HintPath>..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
102      <Private>False</Private>
[16566]103    </Reference>
[7240]104    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
[15690]105      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[7240]106      <Private>False</Private>
[6133]107    </Reference>
108    <Reference Include="System" />
[17107]109    <Reference Include="System.Core" />
[6133]110    <Reference Include="System.Drawing" />
111    <Reference Include="System.Windows.Forms" />
[17107]112    <Reference Include="System.Xml.Linq" />
113    <Reference Include="System.Data.DataSetExtensions" />
[6133]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    <ProjectReference Include="..\HeuristicLab.DataImporter.DataProcessor\HeuristicLab.DataImporter.DataProcessor.csproj">
139      <Project>{D7EE47DB-4D07-4BAC-9E9F-3F0393AEF605}</Project>
140      <Name>HeuristicLab.DataImporter.DataProcessor</Name>
[7240]141      <Private>False</Private>
[6133]142    </ProjectReference>
143    <ProjectReference Include="..\HeuristicLab.DataImporter.Data\HeuristicLab.DataImporter.Data.csproj">
144      <Project>{4A0EE09A-6D8A-458A-8FB0-3D18F88F7FEE}</Project>
145      <Name>HeuristicLab.DataImporter.Data</Name>
[7240]146      <Private>False</Private>
[6133]147    </ProjectReference>
148  </ItemGroup>
149  <ItemGroup>
150    <None Include="HeuristicLab.snk" />
[7632]151    <None Include="Properties\AssemblyInfo.cs.frame" />
[6133]152  </ItemGroup>
153  <ItemGroup>
154    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
155      <Visible>False</Visible>
156      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
157      <Install>false</Install>
158    </BootstrapperPackage>
159    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
160      <Visible>False</Visible>
161      <ProductName>.NET Framework 3.5 SP1</ProductName>
162      <Install>true</Install>
163    </BootstrapperPackage>
164    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
165      <Visible>False</Visible>
166      <ProductName>Windows Installer 3.1</ProductName>
167      <Install>true</Install>
168    </BootstrapperPackage>
169  </ItemGroup>
170  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
171  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
172       Other similar extension points exist, see Microsoft.Common.targets.
173  <Target Name="BeforeBuild">
174  </Target>
175  <Target Name="AfterBuild">
176  </Target>
177  -->
178  <PropertyGroup>
179    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
180set ProjectDir=$(ProjectDir)
181set SolutionDir=$(SolutionDir)
182set Outdir=$(Outdir)
183
184call PreBuildEvent.cmd
185SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabDataImporterBackendHl2ImporterFormatPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabDataImporterBackendHl2ImporterFormatPlugin.cs"</PreBuildEvent>
186  </PropertyGroup>
187</Project>
Note: See TracBrowser for help on using the repository browser.