257 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			257 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | |
|     <ProductVersion>8.0.30703</ProductVersion>
 | |
|     <SchemaVersion>2.0</SchemaVersion>
 | |
|     <ProjectGuid>{80E69D05-8436-4342-B0B1-5ADAA8E83D41}</ProjectGuid>
 | |
|     <OutputType>Library</OutputType>
 | |
|     <AppDesignerFolder>Properties</AppDesignerFolder>
 | |
|     <RootNamespace>DocumentManagement</RootNamespace>
 | |
|     <AssemblyName>DocumentManagement</AssemblyName>
 | |
|     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 | |
|     <FileAlignment>512</FileAlignment>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>full</DebugType>
 | |
|     <Optimize>false</Optimize>
 | |
|     <OutputPath>bin\Debug\</OutputPath>
 | |
|     <DefineConstants>DEBUG;TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <PlatformTarget>AnyCPU</PlatformTarget>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | |
|     <DebugType>none</DebugType>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>bin\Release\</OutputPath>
 | |
|     <DefineConstants>TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="DCSoft.ORM">
 | |
|       <HintPath>..\AIMS\Extensions\DCSoft.ORM.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="DCSoft.Writer">
 | |
|       <HintPath>..\AIMS\Extensions\DCSoft.Writer.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="DevComponents.DotNetBar2, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\AIMS\DLL\DevComponents.DotNetBar2.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <EmbedInteropTypes>False</EmbedInteropTypes>
 | |
|       <HintPath>..\AIMS\Extensions\Microsoft.Office.Interop.Excel.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Core" />
 | |
|     <Reference Include="System.Drawing" />
 | |
|     <Reference Include="System.Windows.Forms" />
 | |
|     <Reference Include="System.Xml.Linq" />
 | |
|     <Reference Include="System.Data.DataSetExtensions" />
 | |
|     <Reference Include="Microsoft.CSharp" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Xml" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="DocumentEntity\AppStartOptions.cs" />
 | |
|     <Compile Include="DocumentEntity\BindEvents.cs" />
 | |
|     <Compile Include="DocumentEntity\DocumentExtension.cs" />
 | |
|     <Compile Include="DocumentEntity\EventCodeCompiler.cs" />
 | |
|     <Compile Include="DocumentEntity\DocumentDAL.cs" />
 | |
|     <Compile Include="DocumentEntity\PatientLisResult.cs" />
 | |
|     <Compile Include="DocumentEntity\PatientRecord.cs" />
 | |
|     <Compile Include="DocumentEntity\PrintTemplateDB.cs" />
 | |
|     <Compile Include="DocumentEntity\UserTempPurviewDB.cs" />
 | |
|     <Compile Include="DocumentEntity\PrintTemplate.cs" />
 | |
|     <Compile Include="DocumentEntity\UserTempPurview.cs" />
 | |
|     <Compile Include="DocumentEntity\MyCommandNames.cs" />
 | |
|     <Compile Include="DocumentEntity\MyListItemsProvider.cs" />
 | |
|     <Compile Include="GoldPrinter.ExcelConstants\BordersEdge.cs" />
 | |
|     <Compile Include="GoldPrinter.ExcelConstants\BordersLineStyle.cs" />
 | |
|     <Compile Include="GoldPrinter.ExcelConstants\BordersWeight.cs" />
 | |
|     <Compile Include="GoldPrinter\AlignFlag.cs" />
 | |
|     <Compile Include="GoldPrinter\Body.cs" />
 | |
|     <Compile Include="GoldPrinter\BordersEdgeFlag.cs" />
 | |
|     <Compile Include="GoldPrinter\Bottom.cs" />
 | |
|     <Compile Include="GoldPrinter\Caption.cs" />
 | |
|     <Compile Include="GoldPrinter\CellRectangle.cs" />
 | |
|     <Compile Include="GoldPrinter\ChineseNum.cs" />
 | |
|     <Compile Include="GoldPrinter\DrawBase.cs" />
 | |
|     <Compile Include="GoldPrinter\DrawGrid.cs" />
 | |
|     <Compile Include="GoldPrinter\DrawRectangle.cs" />
 | |
|     <Compile Include="GoldPrinter\DrawText.cs" />
 | |
|     <Compile Include="GoldPrinter\ExcelAccess.cs" />
 | |
|     <Compile Include="GoldPrinter\ExcelBase.cs" />
 | |
|     <Compile Include="GoldPrinter\ExceptionExcelCreateInstance.cs" />
 | |
|     <Compile Include="GoldPrinter\ExceptionExcelOpen.cs" />
 | |
|     <Compile Include="GoldPrinter\ExceptionInvalidPrinter.cs" />
 | |
|     <Compile Include="GoldPrinter\Footer.cs" />
 | |
|     <Compile Include="GoldPrinter\GoldGrid.cs" />
 | |
|     <Compile Include="GoldPrinter\GridBase.cs" />
 | |
|     <Compile Include="GoldPrinter\GridBorderFlag.cs" />
 | |
|     <Compile Include="GoldPrinter\GridLineFlag.cs" />
 | |
|     <Compile Include="GoldPrinter\GridMergeFlag.cs" />
 | |
|     <Compile Include="GoldPrinter\HAlignFlag.cs" />
 | |
|     <Compile Include="GoldPrinter\Header.cs" />
 | |
