- Timestamp:
- Jul 8, 2010, 8:46:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj
r824 r843 67 67 <ConfigurationOverrideFile> 68 68 </ConfigurationOverrideFile> 69 <DefineConstants> DEBUG</DefineConstants>69 <DefineConstants>TRACE;DEBUG</DefineConstants> 70 70 <DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile> 71 71 <DebugSymbols>false</DebugSymbols> … … 90 90 <ConfigurationOverrideFile> 91 91 </ConfigurationOverrideFile> 92 <DefineConstants> 93 </DefineConstants> 92 <DefineConstants>TRACE;DEBUG</DefineConstants> 94 93 <DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile> 95 94 <DebugSymbols>false</DebugSymbols> … … 108 107 </PropertyGroup> 109 108 <ItemGroup> 110 <Reference Include="BMXNet21, Version=2.0.3839.7911, Culture=neutral, processorArchitecture=MSIL">111 <SpecificVersion>False</SpecificVersion>112 <HintPath>..\..\..\BMX\bmx_0200scr\BMX2\BMXNet\bin\Release\BMXNet21.dll</HintPath>113 </Reference>114 109 <Reference Include="System"> 115 110 <Name>System</Name> … … 146 141 <None Include="ClassDiagram1.cd" /> 147 142 <None Include="ClassDiagram2.cd" /> 148 <None Include="ClinicalScheduling_TemporaryKey.pfx" />149 143 <None Include="dsPatientApptDisplay2.xsc"> 150 144 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon> … … 227 221 <SubType>Form</SubType> 228 222 </Compile> 223 <Compile Include="DAL.cs" /> 229 224 <Compile Include="DAppointPage.cs"> 230 225 <SubType>Form</SubType> … … 294 289 <DesignTime>True</DesignTime> 295 290 <DependentUpon>dsRebookAppts.xsd</DependentUpon> 291 </Compile> 292 <Compile Include="FMDateTime.cs"> 293 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 296 294 </Compile> 297 295 <Compile Include="Options.cs" /> … … 435 433 </ItemGroup> 436 434 <ItemGroup> 435 <ProjectReference Include="..\..\..\BMX\bmx_0200scr\BMX2\BMXNet\BMXNet.csproj"> 436 <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project> 437 <Name>BMXNet</Name> 438 </ProjectReference> 439 </ItemGroup> 440 <ItemGroup> 437 441 <Folder Include="Properties\" /> 438 442 </ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.