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

146 lines
7.3 KiB

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>{7DC886CD-B8A0-44E8-AADD-57FCB0CFECB8}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NFine.Domain</RootNamespace>
  11. <AssemblyName>NFine.Domain</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>SAK</SccProjectName>
  15. <SccLocalPath>SAK</SccLocalPath>
  16. <SccAuxPath>SAK</SccAuxPath>
  17. <SccProvider>SAK</SccProvider>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  38. <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.ComponentModel.DataAnnotations" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Data.Entity" />
  45. <Reference Include="System.Data.Linq" />
  46. <Reference Include="System.Runtime.Serialization" />
  47. <Reference Include="System.Security" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Xml" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="01 Infrastructure\ICreationAudited.cs" />
  56. <Compile Include="01 Infrastructure\IDeleteAudited.cs" />
  57. <Compile Include="01 Infrastructure\IEntity.cs" />
  58. <Compile Include="01 Infrastructure\IModificationAudited_PORelease.cs" />
  59. <Compile Include="01 Infrastructure\IModificationAudited.cs" />
  60. <Compile Include="03 Entity\ProductManage\ICSDiscountRateListEntity.cs" />
  61. <Compile Include="03 Entity\ProductManage\ICSDiscountRateEntity.cs" />
  62. <Compile Include="03 Entity\ProductManage\ICSProductPreSellDetailEntity.cs" />
  63. <Compile Include="03 Entity\ProductManage\ICSProductPreSellEntity.cs" />
  64. <Compile Include="03 Entity\ProductManage\ICSProductEntity.cs" />
  65. <Compile Include="03 Entity\SRM\ICSASN.cs" />
  66. <Compile Include="03 Entity\SRM\ICSPO_PoMain.cs" />
  67. <Compile Include="03 Entity\SRM\ICSVendor.cs" />
  68. <Compile Include="03 Entity\SystemManage\AreaEntity.cs" />
  69. <Compile Include="03 Entity\SystemManage\ModuleButtonEntity.cs" />
  70. <Compile Include="03 Entity\SystemManage\ModuleEntity.cs" />
  71. <Compile Include="03 Entity\SystemManage\RoleAuthorizeEntity.cs" />
  72. <Compile Include="03 Entity\SystemManage\CustomerEntity.cs" />
  73. <Compile Include="03 Entity\SystemManage\UserLogOnEntity.cs" />
  74. <Compile Include="03 Entity\SystemManage\ItemsDetailEntity.cs" />
  75. <Compile Include="03 Entity\SystemSecurity\DbBackupEntity.cs" />
  76. <Compile Include="03 Entity\SystemSecurity\FilterIPEntity.cs" />
  77. <Compile Include="03 Entity\SystemSecurity\LogEntity.cs" />
  78. <Compile Include="02 ViewModel\AuthorizeActionModel.cs" />
  79. <Compile Include="04 IRepository\ProductManage\IICSProductPreSellDetailRepository.cs" />
  80. <Compile Include="04 IRepository\ProductManage\IICSProductPreSellRepository.cs" />
  81. <Compile Include="04 IRepository\ProductManage\IICSDiscountRateRepository.cs" />
  82. <Compile Include="04 IRepository\ProductManage\IICSProductRepository.cs" />
  83. <Compile Include="04 IRepository\SystemManage\IAreaRepository.cs" />
  84. <Compile Include="04 IRepository\SystemManage\IItemsDetailRepository.cs" />
  85. <Compile Include="04 IRepository\SystemManage\IItemsRepository.cs" />
  86. <Compile Include="04 IRepository\SystemManage\IModuleButtonRepository.cs" />
  87. <Compile Include="04 IRepository\SystemManage\IModuleRepository.cs" />
  88. <Compile Include="04 IRepository\SystemManage\IOrganizeRepository.cs" />
  89. <Compile Include="04 IRepository\SystemManage\IRoleAuthorizeRepository.cs" />
  90. <Compile Include="04 IRepository\SystemManage\IRoleRepository.cs" />
  91. <Compile Include="04 IRepository\SystemManage\IUserLogOnRepository.cs" />
  92. <Compile Include="04 IRepository\SystemManage\ICustomerRepository.cs" />
  93. <Compile Include="04 IRepository\SystemManage\IUserRepository.cs" />
  94. <Compile Include="04 IRepository\SystemSecurity\IDbBackupRepository.cs" />
  95. <Compile Include="04 IRepository\SystemSecurity\IFilterIPRepository.cs" />
  96. <Compile Include="04 IRepository\SystemSecurity\ILogRepository.cs" />
  97. <Compile Include="Properties\AssemblyInfo.cs" />
  98. <Compile Include="Properties\Settings.Designer.cs">
  99. <AutoGen>True</AutoGen>
  100. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  101. <DependentUpon>Settings.settings</DependentUpon>
  102. </Compile>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Compile Include="03 Entity\SystemManage\ItemsEntity.cs" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="03 Entity\SystemManage\OrganizeEntity.cs" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Compile Include="03 Entity\SystemManage\RoleEntity.cs" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Compile Include="03 Entity\SystemManage\UserEntity.cs" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <ProjectReference Include="..\NFine.Code\NFine.Code.csproj">
  118. <Project>{db19ce03-c307-43fe-a209-08aa4ae10e21}</Project>
  119. <Name>NFine.Code</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\NFine.Data\NFine.Data.csproj">
  122. <Project>{f71003e8-a836-48f4-9df6-df9095cebd18}</Project>
  123. <Name>NFine.Data</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Folder Include="04 IRepository\SRM\" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <None Include="Properties\Settings.settings">
  131. <Generator>SettingsSingleFileGenerator</Generator>
  132. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  133. </None>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
  137. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  138. </ItemGroup>
  139. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  140. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  141. Other similar extension points exist, see Microsoft.Common.targets.
  142. <Target Name="BeforeBuild">
  143. </Target>
  144. <Target Name="AfterBuild">
  145. </Target>
  146. -->
  147. </Project>