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.
 
 
 
 
 
 

156 rivejä
7.8 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>{10BAA80B-16F5-4514-902D-F9F7FA608BDD}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Learun.Application.Excel</RootNamespace>
  11. <AssemblyName>Learun.Application.Excel</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="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\..\..\packages\Dapper.1.50.2\lib\net45\Dapper.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  49. <HintPath>..\..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Pechkin, Version=0.5.8.2, Culture=neutral, processorArchitecture=x86">
  52. <HintPath>..\..\..\packages\CPechkin.0.0.09.12\lib\net20\Pechkin.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Pechkin.Synchronized, Version=0.5.8.2, Culture=neutral, processorArchitecture=MSIL">
  55. <HintPath>..\..\..\packages\CPechkin.0.0.09.12\lib\net20\Pechkin.Synchronized.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.ComponentModel.DataAnnotations" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Drawing.Design" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Export\ExcelExportBLL.cs" />
  70. <Compile Include="Export\ExcelExportEntity.cs" />
  71. <Compile Include="Export\ExcelExportIBLL.cs" />
  72. <Compile Include="Export\ExcelExportService.cs" />
  73. <Compile Include="Import\ExcelImportBLL.cs" />
  74. <Compile Include="Import\ExcelImportEntity.cs" />
  75. <Compile Include="Import\ExcelImportFieldEntity.cs" />
  76. <Compile Include="Import\ExcelImportIBLL.cs" />
  77. <Compile Include="Import\ExcelImportService.cs" />
  78. <Compile Include="ModuleExport\ModuleExportBLL.cs" />
  79. <Compile Include="ModuleExport\ModuleExportIBLL.cs" />
  80. <Compile Include="Properties\AssemblyInfo.cs" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ProjectReference Include="..\..\..\Learun.Application.Organization\Learun.Application.Organization.csproj">
  84. <Project>{E9877A25-801B-4605-AD35-E6306916513C}</Project>
  85. <Name>Learun.Application.Organization</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Base\Learun.Cache.Base.csproj">
  88. <Project>{975f2cb8-605c-4add-b365-b97bf844f0fe}</Project>
  89. <Name>Learun.Cache.Base</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Factory\Learun.Cache.Factory.csproj">
  92. <Project>{68902fcf-c439-4010-b17b-2499c972ee33}</Project>
  93. <Name>Learun.Cache.Factory</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Redis\Learun.Cache.Redis.csproj">
  96. <Project>{13808645-2013-4896-8ee2-65144e222c69}</Project>
  97. <Name>Learun.Cache.Redis</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase.Repository\Learun.DataBase.Repository.csproj">
  100. <Project>{7f5e2a6c-c859-494a-8577-75bf9603a80c}</Project>
  101. <Name>Learun.DataBase.Repository</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
  104. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  105. <Name>Learun.Util</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\Learun.Application.Base\Learun.Application.Base.csproj">
  108. <Project>{0cdd0dc8-74cf-4c71-923c-66204a8923d3}</Project>
  109. <Name>Learun.Application.Base</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\Learun.Application.TwoDevelopment\Learun.Application.TwoDevelopment.csproj">
  112. <Project>{56F9A112-FD96-4809-98F4-0D7C5DE0711B}</Project>
  113. <Name>Learun.Application.TwoDevelopment</Name>
  114. </ProjectReference>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="app.config" />
  118. <None Include="packages.config" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <Content Include="libeay32.dll">
  122. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  123. </Content>
  124. <Content Include="libgcc_s_dw2-1.dll">
  125. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  126. </Content>
  127. <Content Include="mingwm10.dll">
  128. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  129. </Content>
  130. <Content Include="ssleay32.dll">
  131. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  132. </Content>
  133. <Content Include="wkhtmltox0.dll">
  134. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  135. </Content>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
  139. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
  140. </ItemGroup>
  141. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  142. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  143. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  144. <PropertyGroup>
  145. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  146. </PropertyGroup>
  147. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  148. </Target>
  149. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  150. Other similar extension points exist, see Microsoft.Common.targets.
  151. <Target Name="BeforeBuild">
  152. </Target>
  153. <Target Name="AfterBuild">
  154. </Target>
  155. -->
  156. </Project>