纽威
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.

121 lines
4.6 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{4B0DA8C2-1DBF-40D0-9706-86CBE9B65685}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ICSSoft.Test</RootNamespace>
  12. <AssemblyName>ICSSoft.Test</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccLocalPath>
  20. </SccLocalPath>
  21. <SccAuxPath>
  22. </SccAuxPath>
  23. <SccProvider>
  24. </SccProvider>
  25. <IsWebBootstrapper>false</IsWebBootstrapper>
  26. <PublishUrl>D:\智合诚公司文件\项目\纽威\代码发布\JOB\</PublishUrl>
  27. <Install>true</Install>
  28. <InstallFrom>Disk</InstallFrom>
  29. <UpdateEnabled>false</UpdateEnabled>
  30. <UpdateMode>Foreground</UpdateMode>
  31. <UpdateInterval>7</UpdateInterval>
  32. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  33. <UpdatePeriodically>false</UpdatePeriodically>
  34. <UpdateRequired>false</UpdateRequired>
  35. <MapFileExtensions>true</MapFileExtensions>
  36. <ApplicationRevision>1</ApplicationRevision>
  37. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  38. <UseApplicationTrust>false</UseApplicationTrust>
  39. <PublishWizardCompleted>true</PublishWizardCompleted>
  40. <BootstrapperEnabled>true</BootstrapperEnabled>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugSymbols>true</DebugSymbols>
  45. <DebugType>full</DebugType>
  46. <Optimize>false</Optimize>
  47. <OutputPath>bin\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  54. <PlatformTarget>x86</PlatformTarget>
  55. <DebugType>pdbonly</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>bin\Release\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <Prefer32Bit>false</Prefer32Bit>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <ManifestCertificateThumbprint>0EABBA466314C73AA048178913396E981C8EBCE1</ManifestCertificateThumbprint>
  65. </PropertyGroup>
  66. <PropertyGroup>
  67. <ManifestKeyFile>ICSSoft.Test_TemporaryKey.pfx</ManifestKeyFile>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <GenerateManifests>true</GenerateManifests>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <SignManifests>false</SignManifests>
  74. </PropertyGroup>
  75. <ItemGroup>
  76. <Reference Include="Quartz">
  77. <HintPath>..\ICSSoft.FromERP\bin\Debug\Quartz.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Core" />
  81. <Reference Include="System.Xml.Linq" />
  82. <Reference Include="System.Data.DataSetExtensions" />
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Xml" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="Program.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ProjectReference Include="..\ICSSoft.FromERP\ICSSoft.FromERP.csproj">
  93. <Project>{71BE770C-F5BE-46C8-A81C-1897E28DB761}</Project>
  94. <Name>ICSSoft.FromERP</Name>
  95. </ProjectReference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <None Include="app.config">
  99. <SubType>Designer</SubType>
  100. </None>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  104. <Visible>False</Visible>
  105. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  106. <Install>true</Install>
  107. </BootstrapperPackage>
  108. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  109. <Visible>False</Visible>
  110. <ProductName>.NET Framework 3.5 SP1</ProductName>
  111. <Install>false</Install>
  112. </BootstrapperPackage>
  113. </ItemGroup>
  114. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  115. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  116. Other similar extension points exist, see Microsoft.Common.targets.
  117. <Target Name="BeforeBuild">
  118. </Target>
  119. <Target Name="AfterBuild">
  120. </Target>
  121. -->
  122. </Project>