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.

159 lines
7.5 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>{F12B49AA-0521-42EE-BCDB-EED93D8FE09A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CounsellorBL</RootNamespace>
  11. <AssemblyName>CounsellorBL</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>f7815a78</NuGetPackageImportStamp>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  34. <DebugSymbols>true</DebugSymbols>
  35. <OutputPath>bin\x64\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <DebugType>full</DebugType>
  38. <PlatformTarget>x64</PlatformTarget>
  39. <ErrorReport>prompt</ErrorReport>
  40. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  43. <OutputPath>bin\x64\Release\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <Optimize>true</Optimize>
  46. <DebugType>pdbonly</DebugType>
  47. <PlatformTarget>x64</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  52. <DebugSymbols>true</DebugSymbols>
  53. <OutputPath>bin\x86\Debug\</OutputPath>
  54. <DefineConstants>DEBUG;TRACE</DefineConstants>
  55. <DebugType>full</DebugType>
  56. <PlatformTarget>x86</PlatformTarget>
  57. <ErrorReport>prompt</ErrorReport>
  58. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  61. <OutputPath>bin\x86\Release\</OutputPath>
  62. <DefineConstants>TRACE</DefineConstants>
  63. <Optimize>true</Optimize>
  64. <DebugType>pdbonly</DebugType>
  65. <PlatformTarget>x86</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. </PropertyGroup>
  69. <ItemGroup>
  70. <Reference Include="CsvHelper">
  71. <HintPath>..\packages\CsvHelper.2.16.0.0\lib\net40\CsvHelper.dll</HintPath>
  72. </Reference>
  73. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  74. <HintPath>..\packages\NPOI.2.1.3.1\lib\net40\ICSharpCode.SharpZipLib.dll</HintPath>
  75. <Private>True</Private>
  76. </Reference>
  77. <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  78. <HintPath>..\packages\log4net.2.0.5\lib\net40-full\log4net.dll</HintPath>
  79. <Private>True</Private>
  80. </Reference>
  81. <Reference Include="LogisticsUtil">
  82. <HintPath>..\eModule\LogisticsUtil\LogisticsUtil.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
  87. </Reference>
  88. <Reference Include="NPOI, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  89. <HintPath>..\packages\NPOI.2.1.3.1\lib\net40\NPOI.dll</HintPath>
  90. <Private>True</Private>
  91. </Reference>
  92. <Reference Include="NPOI.OOXML, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  93. <HintPath>..\packages\NPOI.2.1.3.1\lib\net40\NPOI.OOXML.dll</HintPath>
  94. <Private>True</Private>
  95. </Reference>
  96. <Reference Include="NPOI.OpenXml4Net, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  97. <HintPath>..\packages\NPOI.2.1.3.1\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
  98. <Private>True</Private>
  99. </Reference>
  100. <Reference Include="NPOI.OpenXmlFormats, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  101. <HintPath>..\packages\NPOI.2.1.3.1\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
  102. <Private>True</Private>
  103. </Reference>
  104. <Reference Include="SignalerMessage">
  105. <HintPath>..\eModule\SignalerMessage\SignalerMessage.dll</HintPath>
  106. </Reference>
  107. <Reference Include="System" />
  108. <Reference Include="System.configuration" />
  109. <Reference Include="System.Data" />
  110. <Reference Include="System.Data.DataSetExtensions" />
  111. <Reference Include="System.DirectoryServices" />
  112. <Reference Include="System.Runtime.Serialization" />
  113. <Reference Include="System.ServiceModel" />
  114. <Reference Include="System.ServiceProcess" />
  115. <Reference Include="System.Web" />
  116. <Reference Include="System.Web.Extensions" />
  117. <Reference Include="System.Web.Services" />
  118. <Reference Include="System.XML" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <Compile Include="BaseExceptionWord.cs" />
  122. <Compile Include="DBhelper.cs" />
  123. <Compile Include="BLStructs.cs" />
  124. <Compile Include="BLWording.cs" />
  125. <Compile Include="DBService.cs" />
  126. <Compile Include="Helper\WsSoapExtention.cs" />
  127. <Compile Include="MailService.cs" />
  128. <Compile Include="MessageBase.cs" />
  129. <Compile Include="JemeterTestService.cs" />
  130. <Compile Include="AuthorityService.cs" />
  131. <Compile Include="BLServiceBase.cs" />
  132. <Compile Include="AuthorityService_Prvilege.cs" />
  133. <Compile Include="PDFService.cs" />
  134. <Compile Include="ServiceBase.cs" />
  135. <Compile Include="Properties\AssemblyInfo.cs" />
  136. <Compile Include="ServiceCom.cs" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <ProjectReference Include="..\ArsenalDB\ArsenalDB.csproj">
  140. <Project>{73547686-0a8c-495b-b1cf-8bfee42e3d06}</Project>
  141. <Name>ArsenalDB</Name>
  142. </ProjectReference>
  143. <ProjectReference Include="..\SoldierData\SoldierData.csproj">
  144. <Project>{9dfb33b7-9f6e-401b-bf48-f08b2c1d068e}</Project>
  145. <Name>SoldierData</Name>
  146. </ProjectReference>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <None Include="packages.config" />
  150. </ItemGroup>
  151. <ItemGroup />
  152. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  153. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  154. Other similar extension points exist, see Microsoft.Common.targets.
  155. <Target Name="BeforeBuild">
  156. </Target>
  157. <Target Name="AfterBuild">
  158. </Target>
  159. -->
  160. </Project>