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.

118 lines
5.6 KiB

  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="System" />
  42. <Reference Include="System.ComponentModel.DataAnnotations" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Xml" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="01 Infrastructure\ICreationAudited.cs" />
  52. <Compile Include="01 Infrastructure\IDeleteAudited.cs" />
  53. <Compile Include="01 Infrastructure\IEntity.cs" />
  54. <Compile Include="01 Infrastructure\IModificationAudited_PORelease.cs" />
  55. <Compile Include="01 Infrastructure\IModificationAudited.cs" />
  56. <Compile Include="02 ViewModel\WatchPanelModel.cs" />
  57. <Compile Include="03 Entity\SystemManage\AreaEntity.cs" />
  58. <Compile Include="03 Entity\SystemManage\CommonReportModel.cs" />
  59. <Compile Include="03 Entity\SystemManage\ModuleButtonEntity.cs" />
  60. <Compile Include="03 Entity\SystemManage\ModuleEntity.cs" />
  61. <Compile Include="03 Entity\SystemManage\RoleAuthorizeEntity.cs" />
  62. <Compile Include="03 Entity\SystemManage\CustomerEntity.cs" />
  63. <Compile Include="03 Entity\SystemManage\UserLogOnEntity.cs" />
  64. <Compile Include="03 Entity\SystemManage\ItemsDetailEntity.cs" />
  65. <Compile Include="03 Entity\SystemSecurity\DbBackupEntity.cs" />
  66. <Compile Include="03 Entity\SystemSecurity\FilterIPEntity.cs" />
  67. <Compile Include="03 Entity\SystemSecurity\LogEntity.cs" />
  68. <Compile Include="02 ViewModel\AuthorizeActionModel.cs" />
  69. <Compile Include="04 IRepository\SystemManage\IAreaRepository.cs" />
  70. <Compile Include="04 IRepository\SystemManage\IItemsDetailRepository.cs" />
  71. <Compile Include="04 IRepository\SystemManage\IItemsRepository.cs" />
  72. <Compile Include="04 IRepository\SystemManage\IModuleButtonRepository.cs" />
  73. <Compile Include="04 IRepository\SystemManage\IModuleRepository.cs" />
  74. <Compile Include="04 IRepository\SystemManage\IOrganizeRepository.cs" />
  75. <Compile Include="04 IRepository\SystemManage\IRoleAuthorizeRepository.cs" />
  76. <Compile Include="04 IRepository\SystemManage\IRoleRepository.cs" />
  77. <Compile Include="04 IRepository\SystemManage\IUserLogOnRepository.cs" />
  78. <Compile Include="04 IRepository\SystemManage\ICustomerRepository.cs" />
  79. <Compile Include="04 IRepository\SystemManage\IUserRepository.cs" />
  80. <Compile Include="04 IRepository\SystemSecurity\IDbBackupRepository.cs" />
  81. <Compile Include="04 IRepository\SystemSecurity\IFilterIPRepository.cs" />
  82. <Compile Include="04 IRepository\SystemSecurity\ILogRepository.cs" />
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="03 Entity\SystemManage\ItemsEntity.cs" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="03 Entity\SystemManage\OrganizeEntity.cs" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="03 Entity\SystemManage\RoleEntity.cs" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="03 Entity\SystemManage\UserEntity.cs" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ProjectReference Include="..\NFine.Code\NFine.Code.csproj">
  99. <Project>{db19ce03-c307-43fe-a209-08aa4ae10e21}</Project>
  100. <Name>NFine.Code</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\NFine.Data\NFine.Data.csproj">
  103. <Project>{f71003e8-a836-48f4-9df6-df9095cebd18}</Project>
  104. <Name>NFine.Data</Name>
  105. </ProjectReference>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Folder Include="03 Entity\KY\" />
  109. <Folder Include="04 IRepository\KY\" />
  110. </ItemGroup>
  111. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  112. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  113. Other similar extension points exist, see Microsoft.Common.targets.
  114. <Target Name="BeforeBuild">
  115. </Target>
  116. <Target Name="AfterBuild">
  117. </Target>
  118. -->
  119. </Project>