LeaRun.Util.Offices.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{4F8B359E-B664-48C0-88D0-31C140602654}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>LeaRun.Util.Offices</RootNamespace>
  11. <AssemblyName>LeaRun.Util.Offices</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  16. <RestorePackages>true</RestorePackages>
  17. <SccProjectName>SAK</SccProjectName>
  18. <SccLocalPath>SAK</SccLocalPath>
  19. <SccAuxPath>SAK</SccAuxPath>
  20. <SccProvider>SAK</SccProvider>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <Prefer32Bit>false</Prefer32Bit>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="ICSharpCode.SharpZipLib">
  43. <HintPath>..\..\packages\NPOI.2.1.3.1\lib\net40\ICSharpCode.SharpZipLib.dll</HintPath>
  44. </Reference>
  45. <Reference Include="NPOI, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.dll</HintPath>
  48. </Reference>
  49. <Reference Include="NPOI.OOXML, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.OOXML.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NPOI.OpenXml4Net, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
  56. </Reference>
  57. <Reference Include="NPOI.OpenXmlFormats, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\..\packages\NPOI.2.3.0\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System">
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="System.Core">
  65. <Private>True</Private>
  66. </Reference>
  67. <Reference Include="System.Drawing">
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="System.Web">
  71. <Private>True</Private>
  72. </Reference>
  73. <Reference Include="System.Xml.Linq">
  74. <Private>True</Private>
  75. </Reference>
  76. <Reference Include="System.Data.DataSetExtensions">
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="Microsoft.CSharp">
  80. <Private>True</Private>
  81. </Reference>
  82. <Reference Include="System.Data">
  83. <Private>True</Private>
  84. </Reference>
  85. <Reference Include="System.Xml">
  86. <Private>True</Private>
  87. </Reference>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="ExcelConfig.cs" />
  91. <Compile Include="Model\ColumnEntity.cs" />
  92. <Compile Include="Model\ExcelTemplate.cs" />
  93. <Compile Include="Model\TemplateMode.cs" />
  94. <Compile Include="ExcelHelper.T.cs" />
  95. <Compile Include="ExcelHelper.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <None Include="packages.config" />
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  103. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  104. Other similar extension points exist, see Microsoft.Common.targets.
  105. <Target Name="BeforeBuild">
  106. </Target>
  107. <Target Name="AfterBuild">
  108. </Target>
  109. -->
  110. </Project>