ab56a9bcf7
SVN-Revision: r240
132 lines
5.6 KiB
XML
132 lines
5.6 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>{3A6C1F0D-548C-4EB7-BA4D-6728F9C2903B}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Lskj.PubInvoiceOut</RootNamespace>
|
|
<AssemblyName>Lskj.PubInvoiceOut</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Debug\Lib\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="DevExpress.Utils.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<Reference Include="DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\引用DLL\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Net" />
|
|
<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" />
|
|
<Reference Include="zxing">
|
|
<HintPath>..\..\Debug\zxing.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DllBaseClass.cs" />
|
|
<Compile Include="FrmMain.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FrmMain.Designer.cs">
|
|
<DependentUpon>FrmMain.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FrmQrCode.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FrmQrCode.Designer.cs">
|
|
<DependentUpon>FrmQrCode.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FrmSendCode.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FrmSendCode.Designer.cs">
|
|
<DependentUpon>FrmSendCode.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ResultEventArgs.cs" />
|
|
<Compile Include="ResultModel.cs" />
|
|
<EmbeddedResource Include="FrmMain.resx">
|
|
<DependentUpon>FrmMain.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FrmQrCode.resx">
|
|
<DependentUpon>FrmQrCode.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FrmSendCode.resx">
|
|
<DependentUpon>FrmSendCode.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<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>
|
|
</Compile>
|
|
<None Include="app.config" />
|
|
<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>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Lskj.Business\Lskj.Business.csproj">
|
|
<Project>{7EAFCCC2-A18F-49E9-85C6-A984966CFD01}</Project>
|
|
<Name>Lskj.Business</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Lskj.Control\Lskj.Control.csproj">
|
|
<Project>{447CDC40-659F-4CCA-9ED6-8E818B4CF8BF}</Project>
|
|
<Name>Lskj.Control</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Lskj.Core\Lskj.Core.csproj">
|
|
<Project>{2A1BE6AC-1077-491B-A754-C5822FE8121E}</Project>
|
|
<Name>Lskj.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Lskj.Util\Lskj.Util.csproj">
|
|
<Project>{A51BF642-6543-4DE3-8948-83F558B72BD4}</Project>
|
|
<Name>Lskj.Util</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |