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

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

Removal of Crystal Reports
Partial Rework of Clinic Patient List report
Other reports that used Crystal don't work yet.
Fixes for Strongly typed DataTables (change the RESOURCEID from uint to int) to support table merge from untyped table.
Support for command line arguments: /s= for server /p= for port /a= for access code /v= for verify code
Only the following combinations work: none; /s and /p; /s, /p, /a, /v

File size: 2.5 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>
39 </StartArguments>
40 <StartPage>
41 </StartPage>
42 <StartProgram>C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\IEExec.exe</StartProgram>
43 <StartURL>
44 </StartURL>
45 <StartWorkingDirectory>
46 </StartWorkingDirectory>
47 <StartWithIE>false</StartWithIE>
48 </PropertyGroup>
49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50 <EnableASPDebugging>false</EnableASPDebugging>
51 <EnableASPXDebugging>false</EnableASPXDebugging>
52 <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
53 <EnableSQLServerDebugging>false</EnableSQLServerDebugging>
54 <RemoteDebugEnabled>false</RemoteDebugEnabled>
55 <RemoteDebugMachine>
56 </RemoteDebugMachine>
57 <StartAction>Project</StartAction>
58 <StartArguments>
59 </StartArguments>
60 <StartPage>
61 </StartPage>
62 <StartProgram>
63 </StartProgram>
64 <StartURL>
65 </StartURL>
66 <StartWorkingDirectory>
67 </StartWorkingDirectory>
68 <StartWithIE>false</StartWithIE>
69 </PropertyGroup>
70</Project>
Note: See TracBrowser for help on using the repository browser.