- Timestamp:
- Jan 18, 2011, 9:15:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj
r1065 r1070 67 67 <ConfigurationOverrideFile> 68 68 </ConfigurationOverrideFile> 69 <DefineConstants> TRACE;DEBUG</DefineConstants>69 <DefineConstants>DEBUG;TRACE</DefineConstants> 70 70 <DocumentationFile> 71 71 </DocumentationFile> … … 178 178 <Compile Include="CGAppointment.cs" /> 179 179 <Compile Include="CGAppointmentChangedArgs.cs" /> 180 <Compile Include="CGAppointmentChangedHandler.cs" />181 180 <Compile Include="CGAppointments.cs" /> 182 181 <Compile Include="CGAvailability.cs" /> … … 199 198 </Compile> 200 199 <Compile Include="CGSelectionChangedArgs.cs" /> 201 <Compile Include="CGSelectionChangedHandler.cs" />202 200 <Compile Include="CGView.cs"> 203 201 <SubType>Form</SubType> … … 296 294 <DependentUpon>DMassSlotDelete.cs</DependentUpon> 297 295 </Compile> 296 <Compile Include="LoadingSplash.cs"> 297 <SubType>Form</SubType> 298 </Compile> 299 <Compile Include="LoadingSplash.Designer.cs"> 300 <DependentUpon>LoadingSplash.cs</DependentUpon> 301 </Compile> 298 302 <Compile Include="Options.cs" /> 299 303 <Compile Include="Printing.cs" /> … … 402 406 <DependentUpon>DSplash.cs</DependentUpon> 403 407 <SubType>Designer</SubType> 408 </EmbeddedResource> 409 <EmbeddedResource Include="LoadingSplash.resx"> 410 <DependentUpon>LoadingSplash.cs</DependentUpon> 404 411 </EmbeddedResource> 405 412 <EmbeddedResource Include="UCPatientAppts.resx">
Note:
See TracChangeset
for help on using the changeset viewer.