医院管理系统.csproj
上传用户:yongjiajia
上传日期:2021-01-30
资源大小:686k
文件大小:8k
开发平台:

ASP/ASPX

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <ProjectType>Local</ProjectType>
  4.     <ProductVersion>8.0.50727</ProductVersion>
  5.     <SchemaVersion>2.0</SchemaVersion>
  6.     <ProjectGuid>{309D5FB8-7860-400A-A2B6-C79BC9ADDA52}</ProjectGuid>
  7.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9.     <ApplicationIcon>his.ICO</ApplicationIcon>
  10.     <AssemblyKeyContainerName>
  11.     </AssemblyKeyContainerName>
  12.     <AssemblyName>医院管理系统</AssemblyName>
  13.     <AssemblyOriginatorKeyFile>
  14.     </AssemblyOriginatorKeyFile>
  15.     <DefaultClientScript>JScript</DefaultClientScript>
  16.     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  17.     <DefaultTargetSchema>IE50</DefaultTargetSchema>
  18.     <DelaySign>false</DelaySign>
  19.     <OutputType>WinExe</OutputType>
  20.     <RootNamespace>医院管理系统</RootNamespace>
  21.     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  22.     <StartupObject>
  23.     </StartupObject>
  24.     <FileUpgradeFlags>
  25.     </FileUpgradeFlags>
  26.     <UpgradeBackupLocation>
  27.     </UpgradeBackupLocation>
  28.   </PropertyGroup>
  29.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30.     <OutputPath>binDebug</OutputPath>
  31.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  32.     <BaseAddress>285212672</BaseAddress>
  33.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  34.     <ConfigurationOverrideFile>
  35.     </ConfigurationOverrideFile>
  36.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  37.     <DocumentationFile>
  38.     </DocumentationFile>
  39.     <DebugSymbols>true</DebugSymbols>
  40.     <FileAlignment>4096</FileAlignment>
  41.     <NoStdLib>false</NoStdLib>
  42.     <NoWarn>
  43.     </NoWarn>
  44.     <Optimize>false</Optimize>
  45.     <RegisterForComInterop>false</RegisterForComInterop>
  46.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  47.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  48.     <WarningLevel>4</WarningLevel>
  49.     <DebugType>full</DebugType>
  50.     <ErrorReport>prompt</ErrorReport>
  51.   </PropertyGroup>
  52.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  53.     <OutputPath>binRelease</OutputPath>
  54.     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  55.     <BaseAddress>285212672</BaseAddress>
  56.     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  57.     <ConfigurationOverrideFile>
  58.     </ConfigurationOverrideFile>
  59.     <DefineConstants>TRACE</DefineConstants>
  60.     <DocumentationFile>
  61.     </DocumentationFile>
  62.     <DebugSymbols>false</DebugSymbols>
  63.     <FileAlignment>4096</FileAlignment>
  64.     <NoStdLib>false</NoStdLib>
  65.     <NoWarn>
  66.     </NoWarn>
  67.     <Optimize>true</Optimize>
  68.     <RegisterForComInterop>false</RegisterForComInterop>
  69.     <RemoveIntegerChecks>false</RemoveIntegerChecks>
  70.     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  71.     <WarningLevel>4</WarningLevel>
  72.     <DebugType>none</DebugType>
  73.     <ErrorReport>prompt</ErrorReport>
  74.   </PropertyGroup>
  75.   <ItemGroup>
  76.     <Reference Include="System">
  77.       <Name>System</Name>
  78.     </Reference>
  79.     <Reference Include="System.Data">
  80.       <Name>System.Data</Name>
  81.     </Reference>
  82.     <Reference Include="System.Drawing">
  83.       <Name>System.Drawing</Name>
  84.     </Reference>
  85.     <Reference Include="System.Windows.Forms">
  86.       <Name>System.Windows.Forms</Name>
  87.     </Reference>
  88.     <Reference Include="System.Xml">
  89.       <Name>System.XML</Name>
  90.     </Reference>
  91.   </ItemGroup>
  92.   <ItemGroup>
  93.     <Content Include="App.ico" />
  94.     <Content Include="DataSet1.xsd">
  95.       <Generator>MSDataSetGenerator</Generator>
  96.       <LastGenOutput>DataSet1.Designer.cs</LastGenOutput>
  97.     </Content>
  98.     <Content Include="DataSet2.xsd">
  99.       <Generator>MSDataSetGenerator</Generator>
  100.       <LastGenOutput>DataSet2.Designer.cs</LastGenOutput>
  101.     </Content>
  102.     <Content Include="DataSet3.xsd">
  103.       <Generator>MSDataSetGenerator</Generator>
  104.       <LastGenOutput>DataSet3.Designer.cs</LastGenOutput>
  105.     </Content>
  106.     <Content Include="his.ICO" />
  107.     <Compile Include="AssemblyInfo.cs">
  108.       <SubType>Code</SubType>
  109.     </Compile>
  110.     <Compile Include="ClinicCharge.cs">
  111.       <SubType>Form</SubType>
  112.     </Compile>
  113.     <Compile Include="ClinicPriceConfirm.cs">
  114.       <SubType>Form</SubType>
  115.     </Compile>
  116.     <Compile Include="ClinicReg.cs">
  117.       <SubType>Form</SubType>
  118.     </Compile>
  119.     <Compile Include="DataSet1.Designer.cs">
  120.       <AutoGen>True</AutoGen>
  121.       <DesignTime>True</DesignTime>
  122.       <DependentUpon>DataSet1.xsd</DependentUpon>
  123.     </Compile>
  124.     <Compile Include="DataSet2.Designer.cs">
  125.       <AutoGen>True</AutoGen>
  126.       <DesignTime>True</DesignTime>
  127.       <DependentUpon>DataSet2.xsd</DependentUpon>
  128.     </Compile>
  129.     <Compile Include="DataSet3.Designer.cs">
  130.       <AutoGen>True</AutoGen>
  131.       <DesignTime>True</DesignTime>
  132.       <DependentUpon>DataSet3.xsd</DependentUpon>
  133.     </Compile>
  134.     <Compile Include="InputBox.cs">
  135.       <SubType>Form</SubType>
  136.     </Compile>
  137.     <Compile Include="MainFrm.cs">
  138.       <SubType>Form</SubType>
  139.     </Compile>
  140.     <Compile Include="MedInfo.cs">
  141.       <SubType>Form</SubType>
  142.     </Compile>
  143.     <Compile Include="ParentForm.cs">
  144.       <SubType>Form</SubType>
  145.     </Compile>
  146.     <Compile Include="RegQuery.cs">
  147.       <SubType>Form</SubType>
  148.     </Compile>
  149.     <Compile Include="SendMedicine.cs">
  150.       <SubType>Form</SubType>
  151.     </Compile>
  152.     <Compile Include="ServiceInfo.cs">
  153.       <SubType>Form</SubType>
  154.     </Compile>
  155.     <Compile Include="StoreQuery.cs">
  156.       <SubType>Form</SubType>
  157.     </Compile>
  158.     <EmbeddedResource Include="ClinicCharge.resx">
  159.       <DependentUpon>ClinicCharge.cs</DependentUpon>
  160.     </EmbeddedResource>
  161.     <EmbeddedResource Include="ClinicPriceConfirm.resx">
  162.       <DependentUpon>ClinicPriceConfirm.cs</DependentUpon>
  163.     </EmbeddedResource>
  164.     <EmbeddedResource Include="ClinicReg.resx">
  165.       <DependentUpon>ClinicReg.cs</DependentUpon>
  166.     </EmbeddedResource>
  167.     <EmbeddedResource Include="InputBox.resx">
  168.       <DependentUpon>InputBox.cs</DependentUpon>
  169.     </EmbeddedResource>
  170.     <EmbeddedResource Include="MainFrm.resx">
  171.       <DependentUpon>MainFrm.cs</DependentUpon>
  172.     </EmbeddedResource>
  173.     <EmbeddedResource Include="MedInfo.resx">
  174.       <DependentUpon>MedInfo.cs</DependentUpon>
  175.     </EmbeddedResource>
  176.     <EmbeddedResource Include="ParentForm.resx">
  177.       <DependentUpon>ParentForm.cs</DependentUpon>
  178.     </EmbeddedResource>
  179.     <EmbeddedResource Include="RegQuery.resx">
  180.       <DependentUpon>RegQuery.cs</DependentUpon>
  181.     </EmbeddedResource>
  182.     <EmbeddedResource Include="SendMedicine.resx">
  183.       <DependentUpon>SendMedicine.cs</DependentUpon>
  184.     </EmbeddedResource>
  185.     <EmbeddedResource Include="ServiceInfo.resx">
  186.       <DependentUpon>ServiceInfo.cs</DependentUpon>
  187.     </EmbeddedResource>
  188.     <EmbeddedResource Include="StoreQuery.resx">
  189.       <DependentUpon>StoreQuery.cs</DependentUpon>
  190.     </EmbeddedResource>
  191.     <None Include="DataSet1.xsc">
  192.       <DependentUpon>DataSet1.xsd</DependentUpon>
  193.     </None>
  194.     <None Include="DataSet1.xss">
  195.       <DependentUpon>DataSet1.xsd</DependentUpon>
  196.     </None>
  197.     <None Include="DataSet2.xsc">
  198.       <DependentUpon>DataSet2.xsd</DependentUpon>
  199.     </None>
  200.     <None Include="DataSet2.xsx">
  201.       <DependentUpon>DataSet2.xsd</DependentUpon>
  202.     </None>
  203.   </ItemGroup>
  204.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  205.   <PropertyGroup>
  206.     <PreBuildEvent>
  207.     </PreBuildEvent>
  208.     <PostBuildEvent>
  209.     </PostBuildEvent>
  210.   </PropertyGroup>
  211. </Project>