source: Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj@ 1731

Last change on this file since 1731 was 1731, checked in by Faisal Sami, 8 years ago

BSDX Scheduling changes for version 2.0.1.

File size: 19.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup>
4 <ProjectType>Local</ProjectType>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}</ProjectGuid>
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 <ApplicationIcon>hwIco281.ICO</ApplicationIcon>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>ClinicalScheduling</AssemblyName>
14 <AssemblyOriginatorKeyFile>
15 </AssemblyOriginatorKeyFile>
16 <DefaultClientScript>JScript</DefaultClientScript>
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
19 <DelaySign>false</DelaySign>
20 <OutputType>WinExe</OutputType>
21 <RootNamespace>IndianHealthService.ClinicalScheduling</RootNamespace>
22 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23 <StartupObject>IndianHealthService.ClinicalScheduling.CGDocumentManager</StartupObject>
24 <FileUpgradeFlags>
25 </FileUpgradeFlags>
26 <UpgradeBackupLocation>
27 </UpgradeBackupLocation>
28 <SccProjectName>
29 </SccProjectName>
30 <SccLocalPath>
31 </SccLocalPath>
32 <SccAuxPath>
33 </SccAuxPath>
34 <SccProvider>
35 </SccProvider>
36 <OldToolsVersion>3.5</OldToolsVersion>
37 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
38 <IsWebBootstrapper>false</IsWebBootstrapper>
39 <ManifestCertificateThumbprint>3202DD11CA9F64F7E52CF7BBED5F17D6E8A1B395</ManifestCertificateThumbprint>
40 <ManifestKeyFile>ClinicalScheduling_TemporaryKey.pfx</ManifestKeyFile>
41 <GenerateManifests>true</GenerateManifests>
42 <SignManifests>false</SignManifests>
43 <TargetZone>LocalIntranet</TargetZone>
44 <TargetFrameworkProfile />
45 <PublishUrl>publish\</PublishUrl>
46 <Install>true</Install>
47 <InstallFrom>Disk</InstallFrom>
48 <UpdateEnabled>false</UpdateEnabled>
49 <UpdateMode>Foreground</UpdateMode>
50 <UpdateInterval>7</UpdateInterval>
51 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
52 <UpdatePeriodically>false</UpdatePeriodically>
53 <UpdateRequired>false</UpdateRequired>
54 <MapFileExtensions>true</MapFileExtensions>
55 <ApplicationRevision>0</ApplicationRevision>
56 <ApplicationVersion>2.0.1.%2a</ApplicationVersion>
57 <UseApplicationTrust>false</UseApplicationTrust>
58 <PublishWizardCompleted>true</PublishWizardCompleted>
59 <BootstrapperEnabled>true</BootstrapperEnabled>
60 </PropertyGroup>
61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
62 <OutputPath>bin\Release\</OutputPath>
63 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
64 <BaseAddress>285212672</BaseAddress>
65 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
66 <ConfigurationOverrideFile>
67 </ConfigurationOverrideFile>
68 <DefineConstants>DEBUG;TRACE</DefineConstants>
69 <DocumentationFile>
70 </DocumentationFile>
71 <DebugSymbols>false</DebugSymbols>
72 <FileAlignment>4096</FileAlignment>
73 <NoStdLib>false</NoStdLib>
74 <NoWarn>
75 </NoWarn>
76 <Optimize>false</Optimize>
77 <RegisterForComInterop>false</RegisterForComInterop>
78 <RemoveIntegerChecks>false</RemoveIntegerChecks>
79 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
80 <WarningLevel>4</WarningLevel>
81 <DebugType>full</DebugType>
82 <ErrorReport>prompt</ErrorReport>
83 <UseVSHostingProcess>false</UseVSHostingProcess>
84 </PropertyGroup>
85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
86 <OutputPath>bin\Release\</OutputPath>
87 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
88 <BaseAddress>285212672</BaseAddress>
89 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
90 <ConfigurationOverrideFile>
91 </ConfigurationOverrideFile>
92 <DefineConstants>
93 </DefineConstants>
94 <DocumentationFile>
95 </DocumentationFile>
96 <DebugSymbols>false</DebugSymbols>
97 <FileAlignment>4096</FileAlignment>
98 <NoStdLib>false</NoStdLib>
99 <NoWarn>
100 </NoWarn>
101 <Optimize>false</Optimize>
102 <RegisterForComInterop>false</RegisterForComInterop>
103 <RemoveIntegerChecks>false</RemoveIntegerChecks>
104 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
105 <WarningLevel>4</WarningLevel>
106 <DebugType>none</DebugType>
107 <ErrorReport>prompt</ErrorReport>
108 <UseVSHostingProcess>false</UseVSHostingProcess>
109 </PropertyGroup>
110 <PropertyGroup>
111 <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
112 </PropertyGroup>
113 <ItemGroup>
114 <Reference Include="PrintPreview, Version=1.0.4570.15574, Culture=neutral, processorArchitecture=MSIL">
115 <SpecificVersion>False</SpecificVersion>
116 <HintPath>bin\Release\PrintPreview.dll</HintPath>
117 </Reference>
118 <Reference Include="System">
119 <Name>System</Name>
120 </Reference>
121 <Reference Include="System.configuration" />
122 <Reference Include="System.Core">
123 <RequiredTargetFramework>3.5</RequiredTargetFramework>
124 </Reference>
125 <Reference Include="System.Data">
126 <Name>System.Data</Name>
127 </Reference>
128 <Reference Include="System.Data.DataSetExtensions">
129 <RequiredTargetFramework>3.5</RequiredTargetFramework>
130 </Reference>
131 <Reference Include="System.Drawing">
132 <Name>System.Drawing</Name>
133 </Reference>
134 <Reference Include="System.Web.Extensions">
135 <RequiredTargetFramework>3.5</RequiredTargetFramework>
136 </Reference>
137 <Reference Include="System.Web.Services">
138 <Name>System.Web.Services</Name>
139 </Reference>
140 <Reference Include="System.Windows.Forms">
141 <Name>System.Windows.Forms</Name>
142 </Reference>
143 <Reference Include="System.Xml">
144 <Name>System.XML</Name>
145 </Reference>
146 </ItemGroup>
147 <ItemGroup>
148 <Compile Include="DRadExamsSelect.cs">
149 <SubType>Form</SubType>
150 </Compile>
151 <Compile Include="DRadExamsSelect.Designer.cs">
152 <DependentUpon>DRadExamsSelect.cs</DependentUpon>
153 </Compile>
154 <Compile Include="Provider.cs" />
155 <Compile Include="RadiologyExam.cs" />
156 <Compile Include="RPCLogger.cs" />
157 <Compile Include="RPCLoggerView.cs">
158 <SubType>Form</SubType>
159 </Compile>
160 <Compile Include="RPCLoggerView.Designer.cs">
161 <DependentUpon>RPCLoggerView.cs</DependentUpon>
162 </Compile>
163 <Compile Include="strings.ar.Designer.cs">
164 <AutoGen>True</AutoGen>
165 <DesignTime>True</DesignTime>
166 <DependentUpon>strings.ar.resx</DependentUpon>
167 </Compile>
168 <Compile Include="strings.Designer.cs">
169 <AutoGen>True</AutoGen>
170 <DesignTime>True</DesignTime>
171 <DependentUpon>strings.resx</DependentUpon>
172 </Compile>
173 <Compile Include="UserPreferences.cs" />
174 <None Include="App.config">
175 <SubType>Designer</SubType>
176 </None>
177 <None Include="dsPatientApptDisplay2.xsc">
178 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
179 </None>
180 <None Include="dsPatientApptDisplay2.xss">
181 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
182 </None>
183 <None Include="dsPatientApptDisplay2.xsx">
184 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
185 </None>
186 <None Include="dsRebookAppts.xsc">
187 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
188 </None>
189 <None Include="dsRebookAppts.xss">
190 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
191 </None>
192 <None Include="dsRebookAppts.xsx">
193 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
194 </None>
195 <Content Include="dsPatientApptDisplay2.xsd">
196 <Generator>MSDataSetGenerator</Generator>
197 <LastGenOutput>dsPatientApptDisplay2.Designer.cs</LastGenOutput>
198 <SubType>Designer</SubType>
199 </Content>
200 <Content Include="dsRebookAppts.xsd">
201 <Generator>MSDataSetGenerator</Generator>
202 <LastGenOutput>dsRebookAppts.Designer.cs</LastGenOutput>
203 <SubType>Designer</SubType>
204 </Content>
205 <Content Include="hwIco281.ICO" />
206 <Compile Include="AssemblyInfo.cs">
207 <SubType>Code</SubType>
208 </Compile>
209 <Compile Include="CalendarGrid.cs">
210 <SubType>Component</SubType>
211 </Compile>
212 <Compile Include="CGAppointment.cs" />
213 <Compile Include="CGAppointmentChangedArgs.cs" />
214 <Compile Include="CGAppointments.cs" />
215 <Compile Include="CGAvailability.cs" />
216 <Compile Include="CGAVDocument.cs">
217 <SubType>Code</SubType>
218 </Compile>
219 <Compile Include="CGAVView.cs">
220 <SubType>Form</SubType>
221 </Compile>
222 <Compile Include="CGCell.cs" />
223 <Compile Include="CGCells.cs" />
224 <Compile Include="CGDocument.cs">
225 <SubType>Code</SubType>
226 </Compile>
227 <Compile Include="CGDocumentManager.cs" />
228 <Compile Include="CGRange.cs" />
229 <Compile Include="CGResource.cs" />
230 <Compile Include="CGSchedLib.cs">
231 <SubType>Code</SubType>
232 </Compile>
233 <Compile Include="CGSelectionChangedArgs.cs" />
234 <Compile Include="CGView.cs">
235 <SubType>Form</SubType>
236 </Compile>
237 <Compile Include="Printing.cs" />
238 <Compile Include="DAccessBlock.cs">
239 <SubType>Form</SubType>
240 </Compile>
241 <Compile Include="DAccessGroup.cs">
242 <SubType>Form</SubType>
243 </Compile>
244 <Compile Include="DAccessGroupItem.cs">
245 <SubType>Form</SubType>
246 </Compile>
247 <Compile Include="DAccessTemplate.cs">
248 <SubType>Form</SubType>
249 </Compile>
250 <Compile Include="DAccessType.cs">
251 <SubType>Form</SubType>
252 </Compile>
253 <Compile Include="DAL.cs" />
254 <Compile Include="DAppointPage.cs">
255 <SubType>Form</SubType>
256 </Compile>
257 <Compile Include="DApptSearch.cs">
258 <SubType>Form</SubType>
259 </Compile>
260 <Compile Include="DCancelAppt.cs">
261 <SubType>Form</SubType>
262 </Compile>
263 <Compile Include="DCheckIn.cs">
264 <SubType>Form</SubType>
265 </Compile>
266 <Compile Include="DCopyAppts.cs">
267 <SubType>Form</SubType>
268 </Compile>
269 <Compile Include="dInputText.cs">
270 <SubType>Form</SubType>
271 </Compile>
272 <Compile Include="DManagement.cs">
273 <SubType>Form</SubType>
274 </Compile>
275 <Compile Include="DNoShow.cs">
276 <SubType>Form</SubType>
277 </Compile>
278 <Compile Include="DPatientApptDisplay.cs">
279 <SubType>Form</SubType>
280 </Compile>
281 <Compile Include="DPatientLetter.cs">
282 <SubType>Form</SubType>
283 </Compile>
284 <Compile Include="DPatientLookup.cs">
285 <SubType>Form</SubType>
286 </Compile>
287 <Compile Include="DResource.cs">
288 <SubType>Form</SubType>
289 </Compile>
290 <Compile Include="DResourceGroup.cs">
291 <SubType>Form</SubType>
292 </Compile>
293 <Compile Include="DResourceGroupItem.cs">
294 <SubType>Form</SubType>
295 </Compile>
296 <Compile Include="DResourceUser.cs">
297 <SubType>Form</SubType>
298 </Compile>
299 <Compile Include="DSelectLetterClinics.cs">
300 <SubType>Form</SubType>
301 </Compile>
302 <Compile Include="DSelectSchedules.cs">
303 <SubType>Form</SubType>
304 </Compile>
305 <Compile Include="dsPatientApptDisplay2.Designer.cs">
306 <AutoGen>True</AutoGen>
307 <DesignTime>True</DesignTime>
308 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
309 </Compile>
310 <Compile Include="DSplash.cs">
311 <SubType>Form</SubType>
312 </Compile>
313 <Compile Include="dsRebookAppts.cs">
314 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
315 </Compile>
316 <Compile Include="dsRebookAppts.Designer.cs">
317 <AutoGen>True</AutoGen>
318 <DesignTime>True</DesignTime>
319 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
320 </Compile>
321 <Compile Include="FMDateTime.cs">
322 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
323 </Compile>
324 <Compile Include="DMassSlotDelete.cs">
325 <SubType>Form</SubType>
326 </Compile>
327 <Compile Include="DMassSlotDelete.Designer.cs">
328 <DependentUpon>DMassSlotDelete.cs</DependentUpon>
329 </Compile>
330 <Compile Include="LoadingSplash.cs">
331 <SubType>Form</SubType>
332 </Compile>
333 <Compile Include="LoadingSplash.Designer.cs">
334 <DependentUpon>LoadingSplash.cs</DependentUpon>
335 </Compile>
336 <Compile Include="Options.cs" />
337 <Compile Include="Patient.cs" />
338 <Compile Include="UCPatientAppts.cs">
339 <SubType>UserControl</SubType>
340 </Compile>
341 <Compile Include="UCPatientAppts.Designer.cs">
342 <DependentUpon>UCPatientAppts.cs</DependentUpon>
343 </Compile>
344 <EmbeddedResource Include="CGAVView.resx">
345 <DependentUpon>CGAVView.cs</DependentUpon>
346 <SubType>Designer</SubType>
347 </EmbeddedResource>
348 <EmbeddedResource Include="CGDocumentManager.resx">
349 <DependentUpon>CGDocumentManager.cs</DependentUpon>
350 <SubType>Designer</SubType>
351 </EmbeddedResource>
352 <EmbeddedResource Include="CGView.resx">
353 <DependentUpon>CGView.cs</DependentUpon>
354 <SubType>Designer</SubType>
355 </EmbeddedResource>
356 <EmbeddedResource Include="DAccessGroup.resx">
357 <DependentUpon>DAccessGroup.cs</DependentUpon>
358 <SubType>Designer</SubType>
359 </EmbeddedResource>
360 <EmbeddedResource Include="DAccessGroupItem.resx">
361 <DependentUpon>DAccessGroupItem.cs</DependentUpon>
362 <SubType>Designer</SubType>
363 </EmbeddedResource>
364 <EmbeddedResource Include="DAccessTemplate.resx">
365 <DependentUpon>DAccessTemplate.cs</DependentUpon>
366 <SubType>Designer</SubType>
367 </EmbeddedResource>
368 <EmbeddedResource Include="DAccessType.resx">
369 <DependentUpon>DAccessType.cs</DependentUpon>
370 <SubType>Designer</SubType>
371 </EmbeddedResource>
372 <EmbeddedResource Include="DAppointPage.resx">
373 <DependentUpon>DAppointPage.cs</DependentUpon>
374 <SubType>Designer</SubType>
375 </EmbeddedResource>
376 <EmbeddedResource Include="DApptSearch.resx">
377 <DependentUpon>DApptSearch.cs</DependentUpon>
378 <SubType>Designer</SubType>
379 </EmbeddedResource>
380 <EmbeddedResource Include="DCancelAppt.resx">
381 <DependentUpon>DCancelAppt.cs</DependentUpon>
382 <SubType>Designer</SubType>
383 </EmbeddedResource>
384 <EmbeddedResource Include="DCheckIn.resx">
385 <DependentUpon>DCheckIn.cs</DependentUpon>
386 <SubType>Designer</SubType>
387 </EmbeddedResource>
388 <EmbeddedResource Include="DCopyAppts.resx">
389 <DependentUpon>DCopyAppts.cs</DependentUpon>
390 <SubType>Designer</SubType>
391 </EmbeddedResource>
392 <EmbeddedResource Include="dInputText.resx">
393 <DependentUpon>dInputText.cs</DependentUpon>
394 <SubType>Designer</SubType>
395 </EmbeddedResource>
396 <EmbeddedResource Include="DManagement.resx">
397 <DependentUpon>DManagement.cs</DependentUpon>
398 <SubType>Designer</SubType>
399 </EmbeddedResource>
400 <EmbeddedResource Include="DMassSlotDelete.resx">
401 <DependentUpon>DMassSlotDelete.cs</DependentUpon>
402 </EmbeddedResource>
403 <EmbeddedResource Include="DNoShow.resx">
404 <DependentUpon>DNoShow.cs</DependentUpon>
405 <SubType>Designer</SubType>
406 </EmbeddedResource>
407 <EmbeddedResource Include="DPatientLetter.resx">
408 <DependentUpon>DPatientLetter.cs</DependentUpon>
409 <SubType>Designer</SubType>
410 </EmbeddedResource>
411 <EmbeddedResource Include="DPatientLookup.resx">
412 <DependentUpon>DPatientLookup.cs</DependentUpon>
413 <SubType>Designer</SubType>
414 </EmbeddedResource>
415 <EmbeddedResource Include="DRadExamsSelect.resx">
416 <DependentUpon>DRadExamsSelect.cs</DependentUpon>
417 </EmbeddedResource>
418 <EmbeddedResource Include="DResource.resx">
419 <DependentUpon>DResource.cs</DependentUpon>
420 <SubType>Designer</SubType>
421 </EmbeddedResource>
422 <EmbeddedResource Include="DResourceGroup.resx">
423 <DependentUpon>DResourceGroup.cs</DependentUpon>
424 <SubType>Designer</SubType>
425 </EmbeddedResource>
426 <EmbeddedResource Include="DResourceGroupItem.resx">
427 <DependentUpon>DResourceGroupItem.cs</DependentUpon>
428 <SubType>Designer</SubType>
429 </EmbeddedResource>
430 <EmbeddedResource Include="DResourceUser.resx">
431 <DependentUpon>DResourceUser.cs</DependentUpon>
432 <SubType>Designer</SubType>
433 </EmbeddedResource>
434 <EmbeddedResource Include="DSelectLetterClinics.resx">
435 <DependentUpon>DSelectLetterClinics.cs</DependentUpon>
436 <SubType>Designer</SubType>
437 </EmbeddedResource>
438 <EmbeddedResource Include="DSelectSchedules.resx">
439 <DependentUpon>DSelectSchedules.cs</DependentUpon>
440 <SubType>Designer</SubType>
441 </EmbeddedResource>
442 <EmbeddedResource Include="DSplash.resx">
443 <DependentUpon>DSplash.cs</DependentUpon>
444 <SubType>Designer</SubType>
445 </EmbeddedResource>
446 <EmbeddedResource Include="LoadingSplash.resx">
447 <DependentUpon>LoadingSplash.cs</DependentUpon>
448 </EmbeddedResource>
449 <EmbeddedResource Include="RPCLoggerView.resx">
450 <DependentUpon>RPCLoggerView.cs</DependentUpon>
451 </EmbeddedResource>
452 <EmbeddedResource Include="strings.ar.resx">
453 <Generator>ResXFileCodeGenerator</Generator>
454 <LastGenOutput>strings.ar.Designer.cs</LastGenOutput>
455 </EmbeddedResource>
456 <EmbeddedResource Include="strings.resx">
457 <Generator>ResXFileCodeGenerator</Generator>
458 <LastGenOutput>strings.Designer.cs</LastGenOutput>
459 </EmbeddedResource>
460 <EmbeddedResource Include="UCPatientAppts.resx">
461 <DependentUpon>UCPatientAppts.cs</DependentUpon>
462 </EmbeddedResource>
463 <None Include="Properties\app.manifest" />
464 </ItemGroup>
465 <ItemGroup>
466 <Service Include="{967B4E0D-AD0C-4609-AB67-0FA40C0206D8}" />
467 <Service Include="{CF845C55-C321-4742-B673-E6212D061ED9}" />
468 </ItemGroup>
469 <ItemGroup>
470 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
471 <Visible>False</Visible>
472 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
473 <Install>false</Install>
474 </BootstrapperPackage>
475 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
476 <Visible>False</Visible>
477 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
478 <Install>true</Install>
479 </BootstrapperPackage>
480 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
481 <Visible>False</Visible>
482 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
483 <Install>false</Install>
484 </BootstrapperPackage>
485 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
486 <Visible>False</Visible>
487 <ProductName>.NET Framework 3.5</ProductName>
488 <Install>false</Install>
489 </BootstrapperPackage>
490 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
491 <Visible>False</Visible>
492 <ProductName>.NET Framework 3.5 SP1</ProductName>
493 <Install>false</Install>
494 </BootstrapperPackage>
495 </ItemGroup>
496 <ItemGroup />
497 <ItemGroup>
498 <ProjectReference Include="..\..\..\..\BMXNET_RPMS_dotNET_UTILITIES-BMX\branch\BMX41000\IHS BMX Framework\IndianHealthService.BMXNet.WinForm\IndianHealthService.BMXNet.WinForm.csproj">
499 <Project>{3b9011b5-59f4-4f6b-adc7-54adc6948f4d}</Project>
500 <Name>IndianHealthService.BMXNet.WinForm</Name>
501 </ProjectReference>
502 <ProjectReference Include="..\..\..\..\BMXNET_RPMS_dotNET_UTILITIES-BMX\branch\BMX41000\IHS BMX Framework\IndianHealthService.BMXNet\IndianHealthService.BMXNet.csproj">
503 <Project>{de8e4cc9-4f3a-4e32-8dfe-ee5692e8fc45}</Project>
504 <Name>IndianHealthService.BMXNet</Name>
505 </ProjectReference>
506 </ItemGroup>
507 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
508 <PropertyGroup>
509 <PreBuildEvent>
510 </PreBuildEvent>
511 <PostBuildEvent>
512 </PostBuildEvent>
513 </PropertyGroup>
514</Project>
Note: See TracBrowser for help on using the repository browser.