Changeset 966


Ignore:
Timestamp:
Sep 29, 2010, 3:44:52 AM (14 years ago)
Author:
Sam Habiel
Message:

New Release 1.4.1

Change Project file format to VS 2010.

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

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/AssemblyInfo.cs

    r935 r966  
    2828// by using the '*' as shown below:
    2929
    30 [assembly: AssemblyVersion("1.4.0.*")]
     30[assembly: AssemblyVersion("1.4.1.*")]
    3131
    3232//
     
    5858[assembly: AssemblyKeyFile("")]
    5959[assembly: AssemblyKeyName("")]
    60 [assembly: AssemblyFileVersionAttribute("1.4.0.0")]
     60[assembly: AssemblyFileVersionAttribute("1.4.1.0")]
    6161[assembly: ComVisibleAttribute(false)]
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocumentManager.cs

    r964 r966  
    511511                public void LoadResourceUserTable(bool bAllUsers)
    512512                {
    513                         string sCommandText = "SELECT BMXIEN RESOURCEUSER_ID, RESOURCENAME, INTERNAL[RESOURCENAME] RESOURCEID, OVERBOOK, MODIFY_SCHEDULE, MODIFY_APPOINTMENTS, USERNAME, INTERNAL[USERNAME] USERID FROM BSDX_RESOURCE_USER WHERE INTERNAL[INSTITUTION]=" + m_ConnectInfo.DUZ2;
     513            string sCommandText = "SELECT BMXIEN RESOURCEUSER_ID, RESOURCENAME, INTERNAL[RESOURCENAME] RESOURCEID, OVERBOOK, MODIFY_SCHEDULE, MODIFY_APPOINTMENTS, USERNAME, INTERNAL[USERNAME] USERID FROM BSDX_RESOURCE_USER"; // WHERE INTERNAL[INSTITUTION]=" + m_ConnectInfo.DUZ2;
    514514                        ConnectInfo.RPMSDataTable(sCommandText, "ResourceUser", m_dsGlobal);
    515515                        Debug.Write("LoadGlobalRecordsets -- ResourceUser loaded\n");
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj

    r915 r966  
    1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
     1<?xml version="1.0" encoding="utf-8"?>
     2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
    23  <PropertyGroup>
    34    <ProjectType>Local</ProjectType>
     
    3334    <SccProvider>
    3435    </SccProvider>
    35     <OldToolsVersion>2.0</OldToolsVersion>
     36    <OldToolsVersion>3.5</OldToolsVersion>
    3637    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    37     <TargetFrameworkSubset>
    38     </TargetFrameworkSubset>
    3938    <IsWebBootstrapper>false</IsWebBootstrapper>
    4039    <ManifestCertificateThumbprint>3202DD11CA9F64F7E52CF7BBED5F17D6E8A1B395</ManifestCertificateThumbprint>
     
    4342    <SignManifests>false</SignManifests>
    4443    <TargetZone>LocalIntranet</TargetZone>
     44    <NoWin32Manifest>true</NoWin32Manifest>
    4545    <PublishUrl>publish\</PublishUrl>
    4646    <Install>true</Install>
     
    5858    <PublishWizardCompleted>true</PublishWizardCompleted>
    5959    <BootstrapperEnabled>true</BootstrapperEnabled>
    60     <NoWin32Manifest>true</NoWin32Manifest>
     60    <TargetFrameworkProfile />
    6161  </PropertyGroup>
    6262  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    63     <OutputPath>bin\Debug\</OutputPath>
     63    <OutputPath>bin\Release\</OutputPath>
    6464    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    6565    <BaseAddress>285212672</BaseAddress>
     
    6767    <ConfigurationOverrideFile>
    6868    </ConfigurationOverrideFile>
    69     <DefineConstants>DEBUG</DefineConstants>
    70     <DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile>
     69    <DefineConstants>TRACE;DEBUG</DefineConstants>
     70    <DocumentationFile>
     71    </DocumentationFile>
    7172    <DebugSymbols>false</DebugSymbols>
    7273    <FileAlignment>4096</FileAlignment>
     
    9293    <DefineConstants>
    9394    </DefineConstants>
    94     <DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile>
     95    <DocumentationFile>
     96    </DocumentationFile>
    9597    <DebugSymbols>false</DebugSymbols>
    9698    <FileAlignment>4096</FileAlignment>
     
    405407    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
    406408      <Visible>False</Visible>
    407       <ProductName>.NET Framework Client Profile</ProductName>
     409      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
    408410      <Install>false</Install>
    409411    </BootstrapperPackage>
     
    430432  </ItemGroup>
    431433  <ItemGroup>
    432     <ProjectReference Include="..\..\..\BMX\bmx_0200scr\BMX2\BMXNet\BMXNet.csproj">
     434    <Folder Include="Properties\" />
     435  </ItemGroup>
     436  <ItemGroup>
     437    <ProjectReference Include="..\bmx\BMXNet\BMXNet.csproj">
    433438      <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
    434439      <Name>BMXNet</Name>
    435440    </ProjectReference>
    436   </ItemGroup>
    437   <ItemGroup>
    438     <Folder Include="Properties\" />
    439441  </ItemGroup>
    440442  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj.user

    r913 r966  
    1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1<?xml version="1.0" encoding="utf-8"?>
     2<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    23  <PropertyGroup>
    34    <LastOpenVersion>7.10.3077</LastOpenVersion>
     
    3637    </RemoteDebugMachine>
    3738    <StartAction>Project</StartAction>
    38     <StartArguments>/s=172.16.17.51 /p=9260 /a=shabiel12 /v=abc,123! /e=utf-8</StartArguments>
     39    <StartArguments>/s=172.16.19.81 /p=9235 /a=maieid1 /v=abc,123!</StartArguments>
    3940    <StartPage>
    4041    </StartPage>
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.sln

    r884 r966  
    1 
    2 Microsoft Visual Studio Solution File, Format Version 10.00
    3 # Visual C# Express 2008
     1Microsoft Visual Studio Solution File, Format Version 11.00
     2# Visual C# Express 2010
    43Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClinicalScheduling", "ClinicalScheduling.csproj", "{8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}"
    54EndProject
    6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BMXNet", "..\..\..\BMX\bmx_0200scr\BMX2\BMXNet\BMXNet.csproj", "{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}"
     5Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BMXNet", "..\bmx\BMXNet\BMXNet.csproj", "{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}"
    76EndProject
    87Global
     
    1211        EndGlobalSection
    1312        GlobalSection(ProjectConfigurationPlatforms) = postSolution
    14                 {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    15                 {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
     13                {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Debug|Any CPU.ActiveCfg = Release|Any CPU
     14                {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Debug|Any CPU.Build.0 = Release|Any CPU
    1615                {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
    17                 {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Release|Any CPU.Build.0 = Release|Any CPU
    18                 {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    19                 {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Debug|Any CPU.Build.0 = Debug|Any CPU
     16                {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Debug|Any CPU.ActiveCfg = Release|Any CPU
     17                {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Debug|Any CPU.Build.0 = Release|Any CPU
    2018                {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Release|Any CPU.ActiveCfg = Release|Any CPU
    2119                {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Release|Any CPU.Build.0 = Release|Any CPU
Note: See TracChangeset for help on using the changeset viewer.