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

150 lines
7.3 KiB

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>
  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="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.ComponentModel.DataAnnotations" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Data.Entity" />
  49. <Reference Include="System.Data.Linq" />
  50. <Reference Include="System.Runtime.Serialization" />
  51. <Reference Include="System.Security" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="01 Infrastructure\ICreationAudited.cs" />
  60. <Compile Include="01 Infrastructure\IDeleteAudited.cs" />
  61. <Compile Include="01 Infrastructure\IEntity.cs" />
  62. <Compile Include="01 Infrastructure\IModificationAudited_PORelease.cs" />
  63. <Compile Include="01 Infrastructure\IModificationAudited.cs" />
  64. <Compile Include="03 Entity\ProductManage\ICSDiscountRateListEntity.cs" />
  65. <Compile Include="03 Entity\ProductManage\ICSDiscountRateEntity.cs" />
  66. <Compile Include="03 Entity\ProductManage\ICSProductPreSellDetailEntity.cs" />
  67. <Compile Include="03 Entity\ProductManage\ICSProductPreSellEntity.cs" />
  68. <Compile Include="03 Entity\ProductManage\ICSProductEntity.cs" />
  69. <Compile Include="03 Entity\SRM\ICSASN.cs" />
  70. <Compile Include="03 Entity\SRM\ICSPO_PoMain.cs" />
  71. <Compile Include="03 Entity\SRM\ICSVendor.cs" />
  72. <Compile Include="03 Entity\SystemManage\AreaEntity.cs" />
  73. <Compile Include="03 Entity\SystemManage\ModuleButtonEntity.cs" />
  74. <Compile Include="03 Entity\SystemManage\ModuleEntity.cs" />
  75. <Compile Include="03 Entity\SystemManage\RoleAuthorizeEntity.cs" />
  76. <Compile Include="03 Entity\SystemManage\CustomerEntity.cs" />
  77. <Compile Include="03 Entity\SystemManage\UserLogOnEntity.cs" />
  78. <Compile Include="03 Entity\SystemManage\ItemsDetailEntity.cs" />
  79. <Compile Include="03 Entity\SystemSecurity\DbBackupEntity.cs" />
  80. <Compile Include="03 Entity\SystemSecurity\FilterIPEntity.cs" />
  81. <Compile Include="03 Entity\SystemSecurity\LogEntity.cs" />
  82. <Compile Include="02 ViewModel\AuthorizeActionModel.cs" />
  83. <Compile Include="04 IRepository\ProductManage\IICSProductPreSellDetailRepository.cs" />
  84. <Compile Include="04 IRepository\ProductManage\IICSProductPreSellRepository.cs" />
  85. <Compile Include="04 IRepository\ProductManage\IICSDiscountRateRepository.cs" />
  86. <Compile Include="04 IRepository\ProductManage\IICSProductRepository.cs" />
  87. <Compile Include="04 IRepository\SystemManage\IAreaRepository.cs" />
  88. <Compile Include="04 IRepository\SystemManage\IItemsDetailRepository.cs" />
  89. <Compile Include="04 IRepository\SystemManage\IItemsRepository.cs" />
  90. <Compile Include="04 IRepository\SystemManage\IModuleButtonRepository.cs" />
  91. <Compile Include="04 IRepository\SystemManage\IModuleRepository.cs" />
  92. <Compile Include="04 IRepository\SystemManage\IOrganizeRepository.cs" />
  93. <Compile Include="04 IRepository\SystemManage\IRoleAuthorizeRepository.cs" />
  94. <Compile Include="04 IRepository\SystemManage\IRoleRepository.cs" />
  95. <Compile Include="04 IRepository\SystemManage\IUserLogOnRepository.cs" />
  96. <Compile Include="04 IRepository\SystemManage\ICustomerRepository.cs" />
  97. <Compile Include="04 IRepository\SystemManage\IUserRepository.cs" />
  98. <Compile Include="04 IRepository\SystemSecurity\IDbBackupRepository.cs" />
  99. <Compile Include="04 IRepository\SystemSecurity\IFilterIPRepository.cs" />
  100. <Compile Include="04 IRepository\SystemSecurity\ILogRepository.cs" />
  101. <Compile Include="Properties\AssemblyInfo.cs" />
  102. <Compile Include="Properties\Settings.Designer.cs">
  103. <AutoGen>True</AutoGen>
  104. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  105. <DependentUpon>Settings.settings</DependentUpon>
  106. </Compile>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Compile Include="03 Entity\SystemManage\ItemsEntity.cs" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Compile Include="03 Entity\SystemManage\OrganizeEntity.cs" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Compile Include="03 Entity\SystemManage\RoleEntity.cs" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Compile Include="03 Entity\SystemManage\UserEntity.cs" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <ProjectReference Include="..\NFine.Code\NFine.Code.csproj">
  122. <Project>{db19ce03-c307-43fe-a209-08aa4ae10e21}</Project>
  123. <Name>NFine.Code</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\NFine.Data\NFine.Data.csproj">
  126. <Project>{f71003e8-a836-48f4-9df6-df9095cebd18}</Project>
  127. <Name>NFine.Data</Name>
  128. </ProjectReference>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Folder Include="04 IRepository\SRM\" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <None Include="Properties\Settings.settings">
  135. <Generator>SettingsSingleFileGenerator</Generator>
  136. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  137. </None>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
  141. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  142. </ItemGroup>
  143. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  144. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  145. Other similar extension points exist, see Microsoft.Common.targets.
  146. <Target Name="BeforeBuild">
  147. </Target>
  148. <Target Name="AfterBuild">
  149. </Target>
  150. -->
  151. </Project>