|     <Compile Include="GoldPrinter\IDraw.cs" />
 | |
|     <Compile Include="GoldPrinter\IGrid.cs" />
 | |
|     <Compile Include="GoldPrinter\ImportExcelArgs.cs" />
 | |
|     <Compile Include="GoldPrinter\ImportExcelDelegate.cs" />
 | |
|     <Compile Include="GoldPrinter\IPrinterPageSetting.cs" />
 | |
|     <Compile Include="GoldPrinter\MisGoldPrinter.cs" />
 | |
|     <Compile Include="GoldPrinter\MultiHeader.cs" />
 | |
|     <Compile Include="GoldPrinter\Outer.cs" />
 | |
|     <Compile Include="GoldPrinter\Printer.cs" />
 | |
|     <Compile Include="GoldPrinter\PrinterBase.cs" />
 | |
|     <Compile Include="GoldPrinter\PrinterMargins.cs" />
 | |
|     <Compile Include="GoldPrinter\PrinterPageSetting.cs" />
 | |
|     <Compile Include="GoldPrinter\PrinterSingleton.cs" />
 | |
|     <Compile Include="GoldPrinter\PrinterTabStops.cs" />
 | |
|     <Compile Include="GoldPrinter\PrintModeFlag.cs" />
 | |
|     <Compile Include="GoldPrinter\PrintPageDelegate.cs" />
 | |
|     <Compile Include="GoldPrinter\Sewing.cs" />
 | |
|     <Compile Include="GoldPrinter\SewingDirectionFlag.cs" />
 | |
|     <Compile Include="GoldPrinter\TimeDef.cs" />
 | |
|     <Compile Include="GoldPrinter\Title.cs" />
 | |
|     <Compile Include="GoldPrinter\Top.cs" />
 | |
|     <Compile Include="GoldPrinter\VAlignFlag.cs" />
 | |
|     <Compile Include="GoldPrinter\WebPrinterPageSetting.cs" />
 | |
|     <Compile Include="GoldPrinter\WinPrinterPageSetting.cs" />
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <Compile Include="Properties\Resources.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>Resources.resx</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\ExtWriterControl.cs">
 | |
|       <SubType>UserControl</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\ExtWriterControl.designer.cs">
 | |
|       <DependentUpon>ExtWriterControl.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmKB.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmKB.Designer.cs">
 | |
|       <DependentUpon>frmKB.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmParentSelect.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmParentSelect.designer.cs">
 | |
|       <DependentUpon>frmParentSelect.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmTemplate.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmTemplate.designer.cs">
 | |
|       <DependentUpon>frmTemplate.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmTitle.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmTitle.designer.cs">
 | |
|       <DependentUpon>frmTitle.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmUserTempPurview.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmUserTempPurview.Designer.cs">
 | |
|       <DependentUpon>frmUserTempPurview.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmUserTempPurviewDetail.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmUserTempPurviewDetail.Designer.cs">
 | |
|       <DependentUpon>frmUserTempPurviewDetail.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmViewSelect.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\frmViewSelect.Designer.cs">
 | |
|       <DependentUpon>frmViewSelect.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\ucClassify.cs">
 | |
|       <SubType>UserControl</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="UI\ucClassify.Designer.cs">
 | |
|       <DependentUpon>ucClassify.cs</DependentUpon>
 | |
|     </Compile>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="Resources\报表.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <EmbeddedResource Include="Properties\Resources.resx">
 | |
|       <Generator>PublicResXFileCodeGenerator</Generator>
 | |
|       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="UI\ExtWriterControl.resx">
 | |
|       <DependentUpon>ExtWriterControl.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="UI\ExtWriterControl.zh-TW.resx">
 | |
|       <DependentUpon>ExtWriterControl.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="UI\frmKB.resx">
 | |
|       <DependentUpon>frmKB.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="UI\frmParentSelect.resx">
 | |
|       <DependentUpon>frmParentSelect.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="UI\frmTemplate.en.resx">
 | |
|       <DependentUpon>frmTemplate.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="UI\frmTemplate.resx">
 | |
|       <DependentUpon>frmTemplate.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="UI\frmTitle.resx">
 | |
|       <DependentUpon>frmTitle.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="UI\frmUserTempPurview.resx">
 | |
|       <DependentUpon>frmUserTempPurview.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="UI\frmUserTempPurviewDetail.resx">
 | |
|       <DependentUpon>frmUserTempPurviewDetail.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="UI\frmViewSelect.resx">
 | |
|       <DependentUpon>frmViewSelect.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="UI\ucClassify.resx">
 | |
|       <DependentUpon>ucClassify.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="Resources\红.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="Resources\警告.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="Resources\报表2.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="Resources\对号.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="Resources\叹号2.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\AIMSExtension\AIMSExtension.csproj">
 | |
|       <Project>{5238713C-29C6-4E22-BE4C-6E568FE87FA8}</Project>
 | |
|       <Name>AIMSExtension</Name>
 | |
|     </ProjectReference>
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | |
|   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 | |
|        Other similar extension points exist, see Microsoft.Common.targets.
 | |
|   <Target Name="BeforeBuild">
 | |
|   </Target>
 | |
|   <Target Name="AfterBuild">
 | |
|   </Target>
 | |
|   -->
 | |
| </Project> |