205 lines
9.4 KiB
XML
205 lines
9.4 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>{35A30202-1D63-413A-AD12-8FFB24165B43}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>BackupAndImport</RootNamespace>
|
|
<AssemblyName>BackupAndImport</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Debug\Plugin\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</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>
|
|
<ItemGroup>
|
|
<Reference Include="Api.Framework">
|
|
<HintPath>..\..\Debug\Api.Framework.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Chat.Framework">
|
|
<HintPath>..\..\Debug\Chat.Framework.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="DevExpress.Printing.v19.2.Core, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="DevExpress.Utils.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="DevExpress.XtraPrinting.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Grant.Framework">
|
|
<HintPath>..\..\Debug\Grant.Framework.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="HttpHelper, Version=2.1.10.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\Debug\HttpHelper.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Newtonsoft.Json.13.0.2-beta2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NPOI.HSSF">
|
|
<HintPath>..\..\DLL\NPOI.HSSF.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="SqlSugar, Version=4.9.9.3, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\Debug\SqlSugar.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<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.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="UI.Framework">
|
|
<HintPath>..\..\Debug\UI.Framework.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AutoBakThread.cs" />
|
|
<Compile Include="CheckAdminForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="CheckAdminForm.Designer.cs">
|
|
<DependentUpon>CheckAdminForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Class1.cs" />
|
|
<Compile Include="Config.cs" />
|
|
<Compile Include="ECO\Eco.cs" />
|
|
<Compile Include="ECO\Entitys\EcoLoginInfo.cs" />
|
|
<Compile Include="ECO\Entitys\ECOMemberInfo.cs" />
|
|
<Compile Include="ECO\Entitys\ECOOrderInfo.cs" />
|
|
<Compile Include="ECO\EventLog.cs" />
|
|
<Compile Include="ECO\Events\LogEvent.cs" />
|
|
<Compile Include="ECO\Tools.cs" />
|
|
<Compile Include="EditRobotNameForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="EditRobotNameForm.Designer.cs">
|
|
<DependentUpon>EditRobotNameForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Entitys\alitools\AliOrder.cs" />
|
|
<Compile Include="Entitys\annaer_cloud\member.cs" />
|
|
<Compile Include="Entitys\annaer\会员信息.cs" />
|
|
<Compile Include="Entitys\annaer\上下级管理.cs" />
|
|
<Compile Include="Entitys\annaer_cloud\fission.cs" />
|
|
<Compile Include="Entitys\BindCache.cs" />
|
|
<Compile Include="Entitys\alitools\MemberInfo.cs" />
|
|
<Compile Include="Entitys\AliOrder.cs" />
|
|
<Compile Include="Entitys\PrimaryKeyTemp.cs" />
|
|
<Compile Include="Entitys\lieke\GroupInvite.cs" />
|
|
<Compile Include="Entitys\lieke\Member.cs" />
|
|
<Compile Include="Entitys\RobotUpdateName.cs" />
|
|
<Compile Include="Entitys\淘某喵\members_46349.cs" />
|
|
<Compile Include="Entitys\淘某喵\rewarded_orders_46349.cs" />
|
|
<Compile Include="NianChu\Entitys\members.cs" />
|
|
<Compile Include="NianChu\Entitys\robots.cs" />
|
|
<Compile Include="Entitys\念初\member.cs" />
|
|
<Compile Include="Entitys\念初\orders.cs" />
|
|
<Compile Include="Entitys\悠哉\member.cs" />
|
|
<Compile Include="Entitys\淘某喵\members_41235.cs" />
|
|
<Compile Include="Entitys\淘某喵\rewarded_orders_41235.cs" />
|
|
<Compile Include="Entitys\速推客\代理管理.cs" />
|
|
<Compile Include="Entitys\速推客\会员信息.cs" />
|
|
<Compile Include="Enums.cs" />
|
|
<Compile Include="MainForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainForm.Designer.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NianChu\Entitys\TbOrder.cs" />
|
|
<Compile Include="NianChu\EventLog.cs" />
|
|
<Compile Include="NianChu\Nianchu.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="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TestMutipleThreadRestEvent.cs" />
|
|
<Compile Include="Tools.cs" />
|
|
<Compile Include="UserId.cs" />
|
|
<Compile Include="Utils\SetConnectionConfig.cs" />
|
|
<Compile Include="速推客云端\Entitys\STKMemberInfo.cs" />
|
|
<Compile Include="速推客云端\EventLog.cs" />
|
|
<Compile Include="速推客云端\Stk.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="CheckAdminForm.resx">
|
|
<DependentUpon>CheckAdminForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="EditRobotNameForm.resx">
|
|
<DependentUpon>EditRobotNameForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MainForm.resx">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<None Include="packages.config" />
|
|
<None Include="Properties\licenses.licx" />
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Resources\备份与导入.png" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |