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.
 
 
 
 
 
 

93 lines
4.6 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{36083FBB-CE7F-4EE0-8459-C4B60A2DD070}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Learun.Application.Language</RootNamespace>
  11. <AssemblyName>Learun.Application.Language</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SccProjectName>Learun.Application.Language</SccProjectName>
  16. <SccLocalPath>1~a7250b02-76e9-4d74-aa27-f5cdf7719296</SccLocalPath>
  17. <SccAuxPath>http://123.57.209.16:8090/VaultService</SccAuxPath>
  18. <SccProvider>SourceGear Vault Visual Studio 2005 Client:{1EA47954-8515-402d-82D9-B5C332120A8D}</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
  39. <HintPath>..\..\..\packages\Dapper.1.50.2\lib\net45\Dapper.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  42. <HintPath>..\..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.ComponentModel.DataAnnotations" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Net.Http" />
  52. <Reference Include="System.Xml" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="LGMap\LanguageModel.cs" />
  56. <Compile Include="LGMap\LGMapBLL.cs" />
  57. <Compile Include="LGMap\LGMapIBLL.cs" />
  58. <Compile Include="LGMap\LGMapService.cs" />
  59. <Compile Include="LGMap\LGMapEntity.cs" />
  60. <Compile Include="LGType\LGTypeBLL.cs" />
  61. <Compile Include="LGType\LGTypeIBLL.cs" />
  62. <Compile Include="LGType\LGTypeService.cs" />
  63. <Compile Include="LGType\LGTypeEntity.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Base\Learun.Cache.Base.csproj">
  68. <Project>{975f2cb8-605c-4add-b365-b97bf844f0fe}</Project>
  69. <Name>Learun.Cache.Base</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\..\Learun.Cache\LeaRun.Cache.Factory\Learun.Cache.Factory.csproj">
  72. <Project>{68902fcf-c439-4010-b17b-2499c972ee33}</Project>
  73. <Name>Learun.Cache.Factory</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Redis\Learun.Cache.Redis.csproj">
  76. <Project>{13808645-2013-4896-8ee2-65144e222c69}</Project>
  77. <Name>Learun.Cache.Redis</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase.Repository\Learun.DataBase.Repository.csproj">
  80. <Project>{7f5e2a6c-c859-494a-8577-75bf9603a80c}</Project>
  81. <Name>Learun.DataBase.Repository</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase\Learun.DataBase.csproj">
  84. <Project>{c329f9e1-4327-4769-9d08-07e6fec41005}</Project>
  85. <Name>Learun.DataBase</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
  88. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  89. <Name>Learun.Util</Name>
  90. </ProjectReference>
  91. </ItemGroup>
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. </Project>