Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/tools/HeuristicLab.FileShrinker/HeuristicLab.FileShrinker.csproj @ 9793

Last change on this file since 9793 was 9497, checked in by mkommend, 11 years ago

#2055: Added first version of HL.FileShrinker.

File size: 3.9 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  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{9CF08DFF-A43E-4385-B5C7-818ECBEA98F1}</ProjectGuid>
8    <OutputType>Exe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.FileShrinker</RootNamespace>
11    <AssemblyName>HeuristicLab.FileShrinker</AssemblyName>
12    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <PlatformTarget>AnyCPU</PlatformTarget>
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <PlatformTarget>AnyCPU</PlatformTarget>
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>..\..\sources\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <ItemGroup>
35    <Reference Include="HeuristicLab.Collections-3.3">
36      <HintPath>..\..\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
37      <Private>False</Private>
38    </Reference>
39    <Reference Include="HeuristicLab.Common-3.3">
40      <HintPath>..\..\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
41      <Private>False</Private>
42    </Reference>
43    <Reference Include="HeuristicLab.Core-3.3">
44      <HintPath>..\..\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
45      <Private>False</Private>
46    </Reference>
47    <Reference Include="HeuristicLab.Data-3.3">
48      <HintPath>..\..\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
49      <Private>False</Private>
50    </Reference>
51    <Reference Include="HeuristicLab.Optimization-3.3">
52      <HintPath>..\..\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
53      <Private>False</Private>
54    </Reference>
55    <Reference Include="HeuristicLab.Persistence-3.3">
56      <HintPath>..\..\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
57      <Private>False</Private>
58    </Reference>
59    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
60      <HintPath>..\..\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
61      <Private>False</Private>
62    </Reference>
63    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
64      <HintPath>..\..\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
65      <Private>False</Private>
66    </Reference>
67    <Reference Include="System" />
68    <Reference Include="System.Core" />
69    <Reference Include="System.Xml.Linq" />
70    <Reference Include="System.Data.DataSetExtensions" />
71    <Reference Include="Microsoft.CSharp" />
72    <Reference Include="System.Data" />
73    <Reference Include="System.Xml" />
74  </ItemGroup>
75  <ItemGroup>
76    <Compile Include="Program.cs" />
77    <Compile Include="Properties\AssemblyInfo.cs" />
78  </ItemGroup>
79  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
80  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
81       Other similar extension points exist, see Microsoft.Common.targets.
82  <Target Name="BeforeBuild">
83  </Target>
84  <Target Name="AfterBuild">
85  </Target>
86  -->
87</Project>
Note: See TracBrowser for help on using the repository browser.