UserService.csproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{3347955B-114E-4DB8-A56F-99ECE201A19B}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>UserService</RootNamespace>
  15. <AssemblyName>UserService</AssemblyName>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <UseIISExpress>true</UseIISExpress>
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. <TargetFrameworkProfile />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\</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\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="CommUtility, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>C:\Users\znf\Documents\Visual Studio 2013\Projects\Utility\Release\CommUtility.dll</HintPath>
  45. </Reference>
  46. <Reference Include="EntityFramework">
  47. <HintPath>C:\Users\znf\Documents\Visual Studio 2013\Projects\Utility\Release\EntityFramework.dll</HintPath>
  48. </Reference>
  49. <Reference Include="EntityFramework.SqlServer">
  50. <HintPath>C:\Users\znf\Documents\Visual Studio 2013\Projects\Utility\Release\EntityFramework.SqlServer.dll</HintPath>
  51. </Reference>
  52. <Reference Include="ICSharpCode.SharpZipLib">
  53. <HintPath>C:\Users\znf\Documents\Visual Studio 2013\Projects\Utility\Release\ICSharpCode.SharpZipLib.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>C:\Users\znf\Documents\Visual Studio 2013\Projects\Utility\Release\Newtonsoft.Json.dll</HintPath>
  59. </Reference>
  60. <Reference Include="NPOI">
  61. <HintPath>C:\Users\znf\Documents\Visual Studio 2013\Projects\Utility\Release\NPOI.dll</HintPath>
  62. </Reference>
  63. <Reference Include="NPOI.OOXML">
  64. <HintPath>C:\Users\znf\Documents\Visual Studio 2013\Projects\Utility\Release\NPOI.OOXML.dll</HintPath>
  65. </Reference>
  66. <Reference Include="NPOI.OpenXml4Net">
  67. <HintPath>C:\Users\znf\Documents\Visual Studio 2013\Projects\Utility\Release\NPOI.OpenXml4Net.dll</HintPath>
  68. </Reference>
  69. <Reference Include="NPOI.OpenXmlFormats">
  70. <HintPath>C:\Users\znf\Documents\Visual Studio 2013\Projects\Utility\Release\NPOI.OpenXmlFormats.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Oracle.ManagedDataAccess">
  73. <HintPath>C:\Users\znf\Documents\Visual Studio 2013\Projects\Utility\Release\Oracle.ManagedDataAccess.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Data.DataSetExtensions" />
  76. <Reference Include="System.Data.SQLite">
  77. <HintPath>C:\Users\znf\Documents\Visual Studio 2013\Projects\Utility\Release\System.Data.SQLite.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Data.SQLite.EF6">
  80. <HintPath>C:\Users\znf\Documents\Visual Studio 2013\Projects\Utility\Release\System.Data.SQLite.EF6.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Data.SQLite.Linq">
  83. <HintPath>C:\Users\znf\Documents\Visual Studio 2013\Projects\Utility\Release\System.Data.SQLite.Linq.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Web.DynamicData" />
  86. <Reference Include="System.Web.Entity" />
  87. <Reference Include="System.Web.ApplicationServices" />
  88. <Reference Include="System.ComponentModel.DataAnnotations" />
  89. <Reference Include="System" />
  90. <Reference Include="System.Data" />
  91. <Reference Include="System.Web.Extensions" />
  92. <Reference Include="System.Drawing" />
  93. <Reference Include="System.Web" />
  94. <Reference Include="System.Xml" />
  95. <Reference Include="System.Configuration" />
  96. <Reference Include="System.Web.Services" />
  97. <Reference Include="System.EnterpriseServices" />
  98. <Reference Include="System.Xml.Linq" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <None Include="Web.Debug.config">
  102. <DependentUpon>Web.config</DependentUpon>
  103. </None>
  104. <None Include="Web.Release.config">
  105. <DependentUpon>Web.config</DependentUpon>
  106. </None>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Content Include="ESBServiceSub.asmx" />
  110. <Content Include="ESBService.asmx" />
  111. <Content Include="Login.aspx" />
  112. <Content Include="UserManagerSub.asmx" />
  113. <Content Include="UserManager.asmx" />
  114. <Content Include="Web.config">
  115. <SubType>Designer</SubType>
  116. </Content>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Compile Include="DbOperator.cs" />
  120. <Compile Include="ESBServiceSub.asmx.cs">
  121. <DependentUpon>ESBServiceSub.asmx</DependentUpon>
  122. <SubType>Component</SubType>
  123. </Compile>
  124. <Compile Include="ESBService.asmx.cs">
  125. <DependentUpon>ESBService.asmx</DependentUpon>
  126. <SubType>Component</SubType>
  127. </Compile>
  128. <Compile Include="Login.aspx.cs">
  129. <DependentUpon>Login.aspx</DependentUpon>
  130. <SubType>ASPXCodeBehind</SubType>
  131. </Compile>
  132. <Compile Include="Login.aspx.designer.cs">
  133. <DependentUpon>Login.aspx</DependentUpon>
  134. </Compile>
  135. <Compile Include="MD5.cs" />
  136. <Compile Include="Properties\AssemblyInfo.cs" />
  137. <Compile Include="UserInfo.cs" />
  138. <Compile Include="UserManagerSub.asmx.cs">
  139. <DependentUpon>UserManagerSub.asmx</DependentUpon>
  140. <SubType>Component</SubType>
  141. </Compile>
  142. <Compile Include="UserManager.asmx.cs">
  143. <DependentUpon>UserManager.asmx</DependentUpon>
  144. <SubType>Component</SubType>
  145. </Compile>
  146. <Compile Include="UserResult.cs" />
  147. </ItemGroup>
  148. <PropertyGroup>
  149. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  150. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  151. </PropertyGroup>
  152. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  153. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  154. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  155. <ProjectExtensions>
  156. <VisualStudio>
  157. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  158. <WebProjectProperties>
  159. <UseIIS>True</UseIIS>
  160. <AutoAssignPort>True</AutoAssignPort>
  161. <DevelopmentServerPort>13920</DevelopmentServerPort>
  162. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  163. <IISUrl>http://localhost:13920/</IISUrl>
  164. <NTLMAuthentication>False</NTLMAuthentication>
  165. <UseCustomServer>False</UseCustomServer>
  166. <CustomServerUrl>
  167. </CustomServerUrl>
  168. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  169. </WebProjectProperties>
  170. </FlavorProperties>
  171. </VisualStudio>
  172. </ProjectExtensions>
  173. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  174. Other similar extension points exist, see Microsoft.Common.targets.
  175. <Target Name="BeforeBuild">
  176. </Target>
  177. <Target Name="AfterBuild">
  178. </Target>
  179. -->
  180. </Project>