LiChenkingdee.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{F7041CAC-5572-42F4-A468-3511254EFB92}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>LiChenkingdee</RootNamespace>
  10. <AssemblyName>LiChenkingdee</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <PublishUrl>D:\代码\力辰\LiChen定时\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>22</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <PublishWizardCompleted>true</PublishWizardCompleted>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <ManifestCertificateThumbprint>5D6A597F156C9A0A917463B7F081990510E7AB7B</ManifestCertificateThumbprint>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ManifestKeyFile>LiChenkingdee_TemporaryKey.pfx</ManifestKeyFile>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <GenerateManifests>true</GenerateManifests>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <SignManifests>true</SignManifests>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="Kingdee.BOS.WebApi.Client">
  64. <HintPath>C:\Users\Administrator\Desktop\金蝶\Kingdee.BOS.WebApi.Client.DLL</HintPath>
  65. </Reference>
  66. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>C:\Users\Administrator\Desktop\金蝶\Newtonsoft.Json.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="Microsoft.CSharp" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Deployment" />
  77. <Reference Include="System.Drawing" />
  78. <Reference Include="System.Net.Http" />
  79. <Reference Include="System.Windows.Forms" />
  80. <Reference Include="System.Xml" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="Controllers\HttpHepler.cs" />
  84. <Compile Include="Controllers\kingdeeToList.cs" />
  85. <Compile Include="Form1.cs">
  86. <SubType>Form</SubType>
  87. </Compile>
  88. <Compile Include="Form1.Designer.cs">
  89. <DependentUpon>Form1.cs</DependentUpon>
  90. </Compile>
  91. <Compile Include="Program.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. <EmbeddedResource Include="Form1.resx">
  94. <DependentUpon>Form1.cs</DependentUpon>
  95. </EmbeddedResource>
  96. <EmbeddedResource Include="Properties\Resources.resx">
  97. <Generator>ResXFileCodeGenerator</Generator>
  98. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  99. <SubType>Designer</SubType>
  100. </EmbeddedResource>
  101. <Compile Include="Properties\Resources.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DependentUpon>Resources.resx</DependentUpon>
  104. </Compile>
  105. <None Include="LiChenkingdee_TemporaryKey.pfx" />
  106. <None Include="packages.config" />
  107. <None Include="Properties\Settings.settings">
  108. <Generator>SettingsSingleFileGenerator</Generator>
  109. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  110. </None>
  111. <Compile Include="Properties\Settings.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DependentUpon>Settings.settings</DependentUpon>
  114. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  115. </Compile>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <None Include="App.config" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  122. <Visible>False</Visible>
  123. <ProductName>.NET Framework 3.5 SP1</ProductName>
  124. <Install>false</Install>
  125. </BootstrapperPackage>
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. </Project>