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.
 
 
 
 
 
 

118 lines
5.9 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{9164926B-150A-47D6-B384-A41AA4A7BC5D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Learun.Application.Form</RootNamespace>
  11. <AssemblyName>Learun.Application.Form</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <SccProjectName>
  17. </SccProjectName>
  18. <SccLocalPath>
  19. </SccLocalPath>
  20. <SccAuxPath>
  21. </SccAuxPath>
  22. <SccProvider>
  23. </SccProvider>
  24. <TargetFrameworkProfile />
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\Debug\</OutputPath>
  31. <DefineConstants>DEBUG;TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  45. <HintPath>..\..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.ComponentModel.DataAnnotations" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Relation\FormRelationBLL.cs" />
  58. <Compile Include="Relation\FormRelationEntity.cs" />
  59. <Compile Include="Relation\FormRelationIBLL.cs" />
  60. <Compile Include="Relation\FormRelationService.cs" />
  61. <Compile Include="Scheme\FormSchemeBLL.cs" />
  62. <Compile Include="Scheme\FormSchemeIBLL.cs" />
  63. <Compile Include="Scheme\FormSchemeInfoEntity.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. <Compile Include="Scheme\FormSchemeEntity.cs" />
  66. <Compile Include="Scheme\FormSchemeModel.cs" />
  67. <Compile Include="Scheme\FormSchemeService.cs" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Base\Learun.Cache.Base.csproj">
  71. <Project>{975f2cb8-605c-4add-b365-b97bf844f0fe}</Project>
  72. <Name>Learun.Cache.Base</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Factory\Learun.Cache.Factory.csproj">
  75. <Project>{68902fcf-c439-4010-b17b-2499c972ee33}</Project>
  76. <Name>Learun.Cache.Factory</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Redis\Learun.Cache.Redis.csproj">
  79. <Project>{13808645-2013-4896-8ee2-65144e222c69}</Project>
  80. <Name>Learun.Cache.Redis</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase.Repository\Learun.DataBase.Repository.csproj">
  83. <Project>{7f5e2a6c-c859-494a-8577-75bf9603a80c}</Project>
  84. <Name>Learun.DataBase.Repository</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
  87. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  88. <Name>Learun.Util</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\Learun.Application.Base\Learun.Application.Base.csproj">
  91. <Project>{0cdd0dc8-74cf-4c71-923c-66204a8923d3}</Project>
  92. <Name>Learun.Application.Base</Name>
  93. </ProjectReference>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <None Include="app.config" />
  97. <None Include="packages.config" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
  101. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
  102. </ItemGroup>
  103. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  104. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  105. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  106. <PropertyGroup>
  107. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  108. </PropertyGroup>
  109. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  110. </Target>
  111. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  112. Other similar extension points exist, see Microsoft.Common.targets.
  113. <Target Name="BeforeBuild">
  114. </Target>
  115. <Target Name="AfterBuild">
  116. </Target>
  117. -->
  118. </Project>