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.

Learun.Application.Language.csproj 4.6 KiB

4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
  43. <HintPath>..\..\..\packages\Dapper.1.50.2\lib\net45\Dapper.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  46. <HintPath>..\..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.ComponentModel.DataAnnotations" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="LGMap\LanguageModel.cs" />
  60. <Compile Include="LGMap\LGMapBLL.cs" />
  61. <Compile Include="LGMap\LGMapIBLL.cs" />
  62. <Compile Include="LGMap\LGMapService.cs" />
  63. <Compile Include="LGMap\LGMapEntity.cs" />
  64. <Compile Include="LGType\LGTypeBLL.cs" />
  65. <Compile Include="LGType\LGTypeIBLL.cs" />
  66. <Compile Include="LGType\LGTypeService.cs" />
  67. <Compile Include="LGType\LGTypeEntity.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Base\Learun.Cache.Base.csproj">
  72. <Project>{975f2cb8-605c-4add-b365-b97bf844f0fe}</Project>
  73. <Name>Learun.Cache.Base</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\..\Learun.Cache\LeaRun.Cache.Factory\Learun.Cache.Factory.csproj">
  76. <Project>{68902fcf-c439-4010-b17b-2499c972ee33}</Project>
  77. <Name>Learun.Cache.Factory</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Redis\Learun.Cache.Redis.csproj">
  80. <Project>{13808645-2013-4896-8ee2-65144e222c69}</Project>
  81. <Name>Learun.Cache.Redis</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase.Repository\Learun.DataBase.Repository.csproj">
  84. <Project>{7f5e2a6c-c859-494a-8577-75bf9603a80c}</Project>
  85. <Name>Learun.DataBase.Repository</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase\Learun.DataBase.csproj">
  88. <Project>{c329f9e1-4327-4769-9d08-07e6fec41005}</Project>
  89. <Name>Learun.DataBase</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
  92. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  93. <Name>Learun.Util</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <None Include="app.config" />
  98. <None Include="packages.config" />
  99. </ItemGroup>
  100. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  101. </Project>