You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SOP/sop-sdk/sdk-csharp/SDKCSharp/SDKCSharp.csproj

94 lines
4.1 KiB

6 years ago
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" 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>{5461AAE5-F701-4A39-9D81-22BC6A80CFF9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SDKCSharp</RootNamespace>
<AssemblyName>SDKCSharp</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
<ItemGroup>
<Reference Include="BouncyCastle.Crypto, Version=1.8.2.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
<SpecificVersion>False</SpecificVersion>
<HintPath>Dll\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Newtonsoft.Json">
<HintPath>Dll\json\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Client\OpenHttp.cs" />
<Compile Include="Client\OpenRequest.cs" />
<Compile Include="Common\OpenConfig.cs" />
<Compile Include="Common\RequestForm.cs" />
<Compile Include="Common\UploadFile.cs" />
<Compile Include="Request\BaseRequest.cs" />
<Compile Include="Request\CommonRequest.cs" />
<Compile Include="Common\IgnoreSign.cs" />
<Compile Include="Client\OpenClient.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Common\SdkConfig.cs" />
<Compile Include="Response\BaseResponse.cs" />
<Compile Include="Response\CommonResponse.cs" />
<Compile Include="Utility\AESUtil.cs" />
<Compile Include="Utility\ClassUtil.cs" />
<Compile Include="Utility\FileUtil.cs" />
<Compile Include="Utility\JsonUtil.cs" />
<Compile Include="Utility\MD5Util.cs" />
<Compile Include="Utility\RSA.cs" />
<Compile Include="Utility\SignUtil.cs" />
<Compile Include="Common\SopSignature.cs" />
<Compile Include="Model\GetStoryModel.cs" />
<Compile Include="Request\GetStoryRequest.cs" />
<Compile Include="Response\GetStoryResponse.cs" />
<Compile Include="Utility\AlipaySignature.cs" />
<Compile Include="Common\SopException.cs" />
<Compile Include="Utility\RSACryptoServiceProviderExtension.cs" />
<Compile Include="Utility\SopUtils.cs" />
6 years ago
</ItemGroup>
<ItemGroup>
<Content Include="Dll\BouncyCastle.Crypto.dll" />
</ItemGroup>
<ItemGroup>
<Folder Include="Dll\json\" />
</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>