ecomServer2022.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{39F5702C-A114-4E4B-ACD5-C6E9FE80F844}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ErpServer</RootNamespace>
  11. <AssemblyName>领淘服务端</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>x86</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>gnome_network_server.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Castle.ActiveRecord">
  42. <HintPath>..\..\..\jbzerp\Support\Castle.ActiveRecord.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Castle.Core, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\..\..\jbzerp\Support\Castle.Core.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\packages\Newtonsoft.Json.6.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  51. </Reference>
  52. <Reference Include="NHibernate">
  53. <HintPath>..\..\..\jbzerp\Support\NHibernate.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.Configuration" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Deployment" />
  59. <Reference Include="System.Drawing" />
  60. <Reference Include="System.Management" />
  61. <Reference Include="System.Web" />
  62. <Reference Include="System.Windows.Forms" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="Utils, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\..\jbzerp\Support\Utils.dll</HintPath>
  67. </Reference>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="core\AccessHelper.cs" />
  71. <Compile Include="core\httpHelper.cs" />
  72. <Compile Include="core\ListViewAPIHelper.cs" />
  73. <Compile Include="core\helper.cs" />
  74. <Compile Include="core\INI.cs" />
  75. <Compile Include="core\SqlHelper.cs" />
  76. <Compile Include="MainForm.append.cs">
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="MainForm.cs">
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="MainForm.Designer.cs">
  83. <DependentUpon>MainForm.cs</DependentUpon>
  84. </Compile>
  85. <Compile Include="Program.cs" />
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. <Compile Include="webConfig.cs" />
  88. <EmbeddedResource Include="MainForm.resx">
  89. <DependentUpon>MainForm.cs</DependentUpon>
  90. </EmbeddedResource>
  91. <EmbeddedResource Include="Properties\Resources.resx">
  92. <Generator>ResXFileCodeGenerator</Generator>
  93. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  94. <SubType>Designer</SubType>
  95. </EmbeddedResource>
  96. <Compile Include="Properties\Resources.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DependentUpon>Resources.resx</DependentUpon>
  99. <DesignTime>True</DesignTime>
  100. </Compile>
  101. <None Include="app.config" />
  102. <None Include="Properties\Settings.settings">
  103. <Generator>SettingsSingleFileGenerator</Generator>
  104. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  105. </None>
  106. <Compile Include="Properties\Settings.Designer.cs">
  107. <AutoGen>True</AutoGen>
  108. <DependentUpon>Settings.settings</DependentUpon>
  109. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  110. </Compile>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Content Include="gnome_network_server.ico" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <COMReference Include="stdole">
  117. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  118. <VersionMajor>2</VersionMajor>
  119. <VersionMinor>0</VersionMinor>
  120. <Lcid>0</Lcid>
  121. <WrapperTool>primary</WrapperTool>
  122. <Isolated>False</Isolated>
  123. <EmbedInteropTypes>True</EmbedInteropTypes>
  124. </COMReference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <ProjectReference Include="..\BizCom\BizCom.csproj">
  128. <Project>{604a4141-248d-4a34-9985-cb19e3b00b39}</Project>
  129. <Name>BizCom</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="..\SiteCore\SiteCore.csproj">
  132. <Project>{3e42af17-1575-4d18-9ad8-588eeac0b09b}</Project>
  133. <Name>SiteCore</Name>
  134. </ProjectReference>
  135. </ItemGroup>
  136. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  137. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  138. Other similar extension points exist, see Microsoft.Common.targets.
  139. <Target Name="BeforeBuild">
  140. </Target>
  141. <Target Name="AfterBuild">
  142. </Target>
  143. -->
  144. </Project>