Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4171 was 4171, checked in by cneumuel, 14 years ago

corrected all AssemblyInfo.frame (removed BuildDate and changed PluginVersion to "3.3.0.0"). Also deleted unused HL.Hive.Server.Scheduler and obsolete HL.Hive.Engine

File size: 7.2 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>v3.5</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  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
57    <DebugType>pdbonly</DebugType>
58    <Optimize>true</Optimize>
59    <OutputPath>bin\Release\</OutputPath>
60    <DefineConstants>TRACE</DefineConstants>
61    <ErrorReport>prompt</ErrorReport>
62    <WarningLevel>4</WarningLevel>
63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64  </PropertyGroup>
65  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
66    <PlatformTarget>x86</PlatformTarget>
67    <OutputPath>bin\Debug\</OutputPath>
68  </PropertyGroup>
69  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
70    <PlatformTarget>x86</PlatformTarget>
71    <OutputPath>bin\x86\Release\</OutputPath>
72  </PropertyGroup>
73  <ItemGroup>
74    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
75      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
76    </Reference>
77    <Reference Include="System" />
78    <Reference Include="System.Data" />
79    <Reference Include="System.Drawing" />
80    <Reference Include="System.Windows.Forms" />
81    <Reference Include="System.Xml" />
82  </ItemGroup>
83  <ItemGroup>
84    <Compile Include="Appointment\AppointmentSlot.cs" />
85    <Compile Include="Appointment\AppointmentSlotDuration.cs" />
86    <Compile Include="Appointment\iAppointment.cs" />
87    <Compile Include="HeuristicLabCalendarPlugin.cs" />
88    <Compile Include="Properties\CalendarResources.Designer.cs">
89      <AutoGen>True</AutoGen>
90      <DesignTime>True</DesignTime>
91      <DependentUpon>CalendarResources.resx</DependentUpon>
92    </Compile>
93    <Compile Include="CalendarStorage\iCalendarStorage.cs" />
94    <Compile Include="Renderer\AbstractRenderer.cs" />
95    <Compile Include="Appointment\Appointment.cs">
96    </Compile>
97    <Compile Include="Appointment\AppointmentEventArgs.cs" />
98    <Compile Include="Appointment\AppointmentHieghtDrawMode.cs" />
99    <Compile Include="DayView.cs">
100      <SubType>Component</SubType>
101    </Compile>
102    <Compile Include="ViewTools\DrawTool.cs" />
103    <Compile Include="ViewTools\ITool.cs" />
104    <Compile Include="Appointment\NewAppointmentEvent.cs" />
105    <Compile Include="Renderer\Office12Renderer.cs" />
106    <Compile Include="Renderer\Office11Renderer.cs">
107      <SubType>Code</SubType>
108    </Compile>
109    <Compile Include="Properties\AssemblyInfo.cs" />
110    <Compile Include="Appointment\ResolveAppointmentsEvent.cs" />
111    <Compile Include="ViewTools\SelectionType.cs" />
112    <Compile Include="ViewTools\SelectionTool.cs" />
113    <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
114  </ItemGroup>
115  <ItemGroup>
116    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
117      <Visible>False</Visible>
118      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
119      <Install>false</Install>
120    </BootstrapperPackage>
121    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
122      <Visible>False</Visible>
123      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
124      <Install>true</Install>
125    </BootstrapperPackage>
126    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
127      <Visible>False</Visible>
128      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
129      <Install>false</Install>
130    </BootstrapperPackage>
131    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
132      <Visible>False</Visible>
133      <ProductName>.NET Framework 3.5</ProductName>
134      <Install>false</Install>
135    </BootstrapperPackage>
136    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
137      <Visible>False</Visible>
138      <ProductName>.NET Framework 3.5 SP1</ProductName>
139      <Install>false</Install>
140    </BootstrapperPackage>
141  </ItemGroup>
142  <ItemGroup>
143    <EmbeddedResource Include="Properties\CalendarResources.resx">
144      <Generator>PublicResXFileCodeGenerator</Generator>
145      <LastGenOutput>CalendarResources.Designer.cs</LastGenOutput>
146      <SubType>Designer</SubType>
147    </EmbeddedResource>
148  </ItemGroup>
149  <ItemGroup>
150    <Content Include="Resources\LockedAppointment.png" />
151    <Content Include="Resources\recurring.png" />
152  </ItemGroup>
153  <ItemGroup>
154    <None Include="HeuristicLab.snk" />
155    <None Include="Properties\AssemblyInfo.frame" />
156  </ItemGroup>
157  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
158  <PropertyGroup>
159    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
160set ProjectDir=$(ProjectDir)
161set SolutionDir=$(SolutionDir)
162set Outdir=$(Outdir)
163
164call PreBuildEvent.cmd</PreBuildEvent>
165  </PropertyGroup>
166  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
167       Other similar extension points exist, see Microsoft.Common.targets.
168  <Target Name="BeforeBuild">
169  </Target>
170  <Target Name="AfterBuild">
171  </Target>
172  -->
173</Project>
Note: See TracBrowser for help on using the repository browser.