216 lines
9.1 KiB
XML
216 lines
9.1 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>{2916C951-8BF2-4941-BF8D-EBC1E1A73758}</ProjectGuid>
|
|||
|
<OutputType>Library</OutputType>
|
|||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
<RootNamespace>Grant.Framework</RootNamespace>
|
|||
|
<AssemblyName>Grant.Framework</AssemblyName>
|
|||
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|||
|
<FileAlignment>512</FileAlignment>
|
|||
|
<TargetFrameworkProfile />
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|||
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
<DebugType>full</DebugType>
|
|||
|
<Optimize>false</Optimize>
|
|||
|
<OutputPath>..\..\Debug\</OutputPath>
|
|||
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|||
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|||
|
<Prefer32Bit>false</Prefer32Bit>
|
|||
|
</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>
|
|||
|
<Prefer32Bit>false</Prefer32Bit>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|||
|
<Reference Include="DevExpress.Printing.v19.2.Core, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|||
|
<Reference Include="DevExpress.Sparkline.v19.2.Core, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|||
|
<Reference Include="DevExpress.Utils.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|||
|
<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" />
|
|||
|
<Reference Include="DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|||
|
<Reference Include="DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|||
|
<Reference Include="DevExpress.XtraPrinting.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|||
|
<Reference Include="System" />
|
|||
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|||
|
<Reference Include="System.Configuration" />
|
|||
|
<Reference Include="System.Core" />
|
|||
|
<Reference Include="System.Data.Linq" />
|
|||
|
<Reference Include="System.Drawing" />
|
|||
|
<Reference Include="System.Management" />
|
|||
|
<Reference Include="System.Web" />
|
|||
|
<Reference Include="System.Web.Extensions" />
|
|||
|
<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, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|||
|
<SpecificVersion>False</SpecificVersion>
|
|||
|
<HintPath>..\..\Debug\UI.Framework.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="AuthorizationManage.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="AuthorizationManage.Designer.cs">
|
|||
|
<DependentUpon>AuthorizationManage.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="CreateCardForm.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="CreateCardForm.Designer.cs">
|
|||
|
<DependentUpon>CreateCardForm.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="GetCardForm.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="GetCardForm.Designer.cs">
|
|||
|
<DependentUpon>GetCardForm.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="GrantClient.cs" />
|
|||
|
<Compile Include="LoginCard.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="LoginCard.Designer.cs">
|
|||
|
<DependentUpon>LoginCard.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="OnlineRenewalForm.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="OnlineRenewalForm.Designer.cs">
|
|||
|
<DependentUpon>OnlineRenewalForm.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
<Compile Include="Properties\Resources.Designer.cs">
|
|||
|
<AutoGen>True</AutoGen>
|
|||
|
<DesignTime>True</DesignTime>
|
|||
|
<DependentUpon>Resources.resx</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="RechargePointForm.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="RechargePointForm.Designer.cs">
|
|||
|
<DependentUpon>RechargePointForm.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="RegistForm.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="RegistForm.Designer.cs">
|
|||
|
<DependentUpon>RegistForm.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="ReplaceAuthorizeForm.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="ReplaceAuthorizeForm.Designer.cs">
|
|||
|
<DependentUpon>ReplaceAuthorizeForm.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="SetOEM.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="SetOEM.Designer.cs">
|
|||
|
<DependentUpon>SetOEM.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="SetPassword.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="SetPassword.Designer.cs">
|
|||
|
<DependentUpon>SetPassword.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="UpdateSoft.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="UpdateSoft.designer.cs">
|
|||
|
<DependentUpon>UpdateSoft.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="VerifyPassForm.cs">
|
|||
|
<SubType>Form</SubType>
|
|||
|
</Compile>
|
|||
|
<Compile Include="VerifyPassForm.Designer.cs">
|
|||
|
<DependentUpon>VerifyPassForm.cs</DependentUpon>
|
|||
|
</Compile>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<EmbeddedResource Include="AuthorizationManage.resx">
|
|||
|
<DependentUpon>AuthorizationManage.cs</DependentUpon>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="CreateCardForm.resx">
|
|||
|
<DependentUpon>CreateCardForm.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="GetCardForm.resx">
|
|||
|
<DependentUpon>GetCardForm.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="LoginCard.resx">
|
|||
|
<DependentUpon>LoginCard.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="OnlineRenewalForm.resx">
|
|||
|
<DependentUpon>OnlineRenewalForm.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<None Include="Properties\licenses.licx" />
|
|||
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|||
|
<Generator>ResXFileCodeGenerator</Generator>
|
|||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="RechargePointForm.resx">
|
|||
|
<DependentUpon>RechargePointForm.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="RegistForm.resx">
|
|||
|
<DependentUpon>RegistForm.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="ReplaceAuthorizeForm.resx">
|
|||
|
<DependentUpon>ReplaceAuthorizeForm.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="SetOEM.resx">
|
|||
|
<DependentUpon>SetOEM.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="SetPassword.resx">
|
|||
|
<DependentUpon>SetPassword.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="UpdateSoft.resx">
|
|||
|
<DependentUpon>UpdateSoft.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
<EmbeddedResource Include="VerifyPassForm.resx">
|
|||
|
<DependentUpon>VerifyPassForm.cs</DependentUpon>
|
|||
|
</EmbeddedResource>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="Resources\未命名_副本.png" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="Resources\评价助手Logo.png" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="Resources\充值.jpg" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="Resources\加好友.jpg" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\HttpHelper2.1\HttpHelper.csproj">
|
|||
|
<Project>{b54ae050-dd6c-4f73-95e8-9d8c1cf38ffe}</Project>
|
|||
|
<Name>HttpHelper</Name>
|
|||
|
<Private>False</Private>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
</Project>
|