123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?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>{CDD33FE4-B1D8-41D6-8D10-20D66B065E49}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>ZLPlugin_MR</RootNamespace>
- <AssemblyName>ZLPlugin_MR</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <TargetFrameworkProfile />
- </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>
- </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_MR.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <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="Model\YZZCancelDTO.cs" />
- <Compile Include="SocketClient.cs" />
- <Compile Include="Tools.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="Model\Codes.cs" />
- <Compile Include="Model\IBase.cs" />
- <Compile Include="Model\Results.cs" />
- <Compile Include="Model\ResultsEx.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="LisPacs_MR_Bll.cs" />
- </ItemGroup>
- <ItemGroup>
- <COMReference Include="ADODB">
- <Guid>{2A75196C-D9EB-4129-B803-931327F72D5C}</Guid>
- <VersionMajor>2</VersionMajor>
- <VersionMinor>8</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>tlbimp</WrapperTool>
- <Isolated>False</Isolated>
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </COMReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="ZLPlugin_MR.snk" />
- </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>
|