AIMS/AIMS/AIMS.csproj
2023-08-29 00:17:51 +08:00

169 lines
7.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{84990F58-F973-4EDB-BE7B-437A2419DEF0}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>AIMS</RootNamespace>
<AssemblyName>AIMS</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>aims.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject>AIMS.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="DCSoft.Writer, Version=1.2015.12.23, Culture=neutral, PublicKeyToken=2e40e961ea876340, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>DLL\DCSoft.Writer.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar.SuperGrid, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>Extensions\DevComponents.DotNetBar.SuperGrid.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar2, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\DotNetBar for Windows Forms\DevComponents.DotNetBar2.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net.Http">
<HintPath>Extensions\System.Net.Http.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms.DataVisualization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Clear.Bat">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="Template\冰箱监测.xlt" />
<None Include="Template\手术排程模板.xlt" />
<None Include="Template\手术间保养维修记录.xlt" />
<None Include="Template\护士收费单.xlt" />
<None Include="Template\护士收费单QHD.xlt" />
<None Include="Template\排班按月.xlt" />
<None Include="Template\职工出缺勤表.xlt" />
<None Include="Template\麻醉收费单.xlt" />
<None Include="Template\麻醉收费单QHD.xlt" />
<None Include="Template\麻醉机及心电监护仪使用消毒记录.xlt" />
<None Include="Template\麻醉贵重物品清点本.xlt" />
</ItemGroup>
<ItemGroup>
<Content Include="aims.ico" />
<Content Include="AIMSAutoUpdate.exe" />
<Content Include="AIMS.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="AutoUpdateTool.exe" />
<Content Include="Extensions\DCSoft.ORM.dll" />
<Content Include="Extensions\DCSoft.Writer.dll" />
<Content Include="Extensions\DevComponents.DotNetBar.Schedule.dll" />
<Content Include="Extensions\DevComponents.DotNetBar.SuperGrid.dll" />
<Content Include="Extensions\DevComponents.DotNetBar2.dll" />
<Content Include="Extensions\Mono.Security.dll" />
<Content Include="Extensions\Npgsql.dll" />
<Content Include="UpdateList.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AIMSControls\AIMSControls.csproj">
<Project>{84d0eca0-7a0b-4e7f-90f1-e86c99f9e0da}</Project>
<Name>AIMSControls</Name>
</ProjectReference>
<ProjectReference Include="..\AIMSEntity\AIMSEntity.csproj">
<Project>{e7e04b19-8dac-41b1-b1aa-a9fea1d5d9fb}</Project>
<Name>AIMSEntity</Name>
</ProjectReference>
<ProjectReference Include="..\AIMSExtension\AIMSExtension.csproj">
<Project>{5238713c-29c6-4e22-be4c-6e568fe87fa8}</Project>
<Name>AIMSExtension</Name>
</ProjectReference>
<ProjectReference Include="..\DocumentManagement\DocumentManagement.csproj">
<Project>{80e69d05-8436-4342-b0b1-5adaa8e83d41}</Project>
<Name>DocumentManagement</Name>
</ProjectReference>
<ProjectReference Include="..\DrawGraph\DrawGraph.csproj">
<Project>{6e0e5eaf-4814-46c9-add9-0c9462e2a147}</Project>
<Name>DrawGraph</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CCIS.Shared">
<Version>1.0.0.1</Version>
</PackageReference>
<PackageReference Include="Costura.Fody">
<Version>5.7.0</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive; compile</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Serilog.Sinks.File">
<Version>5.0.0</Version>
</PackageReference>
<PackageReference Include="Serilog.Sinks.Seq">
<Version>5.2.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>