Ignore:
Timestamp:
Dec 3, 2009, 5:36:03 PM (14 years ago)
Author:
Sam Habiel
Message:

This update does the following:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj

    r616 r622  
    102102      <HintPath>.\BMXNet20.dll</HintPath>
    103103    </Reference>
    104     <Reference Include="CalendarGrid, Version=1.0.2790.30319, Culture=neutral, processorArchitecture=MSIL">
    105       <SpecificVersion>False</SpecificVersion>
    106       <HintPath>.\CalendarGrid.dll</HintPath>
    107     </Reference>
    108104    <Reference Include="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL">
    109105      <Private>True</Private>
     
    190186      <SubType>Code</SubType>
    191187    </Compile>
     188    <Compile Include="CalendarGrid.cs">
     189      <SubType>Component</SubType>
     190    </Compile>
     191    <Compile Include="CGAppointment.cs" />
     192    <Compile Include="CGAppointmentChangedArgs.cs" />
     193    <Compile Include="CGAppointmentChangedHandler.cs" />
     194    <Compile Include="CGAppointments.cs" />
     195    <Compile Include="CGAvailability.cs" />
    192196    <Compile Include="CGAVDocument.cs">
    193197      <SubType>Code</SubType>
     
    196200      <SubType>Form</SubType>
    197201    </Compile>
     202    <Compile Include="CGCell.cs" />
     203    <Compile Include="CGCells.cs" />
    198204    <Compile Include="CGDocument.cs">
    199205      <SubType>Code</SubType>
     
    202208      <SubType>Form</SubType>
    203209    </Compile>
     210    <Compile Include="CGRange.cs" />
     211    <Compile Include="CGResource.cs" />
    204212    <Compile Include="CGSchedLib.cs">
    205213      <SubType>Code</SubType>
    206214    </Compile>
     215    <Compile Include="CGSelectionChangedArgs.cs" />
     216    <Compile Include="CGSelectionChangedHandler.cs" />
    207217    <Compile Include="CGView.cs">
    208218      <SubType>Form</SubType>
     
    237247      <DesignTime>True</DesignTime>
    238248      <AutoGen>True</AutoGen>
     249    </Compile>
     250    <Compile Include="DAccessBlock.cs">
     251      <SubType>Form</SubType>
    239252    </Compile>
    240253    <Compile Include="DAccessGroup.cs">
Note: See TracChangeset for help on using the changeset viewer.