|
|
@ -31,11 +31,35 @@ |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
|
|
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
|
|
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System" /> |
|
|
|
|
|
|
|
<Reference Include="System.Configuration" /> |
|
|
|
<Reference Include="System.Core" /> |
|
|
|
<Reference Include="System.Core" /> |
|
|
|
|
|
|
|
<Reference Include="System.Web" /> |
|
|
|
|
|
|
|
<Reference Include="System.Web.Extensions" /> |
|
|
|
|
|
|
|
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
|
|
|
|
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
|
|
|
|
|
|
|
</Reference> |
|
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
|
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
@ -49,6 +73,7 @@ |
|
|
|
<Compile Include="Helper\Http.cs" /> |
|
|
|
<Compile Include="Helper\Http.cs" /> |
|
|
|
<Compile Include="Helper\LogHelper.cs" /> |
|
|
|
<Compile Include="Helper\LogHelper.cs" /> |
|
|
|
<Compile Include="Model\Info.cs" /> |
|
|
|
<Compile Include="Model\Info.cs" /> |
|
|
|
|
|
|
|
<Compile Include="Model\MyJsonValueProviderFactory.cs" /> |
|
|
|
<Compile Include="Model\Request\Api2301Request.cs" /> |
|
|
|
<Compile Include="Model\Request\Api2301Request.cs" /> |
|
|
|
<Compile Include="Model\Request\Api2302Request.cs" /> |
|
|
|
<Compile Include="Model\Request\Api2302Request.cs" /> |
|
|
|
<Compile Include="Model\Request\Api2303Request.cs" /> |
|
|
|
<Compile Include="Model\Request\Api2303Request.cs" /> |
|
|
@ -64,8 +89,8 @@ |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<None Include="app.config" /> |
|
|
|
<None Include="packages.config" /> |
|
|
|
<None Include="packages.config" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup /> |
|
|
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
</Project> |
|
|
|
</Project> |