Ignore:
Timestamp:
Jul 6, 2012, 3:37:41 PM (12 years ago)
Author:
Sam Habiel
Message:

Finally, v 1.7 to the main repo. I will delete the branch after this.

This commit merges all the BMX4 changes in the Scheduling GUI back to the main trunk.

Location:
Scheduling/trunk/cs/bsdx0200GUISourceCode
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode

  • Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj

    r1473 r1474  
    110110  </PropertyGroup>
    111111  <ItemGroup>
     112    <Reference Include="BMXNET40, Version=4.0.0.1, Culture=neutral, processorArchitecture=MSIL">
     113      <SpecificVersion>False</SpecificVersion>
     114      <HintPath>bin\Release\BMXNET40.dll</HintPath>
     115    </Reference>
     116    <Reference Include="BMXWIN40, Version=4.0.0.1, Culture=neutral, processorArchitecture=MSIL">
     117      <SpecificVersion>False</SpecificVersion>
     118      <HintPath>bin\Release\BMXWIN40.dll</HintPath>
     119    </Reference>
     120    <Reference Include="PrintPreview, Version=1.0.4570.15574, Culture=neutral, processorArchitecture=MSIL">
     121      <SpecificVersion>False</SpecificVersion>
     122      <HintPath>bin\Release\PrintPreview.dll</HintPath>
     123    </Reference>
    112124    <Reference Include="System">
    113125      <Name>System</Name>
     
    148160    <Compile Include="Provider.cs" />
    149161    <Compile Include="RadiologyExam.cs" />
     162    <Compile Include="RPCLogger.cs" />
     163    <Compile Include="RPCLoggerView.cs">
     164      <SubType>Form</SubType>
     165    </Compile>
     166    <Compile Include="RPCLoggerView.Designer.cs">
     167      <DependentUpon>RPCLoggerView.cs</DependentUpon>
     168    </Compile>
    150169    <Compile Include="strings.ar.Designer.cs">
    151170      <AutoGen>True</AutoGen>
     
    431450    <EmbeddedResource Include="LoadingSplash.resx">
    432451      <DependentUpon>LoadingSplash.cs</DependentUpon>
     452    </EmbeddedResource>
     453    <EmbeddedResource Include="RPCLoggerView.resx">
     454      <DependentUpon>RPCLoggerView.cs</DependentUpon>
    433455    </EmbeddedResource>
    434456    <EmbeddedResource Include="strings.ar.resx">
     
    478500    <Folder Include="Properties\" />
    479501  </ItemGroup>
    480   <ItemGroup>
    481     <ProjectReference Include="..\..\BMX2\BMXNet\BMXNet.csproj">
    482       <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
    483       <Name>BMXNet</Name>
    484     </ProjectReference>
    485     <ProjectReference Include="..\EnhancedPrintPreview\PrintPreview\PrintPreview.csproj">
    486       <Project>{9E8D433B-EFD1-4253-BD2C-C4E0DB0BFD0E}</Project>
    487       <Name>PrintPreview</Name>
    488     </ProjectReference>
    489   </ItemGroup>
    490502  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    491503  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.