source: Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj.user@ 802

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

DCheckIn.cs: Handling of providers for hospital locations (HL). If provider(s) assigned to HL linked to resource, they are brought over and if a default one is in VISTA, it's picked as the default in the combobox. If no default, combobox defaults to <None>. If resource not linked to HL, then all providers in system brought over, and combobox default is <None>.
CGDocumentManager.cs: Remove loading of ClinicSetupParameters file. File doesn't exist in VISTA.
DResource.cs: Remove handling of same file.

File size: 2.6 KB
Line 
1<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <LastOpenVersion>7.10.3077</LastOpenVersion>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ReferencePath>
7 </ReferencePath>
8 <CopyProjectDestinationFolder>
9 </CopyProjectDestinationFolder>
10 <CopyProjectUncPath>
11 </CopyProjectUncPath>
12 <CopyProjectOption>0</CopyProjectOption>
13 <ProjectView>ProjectFiles</ProjectView>
14 <ProjectTrust>0</ProjectTrust>
15 <PublishUrlHistory>publish\</PublishUrlHistory>
16 <InstallUrlHistory>
17 </InstallUrlHistory>
18 <SupportUrlHistory>
19 </SupportUrlHistory>
20 <UpdateUrlHistory>
21 </UpdateUrlHistory>
22 <BootstrapperUrlHistory>
23 </BootstrapperUrlHistory>
24 <ErrorReportUrlHistory>
25 </ErrorReportUrlHistory>
26 <FallbackCulture>en-US</FallbackCulture>
27 <VerifyUploadedFiles>false</VerifyUploadedFiles>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30 <EnableASPDebugging>false</EnableASPDebugging>
31 <EnableASPXDebugging>false</EnableASPXDebugging>
32 <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
33 <EnableSQLServerDebugging>false</EnableSQLServerDebugging>
34 <RemoteDebugEnabled>false</RemoteDebugEnabled>
35 <RemoteDebugMachine>
36 </RemoteDebugMachine>
37 <StartAction>Project</StartAction>
38 <StartArguments>/s=192.168.254.129 /p=9260 /a=shabiel12 /v=catdog.44</StartArguments>
39 <StartPage>
40 </StartPage>
41 <StartProgram>C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\IEExec.exe</StartProgram>
42 <StartURL>
43 </StartURL>
44 <StartWorkingDirectory>
45 </StartWorkingDirectory>
46 <StartWithIE>false</StartWithIE>
47 </PropertyGroup>
48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49 <EnableASPDebugging>false</EnableASPDebugging>
50 <EnableASPXDebugging>false</EnableASPXDebugging>
51 <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
52 <EnableSQLServerDebugging>false</EnableSQLServerDebugging>
53 <RemoteDebugEnabled>false</RemoteDebugEnabled>
54 <RemoteDebugMachine>
55 </RemoteDebugMachine>
56 <StartAction>Project</StartAction>
57 <StartArguments>/s=192.168.254.129 /p=9260 /a=shabiel12 /v=catdog.44</StartArguments>
58 <StartPage>
59 </StartPage>
60 <StartProgram>
61 </StartProgram>
62 <StartURL>
63 </StartURL>
64 <StartWorkingDirectory>
65 </StartWorkingDirectory>
66 <StartWithIE>false</StartWithIE>
67 </PropertyGroup>
68</Project>
Note: See TracBrowser for help on using the repository browser.