93 lines
4.3 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>{8F770F8B-06B3-43DA-886F-15D41CEC62EE}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Learun.Application.AppMagager</RootNamespace>
<AssemblyName>Learun.Application.AppMagager</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>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="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="SqlSugar, Version=5.1.4.113, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\SqlSugar.5.1.4.114\lib\SqlSugar.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<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" />
</ItemGroup>
<ItemGroup>
<Compile Include="DTImg\DTImgBLL.cs" />
<Compile Include="DTImg\DTImgEntity.cs" />
<Compile Include="DTImg\DTImgIBLL.cs" />
<Compile Include="DTImg\DTImgService.cs" />
<Compile Include="Function\FunctionBLL.cs" />
<Compile Include="Function\FunctionEntity.cs" />
<Compile Include="Function\FunctionIBLL.cs" />
<Compile Include="Function\FunctionSchemeEntity.cs" />
<Compile Include="Function\FunctionSerivce.cs" />
<Compile Include="MyFunction\MyFunctionBLL.cs" />
<Compile Include="MyFunction\MyFunctionEntity.cs" />
<Compile Include="MyFunction\MyFunctionIBLL.cs" />
<Compile Include="MyFunction\MyFunctionService.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Learun.Db\Learun.DataBase.Repository\Learun.DataBase.Repository.csproj">
<Project>{a448ad52-cb49-4206-bbdc-e433574bb88f}</Project>
<Name>Learun.DataBase.Repository</Name>
</ProjectReference>
<ProjectReference Include="..\..\Learun.Log\Learun.Loger.csproj">
<Project>{d27e14dc-b68c-408d-a2e3-fdb38665ecbb}</Project>
<Name>Learun.Loger</Name>
</ProjectReference>
<ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
<Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
<Name>Learun.Util</Name>
</ProjectReference>
<ProjectReference Include="..\Learun.Application.Base\Learun.Application.Base.csproj">
<Project>{0cdd0dc8-74cf-4c71-923c-66204a8923d3}</Project>
<Name>Learun.Application.Base</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>