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

81 lines
3.0 KiB

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. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\Debug\</OutputPath>
  32. <DefineConstants>DEBUG;TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  38. <PlatformTarget>x86</PlatformTarget>
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\Release\</OutputPath>
  42. <DefineConstants>TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <Prefer32Bit>false</Prefer32Bit>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="Quartz">
  49. <HintPath>..\ICSSoft.FromERP\bin\Debug\Quartz.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Xml" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="Program.cs" />
  61. <Compile Include="Properties\AssemblyInfo.cs" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ProjectReference Include="..\ICSSoft.FromERP\ICSSoft.FromERP.csproj">
  65. <Project>{71BE770C-F5BE-46C8-A81C-1897E28DB761}</Project>
  66. <Name>ICSSoft.FromERP</Name>
  67. </ProjectReference>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <None Include="app.config">
  71. <SubType>Designer</SubType>
  72. </None>
  73. </ItemGroup>
  74. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  75. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  76. Other similar extension points exist, see Microsoft.Common.targets.
  77. <Target Name="BeforeBuild">
  78. </Target>
  79. <Target Name="AfterBuild">
  80. </Target>
  81. -->
  82. </Project>