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

124 lines
5.6 KiB

3 years ago
2 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="4.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>{F2035EE2-B73D-4FB8-A433-CAB465DE6A2A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NFine.Application</RootNamespace>
  11. <AssemblyName>NFine.Application</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  42. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Configuration" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Web" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="01 Infrastructure\DbLogType.cs" />
  57. <Compile Include="Encrypt\EnciphermentApp.cs" />
  58. <Compile Include="Entity\ICSBadReason.cs" />
  59. <Compile Include="Entity\ICSInspectionList.cs" />
  60. <Compile Include="Entity\ICSInventoryInspectionGroup.cs" />
  61. <Compile Include="Properties\AssemblyInfo.cs" />
  62. <Compile Include="SRM\UserWorkPointApp.cs" />
  63. <Compile Include="SystemManage\CommonReportApp.cs" />
  64. <Compile Include="SystemManage\ItemsApp.cs" />
  65. <Compile Include="SystemManage\ItemsDetailApp.cs" />
  66. <Compile Include="SystemManage\MailApp.cs" />
  67. <Compile Include="SystemManage\ModuleApp.cs" />
  68. <Compile Include="SystemManage\ModuleButtonApp.cs" />
  69. <Compile Include="SystemManage\AreaApp.cs" />
  70. <Compile Include="SystemManage\OrganizeApp.cs" />
  71. <Compile Include="SystemManage\RoleApp.cs" />
  72. <Compile Include="SystemManage\CustomerApp.cs" />
  73. <Compile Include="SystemManage\UserApp.cs" />
  74. <Compile Include="SystemManage\UserLogOnApp.cs" />
  75. <Compile Include="SystemManage\DutyApp.cs" />
  76. <Compile Include="SystemManage\RoleAuthorizeApp.cs" />
  77. <Compile Include="SystemSecurity\DbBackupApp.cs" />
  78. <Compile Include="SystemSecurity\FilterIPApp.cs" />
  79. <Compile Include="SystemSecurity\LogApp.cs" />
  80. <Compile Include="WMS\BasicSettingsApp.cs" />
  81. <Compile Include="WMS\BlitemApp.cs" />
  82. <Compile Include="WMS\DeciliterApp.cs" />
  83. <Compile Include="WMS\HomeWorkApp.cs" />
  84. <Compile Include="WMS\ICSDisassemblyDocApp.cs" />
  85. <Compile Include="WMS\ICSMTDOCApp.cs" />
  86. <Compile Include="WMS\ICSRCVIQCsApp.cs" />
  87. <Compile Include="WMS\MaterialsDeliveredRTMApp.cs" />
  88. <Compile Include="WMS\PickMaterialApp.cs" />
  89. <Compile Include="WMS\PrintApp.cs" />
  90. <Compile Include="WMS\ProductionIssueApp.cs" />
  91. <Compile Include="WMS\ProductionRAFMRApp.cs" />
  92. <Compile Include="WMS\RevokeBusinessApp.cs" />
  93. <Compile Include="WMS\WeiWaiProductionIssueApp.cs" />
  94. <Compile Include="WMS\WMSCreateItemLotApp.cs" />
  95. <Compile Include="WMS\WWMaterialsDeliveredRTMApp.cs" />
  96. <Compile Include="WMS\WWProductionRAFMRApp.cs" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <ProjectReference Include="..\NFine.Code\NFine.Code.csproj">
  100. <Project>{db19ce03-c307-43fe-a209-08aa4ae10e21}</Project>
  101. <Name>NFine.Code</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\NFine.Data\NFine.Data.csproj">
  104. <Project>{f71003e8-a836-48f4-9df6-df9095cebd18}</Project>
  105. <Name>NFine.Data</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\NFine.Domain\NFine.Domain.csproj">
  108. <Project>{7dc886cd-b8a0-44e8-aadd-57fcb0cfecb8}</Project>
  109. <Name>NFine.Domain</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\NFine.Repository\NFine.Repository.csproj">
  112. <Project>{875233bf-ea15-49e0-9a9c-77884a897ff6}</Project>
  113. <Name>NFine.Repository</Name>
  114. </ProjectReference>
  115. </ItemGroup>
  116. <ItemGroup />
  117. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  118. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  119. Other similar extension points exist, see Microsoft.Common.targets.
  120. <Target Name="BeforeBuild">
  121. </Target>
  122. <Target Name="AfterBuild">
  123. </Target>
  124. -->
  125. </Project>