111 lines
5.5 KiB
XML
111 lines
5.5 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>{C88BDE1B-E821-4C54-9472-743910BE3BC1}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>PeiXun.Controllers</RootNamespace>
|
|
<AssemblyName>PeiXun.Controllers</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
</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="CYQ.Data, Version=5.9.1.1, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\cyqdata.5.9.1.1\lib\net40\CYQ.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="DotNetZip, Version=1.12.0.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\DotNetZip.1.12.0\lib\net20\DotNetZip.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="FastReport, Version=2021.2.8.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Song.Site\bin\FastReport.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="FastReport.Bars, Version=2021.2.8.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Song.Site\bin\FastReport.Bars.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="FastReport.Editor, Version=2021.2.8.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Song.Site\bin\FastReport.Editor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Song.Site\bin\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="pili-sdk-csharp">
|
|
<HintPath>..\PeiXunWebAPI\bin\pili-sdk-csharp.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Web" />
|
|
<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="Taurus.Core, Version=3.4.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Taurus.MVC.3.4.1\lib\net40\Taurus.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="WeiSha.Common, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Lib\WeiSha.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="WeiSha.Data, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BasicInfo\AccountsAPIController.cs" />
|
|
<Compile Include="BasicInfo\CoursesAPIController.cs" />
|
|
<Compile Include="BasicInfo\OutLineAPIController.cs" />
|
|
<Compile Include="BasicInfo\SubjectAPIController.cs" />
|
|
<Compile Include="BasicInfo\UserVideoLogAPIController.cs" />
|
|
<Compile Include="Class1.cs" />
|
|
<Compile Include="Exam\ExamAPIController.cs" />
|
|
<Compile Include="GlobalController.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Song.Entities\Song.Entities.csproj">
|
|
<Project>{985a8268-3a87-46b9-9744-650664719e67}</Project>
|
|
<Name>Song.Entities</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Song.Extend\Song.Extend.csproj">
|
|
<Project>{ED063AD3-3B5F-426F-8D6D-5417FF317FFB}</Project>
|
|
<Name>Song.Extend</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Song.ServiceImpls\Song.ServiceImpls.csproj">
|
|
<Project>{378ef4e2-4ed6-4ed7-89e8-6b40b001e952}</Project>
|
|
<Name>Song.ServiceImpls</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Song.ServiceInterfaces\Song.ServiceInterfaces.csproj">
|
|
<Project>{7cfb4dc1-8536-44a4-af1d-2d7bda8067c1}</Project>
|
|
<Name>Song.ServiceInterfaces</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |