123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.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>{B0D6E8D8-3D20-47A5-AEB1-45A4CF4F1A04}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>ZLPlugin_LisPacs_MR</RootNamespace>
- <AssemblyName>ZLPlugin_LisPacs_MR</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </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>
- <RegisterForComInterop>true</RegisterForComInterop>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>true</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyOriginatorKeyFile>ZLPlugin_Extension.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Interop.ADODB">
- <HintPath>obj\Release\Interop.ADODB.dll</HintPath>
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Windows.Forms" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Domain\Units\HttpUtils.cs" />
- <Compile Include="FormInfo.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormInfo.Designer.cs">
- <DependentUpon>FormInfo.cs</DependentUpon>
- </Compile>
- <Compile Include="INIHelper.cs" />
- <Compile Include="IclsPlugIn.cs" />
- <Compile Include="clsPlugin.cs" />
- <Compile Include="Domain\Units\Log.cs" />
- <Compile Include="Domain\Units\DbHelper.cs" />
- <Compile Include="Domain\Units\JSON.cs" />
- <Compile Include="Domain\Infos.cs" />
- <Compile Include="LisPacs_MR_Bll.cs" />
- <Compile Include="Model\Codes.cs" />
- <Compile Include="Model\ResultsEx.cs" />
- <Compile Include="Model\Results.cs" />
- <Compile Include="Model\HospitalConfig.cs" />
- <Compile Include="Model\IBase.cs" />
- <Compile Include="Model\UserInfo.cs" />
- <Compile Include="Model\ConfigModel.cs" />
- <Compile Include="Model\YZData.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Domain\Extention\MsgBox.cs" />
- <Compile Include="Domain\Extention\StrExtention.cs" />
- <Compile Include="Domain\Web\WebServiceCaller.cs" />
- <Compile Include="Domain\Encript\AES.cs" />
- <Compile Include="Domain\Encript\DES.cs" />
- <Compile Include="SocketClient.cs" />
- <Compile Include="Tools.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="ZLPlugin_Extension.snk" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="FormInfo.resx">
- <DependentUpon>FormInfo.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Connected Services\" />
- </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>
|