IcsFromERPJob
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.

108 lines
4.1 KiB

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
4 weeks ago
2 months 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.5.2</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>publish\</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>0</ApplicationRevision>
  37. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  38. <UseApplicationTrust>false</UseApplicationTrust>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugSymbols>true</DebugSymbols>
  44. <DebugType>full</DebugType>
  45. <Optimize>false</Optimize>
  46. <OutputPath>bin\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <Prefer32Bit>false</Prefer32Bit>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  53. <PlatformTarget>x86</PlatformTarget>
  54. <DebugType>pdbonly</DebugType>
  55. <Optimize>true</Optimize>
  56. <OutputPath>bin\Release\</OutputPath>
  57. <DefineConstants>TRACE</DefineConstants>
  58. <ErrorReport>prompt</ErrorReport>
  59. <WarningLevel>4</WarningLevel>
  60. <Prefer32Bit>false</Prefer32Bit>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="Quartz">
  64. <HintPath>..\ICSSoft.FromERP\bin\Debug\Quartz.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Xml.Linq" />
  69. <Reference Include="System.Data.DataSetExtensions" />
  70. <Reference Include="Microsoft.CSharp" />
  71. <Reference Include="System.Data" />
  72. <Reference Include="System.Xml" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="Program.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <None Include="app.config">
  80. <SubType>Designer</SubType>
  81. </None>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  85. <Visible>False</Visible>
  86. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  87. <Install>true</Install>
  88. </BootstrapperPackage>
  89. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  90. <Visible>False</Visible>
  91. <ProductName>.NET Framework 3.5 SP1</ProductName>
  92. <Install>false</Install>
  93. </BootstrapperPackage>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <ProjectReference Include="..\ICSSoft.FromERP\ICSSoft.FromERP.csproj">
  97. <Project>{71be770c-f5be-46c8-a81c-1897e28db761}</Project>
  98. <Name>ICSSoft.FromERP</Name>
  99. </ProjectReference>
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  103. Other similar extension points exist, see Microsoft.Common.targets.
  104. <Target Name="BeforeBuild">
  105. </Target>
  106. <Target Name="AfterBuild">
  107. </Target>
  108. -->
  109. </Project>