Changeset 1515
- Timestamp:
- Aug 9, 2012, 6:32:12 PM (12 years ago)
- Location:
- Scheduling/trunk/cs/bsdx0200GUISourceCode
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj
r1474 r1515 110 110 </PropertyGroup> 111 111 <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 112 <Reference Include="PrintPreview, Version=1.0.4570.15574, Culture=neutral, processorArchitecture=MSIL"> 121 113 <SpecificVersion>False</SpecificVersion> … … 500 492 <Folder Include="Properties\" /> 501 493 </ItemGroup> 494 <ItemGroup> 495 <ProjectReference Include="..\..\BMX4\IndianHealthService.BMXNet.WinForm\IndianHealthService.BMXNet.WinForm.csproj"> 496 <Project>{3B9011B5-59F4-4F6B-ADC7-54ADC6948F4D}</Project> 497 <Name>IndianHealthService.BMXNet.WinForm</Name> 498 </ProjectReference> 499 <ProjectReference Include="..\..\BMX4\IndianHealthService.BMXNet\IndianHealthService.BMXNet.csproj"> 500 <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project> 501 <Name>IndianHealthService.BMXNet</Name> 502 </ProjectReference> 503 </ItemGroup> 502 504 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 503 505 <PropertyGroup> -
Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj.user
r1474 r1515 37 37 </RemoteDebugMachine> 38 38 <StartAction>Project</StartAction> 39 <StartArguments>/s=10.0.1.13 /p=9431 /a=shabiel12 /v=catdog. 22</StartArguments>39 <StartArguments>/s=10.0.1.13 /p=9431 /a=shabiel12 /v=catdog.33</StartArguments> 40 40 <StartPage> 41 41 </StartPage> -
Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.sln
r1474 r1515 3 3 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClinicalScheduling", "ClinicalScheduling.csproj", "{8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}" 4 4 ProjectSection(ProjectDependencies) = postProject 5 {9E8D433B-EFD1-4253-BD2C-C4E0DB0BFD0E} = {9E8D433B-EFD1-4253-BD2C-C4E0DB0BFD0E}6 5 {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45} = {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45} 7 6 EndProjectSection 8 7 EndProject 9 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndianHealthService.BMXNet", "..\ BMX4\IndianHealthService.BMXNet\IndianHealthService.BMXNet.csproj", "{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}"8 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndianHealthService.BMXNet", "..\..\BMX4\IndianHealthService.BMXNet\IndianHealthService.BMXNet.csproj", "{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}" 10 9 EndProject 11 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndianHealthService.BMXNet.WinForm", "..\ BMX4\IndianHealthService.BMXNet.WinForm\IndianHealthService.BMXNet.WinForm.csproj", "{3B9011B5-59F4-4F6B-ADC7-54ADC6948F4D}"10 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IndianHealthService.BMXNet.WinForm", "..\..\BMX4\IndianHealthService.BMXNet.WinForm\IndianHealthService.BMXNet.WinForm.csproj", "{3B9011B5-59F4-4F6B-ADC7-54ADC6948F4D}" 12 11 EndProject 13 12 Global … … 21 20 {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Release|Any CPU.ActiveCfg = Release|Any CPU 22 21 {8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}.Release|Any CPU.Build.0 = Release|Any CPU 23 {9E8D433B-EFD1-4253-BD2C-C4E0DB0BFD0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU24 {9E8D433B-EFD1-4253-BD2C-C4E0DB0BFD0E}.Debug|Any CPU.Build.0 = Debug|Any CPU25 {9E8D433B-EFD1-4253-BD2C-C4E0DB0BFD0E}.Release|Any CPU.ActiveCfg = Release|Any CPU26 {9E8D433B-EFD1-4253-BD2C-C4E0DB0BFD0E}.Release|Any CPU.Build.0 = Release|Any CPU27 22 {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 28 23 {DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}.Debug|Any CPU.Build.0 = Debug|Any CPU
Note:
See TracChangeset
for help on using the changeset viewer.