Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Tools/HeuristicLab.Subwcrev/HeuristicLab.Subwcrev/HeuristicLab.Subwcrev.csproj @ 11250

Last change on this file since 11250 was 9234, checked in by ascheibe, 11 years ago

#2017 added tools that eyob worked on:

  • HL build center (HeuristicLab.Subversion)
  • a subwcrev replacement
  • 2 own HL apps for up- and downloading Hive jobs from HL files
File size: 4.5 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>{3FCD3FC8-D738-4C62-840D-BA536AA6E040}</ProjectGuid>
8    <OutputType>Exe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Subwcrev</RootNamespace>
11    <AssemblyName>HeuristicLab.Subwcrev</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <PublishUrl>publish\</PublishUrl>
15    <Install>true</Install>
16    <InstallFrom>Disk</InstallFrom>
17    <UpdateEnabled>false</UpdateEnabled>
18    <UpdateMode>Foreground</UpdateMode>
19    <UpdateInterval>7</UpdateInterval>
20    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
21    <UpdatePeriodically>false</UpdatePeriodically>
22    <UpdateRequired>false</UpdateRequired>
23    <MapFileExtensions>true</MapFileExtensions>
24    <ApplicationRevision>0</ApplicationRevision>
25    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
26    <IsWebBootstrapper>false</IsWebBootstrapper>
27    <UseApplicationTrust>false</UseApplicationTrust>
28    <BootstrapperEnabled>true</BootstrapperEnabled>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31    <PlatformTarget>AnyCPU</PlatformTarget>
32    <DebugSymbols>true</DebugSymbols>
33    <DebugType>full</DebugType>
34    <Optimize>false</Optimize>
35    <OutputPath>bin\Debug\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <ErrorReport>prompt</ErrorReport>
38    <WarningLevel>4</WarningLevel>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41    <PlatformTarget>AnyCPU</PlatformTarget>
42    <DebugType>pdbonly</DebugType>
43    <Optimize>true</Optimize>
44    <OutputPath>bin\Release\</OutputPath>
45    <DefineConstants>TRACE</DefineConstants>
46    <ErrorReport>prompt</ErrorReport>
47    <WarningLevel>4</WarningLevel>
48  </PropertyGroup>
49  <PropertyGroup>
50    <ApplicationIcon>HeuristicLab.ico</ApplicationIcon>
51  </PropertyGroup>
52  <ItemGroup>
53    <Reference Include="SharpSvn, Version=1.7002.1998.12257, Culture=neutral, PublicKeyToken=d729672594885a28, processorArchitecture=x86">
54      <SpecificVersion>False</SpecificVersion>
55      <HintPath>.\SharpSvn.dll</HintPath>
56    </Reference>
57    <Reference Include="System" />
58    <Reference Include="System.Core" />
59    <Reference Include="System.Xml.Linq" />
60    <Reference Include="System.Data.DataSetExtensions" />
61    <Reference Include="Microsoft.CSharp" />
62    <Reference Include="System.Data" />
63    <Reference Include="System.Xml" />
64  </ItemGroup>
65  <ItemGroup>
66    <Compile Include="Program.cs" />
67    <Compile Include="Properties\AssemblyInfo.cs" />
68  </ItemGroup>
69  <ItemGroup>
70    <None Include="App.config">
71      <SubType>Designer</SubType>
72    </None>
73  </ItemGroup>
74  <ItemGroup>
75    <Content Include="HeuristicLab.ico" />
76  </ItemGroup>
77  <ItemGroup>
78    <BootstrapperPackage Include=".NETFramework,Version=v4.5">
79      <Visible>False</Visible>
80      <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
81      <Install>true</Install>
82    </BootstrapperPackage>
83    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
84      <Visible>False</Visible>
85      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
86      <Install>false</Install>
87    </BootstrapperPackage>
88    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
89      <Visible>False</Visible>
90      <ProductName>.NET Framework 3.5 SP1</ProductName>
91      <Install>false</Install>
92    </BootstrapperPackage>
93  </ItemGroup>
94  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
95  <PropertyGroup>
96    <PreBuildEvent>
97    </PreBuildEvent>
98  </PropertyGroup>
99  <PropertyGroup>
100    <PostBuildEvent>
101    </PostBuildEvent>
102  </PropertyGroup>
103  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104       Other similar extension points exist, see Microsoft.Common.targets.
105  <Target Name="BeforeBuild">
106  </Target>
107  <Target Name="AfterBuild">
108  </Target>
109  -->
110</Project>
Note: See TracBrowser for help on using the repository browser.