Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Calendar/3.3/HeuristicLab.Calendar-3.3.csproj @ 5179

Last change on this file since 5179 was 5179, checked in by cneumuel, 13 years ago

#1260

  • migrated to .NET 4.0
  • moved state-information about heartbeat timestamps into DB to reduce IIS-recycling issues
  • optimized memory usage of ExperimentManager when lots of large jobs are downloaded
File size: 7.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Calendar</RootNamespace>
12    <AssemblyName>HeuristicLab.Calendar-3.3</AssemblyName>
13    <SccProjectName>
14    </SccProjectName>
15    <SccLocalPath>
16    </SccLocalPath>
17    <SccAuxPath>
18    </SccAuxPath>
19    <SccProvider>
20    </SccProvider>
21    <FileUpgradeFlags>
22    </FileUpgradeFlags>
23    <OldToolsVersion>3.5</OldToolsVersion>
24    <UpgradeBackupLocation>
25    </UpgradeBackupLocation>
26    <IsWebBootstrapper>false</IsWebBootstrapper>
27    <SignAssembly>true</SignAssembly>
28    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
29    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
30    <PublishUrl>publish\</PublishUrl>
31    <Install>true</Install>
32    <InstallFrom>Disk</InstallFrom>
33    <UpdateEnabled>false</UpdateEnabled>
34    <UpdateMode>Foreground</UpdateMode>
35    <UpdateInterval>7</UpdateInterval>
36    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
37    <UpdatePeriodically>false</UpdatePeriodically>
38    <UpdateRequired>false</UpdateRequired>
39    <MapFileExtensions>true</MapFileExtensions>
40    <ApplicationRevision>0</ApplicationRevision>
41    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
42    <UseApplicationTrust>false</UseApplicationTrust>
43    <BootstrapperEnabled>true</BootstrapperEnabled>
44    <TargetFrameworkProfile />
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
47    <DebugSymbols>true</DebugSymbols>
48    <DebugType>full</DebugType>
49    <Optimize>false</Optimize>
50    <OutputPath>bin\Debug\</OutputPath>
51    <DefineConstants>DEBUG;TRACE</DefineConstants>
52    <ErrorReport>prompt</ErrorReport>
53    <WarningLevel>4</WarningLevel>
54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55    <PlatformTarget>AnyCPU</PlatformTarget>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
58    <DebugType>pdbonly</DebugType>
59    <Optimize>true</Optimize>
60    <OutputPath>bin\Release\</OutputPath>
61    <DefineConstants>TRACE</DefineConstants>
62    <ErrorReport>prompt</ErrorReport>
63    <WarningLevel>4</WarningLevel>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
67    <PlatformTarget>x86</PlatformTarget>
68    <OutputPath>bin\Debug\</OutputPath>
69  </PropertyGroup>
70  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
71    <PlatformTarget>x86</PlatformTarget>
72    <OutputPath>bin\x86\Release\</OutputPath>
73  </PropertyGroup>
74  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
75    <PlatformTarget>x64</PlatformTarget>
76    <OutputPath>bin\x64\Debug\</OutputPath>
77  </PropertyGroup>
78  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
79    <PlatformTarget>x64</PlatformTarget>
80    <OutputPath>bin\x64\Release\</OutputPath>
81  </PropertyGroup>
82  <ItemGroup>
83    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
84      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="System" />
87    <Reference Include="System.Data" />
88    <Reference Include="System.Drawing" />
89    <Reference Include="System.Windows.Forms" />
90    <Reference Include="System.Xml" />
91  </ItemGroup>
92  <ItemGroup>
93    <Compile Include="Appointment\AppointmentSlot.cs" />
94    <Compile Include="Appointment\AppointmentSlotDuration.cs" />
95    <Compile Include="Appointment\iAppointment.cs" />
96    <None Include="HeuristicLabCalendarPlugin.cs.frame" />
97    <Compile Include="HeuristicLabCalendarPlugin.cs" />
98    <Compile Include="Properties\CalendarResources.Designer.cs">
99      <AutoGen>True</AutoGen>
100      <DesignTime>True</DesignTime>
101      <DependentUpon>CalendarResources.resx</DependentUpon>
102    </Compile>
103    <Compile Include="CalendarStorage\iCalendarStorage.cs" />
104    <Compile Include="Renderer\AbstractRenderer.cs" />
105    <Compile Include="Appointment\Appointment.cs">
106    </Compile>
107    <Compile Include="Appointment\AppointmentEventArgs.cs" />
108    <Compile Include="Appointment\AppointmentHieghtDrawMode.cs" />
109    <Compile Include="DayView.cs">
110      <SubType>Component</SubType>
111    </Compile>
112    <Compile Include="ViewTools\DrawTool.cs" />
113    <Compile Include="ViewTools\ITool.cs" />
114    <Compile Include="Appointment\NewAppointmentEvent.cs" />
115    <Compile Include="Renderer\Office12Renderer.cs" />
116    <Compile Include="Renderer\Office11Renderer.cs">
117      <SubType>Code</SubType>
118    </Compile>
119    <Compile Include="Properties\AssemblyInfo.cs" />
120    <Compile Include="Appointment\ResolveAppointmentsEvent.cs" />
121    <Compile Include="ViewTools\SelectionType.cs" />
122    <Compile Include="ViewTools\SelectionTool.cs" />
123    <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
124  </ItemGroup>
125  <ItemGroup>
126    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
127      <Visible>False</Visible>
128      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
129      <Install>false</Install>
130    </BootstrapperPackage>
131    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
132      <Visible>False</Visible>
133      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
134      <Install>true</Install>
135    </BootstrapperPackage>
136    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
137      <Visible>False</Visible>
138      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
139      <Install>false</Install>
140    </BootstrapperPackage>
141    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
142      <Visible>False</Visible>
143      <ProductName>.NET Framework 3.5</ProductName>
144      <Install>false</Install>
145    </BootstrapperPackage>
146    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
147      <Visible>False</Visible>
148      <ProductName>.NET Framework 3.5 SP1</ProductName>
149      <Install>false</Install>
150    </BootstrapperPackage>
151  </ItemGroup>
152  <ItemGroup>
153    <EmbeddedResource Include="Properties\CalendarResources.resx">
154      <Generator>PublicResXFileCodeGenerator</Generator>
155      <LastGenOutput>CalendarResources.Designer.cs</LastGenOutput>
156      <SubType>Designer</SubType>
157    </EmbeddedResource>
158  </ItemGroup>
159  <ItemGroup>
160    <Content Include="Resources\LockedAppointment.png" />
161    <Content Include="Resources\recurring.png" />
162  </ItemGroup>
163  <ItemGroup>
164    <None Include="HeuristicLab.snk" />
165    <None Include="Properties\AssemblyInfo.cs.frame" />
166  </ItemGroup>
167  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
168  <PropertyGroup>
169    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
170set ProjectDir=$(ProjectDir)
171set SolutionDir=$(SolutionDir)
172set Outdir=$(Outdir)
173
174call PreBuildEvent.cmd</PreBuildEvent>
175  </PropertyGroup>
176  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
177       Other similar extension points exist, see Microsoft.Common.targets.
178  <Target Name="BeforeBuild">
179  </Target>
180  <Target Name="AfterBuild">
181  </Target>
182  -->
183</Project>
Note: See TracBrowser for help on using the repository browser.