source: Scheduling/trunk/cs/bsdx0200GUISourceCode/CalendarGrid.csproj@ 614

Last change on this file since 614 was 614, checked in by Sam Habiel, 14 years ago

Initial committ of scheduling package

File size: 4.6 KB
Line 
1<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.30729</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{8D1686A4-87D3-43F9-9E54-6CFB307A734E}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon>
10 </ApplicationIcon>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>CalendarGrid</AssemblyName>
14 <AssemblyOriginatorKeyFile>
15 </AssemblyOriginatorKeyFile>
16 <DefaultClientScript>JScript</DefaultClientScript>
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
19 <DelaySign>false</DelaySign>
20 <OutputType>Library</OutputType>
21 <RootNamespace>CalendarGrid</RootNamespace>
22 <StartupObject>
23 </StartupObject>
24 <FileUpgradeFlags>
25 </FileUpgradeFlags>
26 <OldToolsVersion>0.0</OldToolsVersion>
27 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
28 <UpgradeBackupLocation>
29 </UpgradeBackupLocation>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32 <OutputPath>bin\Debug\</OutputPath>
33 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
34 <BaseAddress>285212672</BaseAddress>
35 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
36 <ConfigurationOverrideFile>
37 </ConfigurationOverrideFile>
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <DocumentationFile>
40 </DocumentationFile>
41 <DebugSymbols>true</DebugSymbols>
42 <FileAlignment>4096</FileAlignment>
43 <Optimize>false</Optimize>
44 <RegisterForComInterop>false</RegisterForComInterop>
45 <RemoveIntegerChecks>false</RemoveIntegerChecks>
46 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
47 <WarningLevel>4</WarningLevel>
48 <DebugType>full</DebugType>
49 <ErrorReport>prompt</ErrorReport>
50 </PropertyGroup>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52 <OutputPath>bin\Release\</OutputPath>
53 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
54 <BaseAddress>285212672</BaseAddress>
55 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
56 <ConfigurationOverrideFile>
57 </ConfigurationOverrideFile>
58 <DefineConstants>TRACE</DefineConstants>
59 <DocumentationFile>
60 </DocumentationFile>
61 <DebugSymbols>false</DebugSymbols>
62 <FileAlignment>4096</FileAlignment>
63 <Optimize>true</Optimize>
64 <RegisterForComInterop>false</RegisterForComInterop>
65 <RemoveIntegerChecks>false</RemoveIntegerChecks>
66 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
67 <WarningLevel>4</WarningLevel>
68 <DebugType>none</DebugType>
69 <ErrorReport>prompt</ErrorReport>
70 </PropertyGroup>
71 <ItemGroup>
72 <Reference Include="RPX20Lib">
73 <Name>RPX20Lib</Name>
74 <HintPath>..\..\RPX20\ReleaseMinDependency\RPX20Lib.dll</HintPath>
75 </Reference>
76 <Reference Include="System">
77 <Name>System</Name>
78 </Reference>
79 <Reference Include="System.Data">
80 <Name>System.Data</Name>
81 </Reference>
82 <Reference Include="System.Design">
83 <Name>System.Design</Name>
84 </Reference>
85 <Reference Include="System.Drawing">
86 <Name>System.Drawing</Name>
87 </Reference>
88 <Reference Include="System.Windows.Forms">
89 <Name>System.Windows.Forms</Name>
90 </Reference>
91 <Reference Include="System.Xml">
92 <Name>System.XML</Name>
93 </Reference>
94 </ItemGroup>
95 <ItemGroup>
96 <Compile Include="AssemblyInfo.cs" />
97 <Compile Include="CalendarGrid.cs">
98 <SubType>Component</SubType>
99 </Compile>
100 <Compile Include="CGAppointment.cs">
101 <SubType>Code</SubType>
102 </Compile>
103 <Compile Include="CGAppointments.cs">
104 <SubType>Code</SubType>
105 </Compile>
106 <Compile Include="CGCell.cs">
107 <SubType>Code</SubType>
108 </Compile>
109 <Compile Include="CGCells.cs">
110 <SubType>Code</SubType>
111 </Compile>
112 <Compile Include="CGDocument.cs">
113 <SubType>Code</SubType>
114 </Compile>
115 <Compile Include="CGRange.cs">
116 <SubType>Code</SubType>
117 </Compile>
118 <EmbeddedResource Include="CalendarGrid.resx">
119 <DependentUpon>CalendarGrid.cs</DependentUpon>
120 </EmbeddedResource>
121 </ItemGroup>
122 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
123 <PropertyGroup>
124 <PreBuildEvent>
125 </PreBuildEvent>
126 <PostBuildEvent>
127 </PostBuildEvent>
128 </PropertyGroup>
129</Project>
Note: See TracBrowser for help on using the repository browser.