Ignore:
Timestamp:
Jul 8, 2010, 8:46:18 AM (14 years ago)
Author:
Sam Habiel
Message:

Some refactoring of code into DAL.cs for Data Access.
Addition of Fileman date code (not used yet).
Removal of .config and .xml file from bin/Release/
Removal of BMXNet20.dll to replace with BMXNet21.dll

File:
1 edited

Legend:

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

    r824 r843  
    6767    <ConfigurationOverrideFile>
    6868    </ConfigurationOverrideFile>
    69     <DefineConstants>DEBUG</DefineConstants>
     69    <DefineConstants>TRACE;DEBUG</DefineConstants>
    7070    <DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile>
    7171    <DebugSymbols>false</DebugSymbols>
     
    9090    <ConfigurationOverrideFile>
    9191    </ConfigurationOverrideFile>
    92     <DefineConstants>
    93     </DefineConstants>
     92    <DefineConstants>TRACE;DEBUG</DefineConstants>
    9493    <DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile>
    9594    <DebugSymbols>false</DebugSymbols>
     
    108107  </PropertyGroup>
    109108  <ItemGroup>
    110     <Reference Include="BMXNet21, Version=2.0.3839.7911, Culture=neutral, processorArchitecture=MSIL">
    111       <SpecificVersion>False</SpecificVersion>
    112       <HintPath>..\..\..\BMX\bmx_0200scr\BMX2\BMXNet\bin\Release\BMXNet21.dll</HintPath>
    113     </Reference>
    114109    <Reference Include="System">
    115110      <Name>System</Name>
     
    146141    <None Include="ClassDiagram1.cd" />
    147142    <None Include="ClassDiagram2.cd" />
    148     <None Include="ClinicalScheduling_TemporaryKey.pfx" />
    149143    <None Include="dsPatientApptDisplay2.xsc">
    150144      <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
     
    227221      <SubType>Form</SubType>
    228222    </Compile>
     223    <Compile Include="DAL.cs" />
    229224    <Compile Include="DAppointPage.cs">
    230225      <SubType>Form</SubType>
     
    294289      <DesignTime>True</DesignTime>
    295290      <DependentUpon>dsRebookAppts.xsd</DependentUpon>
     291    </Compile>
     292    <Compile Include="FMDateTime.cs">
     293      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    296294    </Compile>
    297295    <Compile Include="Options.cs" />
     
    435433  </ItemGroup>
    436434  <ItemGroup>
     435    <ProjectReference Include="..\..\..\BMX\bmx_0200scr\BMX2\BMXNet\BMXNet.csproj">
     436      <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
     437      <Name>BMXNet</Name>
     438    </ProjectReference>
     439  </ItemGroup>
     440  <ItemGroup>
    437441    <Folder Include="Properties\" />
    438442  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.