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

97 lines
4.2 KiB

3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
2 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. <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>{875233BF-EA15-49E0-9A9C-77884A897FF6}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NFine.Repository</RootNamespace>
  11. <AssemblyName>NFine.Repository</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. <TargetFrameworkProfile />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  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="Database.cs" />
  52. <Compile Include="DataFactory.cs" />
  53. <Compile Include="IDatabase.cs" />
  54. <Compile Include="IRepository.cs" />
  55. <Compile Include="Properties\AssemblyInfo.cs" />
  56. <Compile Include="Repository.cs" />
  57. <Compile Include="RepositoryFactory.cs" />
  58. <Compile Include="SystemManage\ItemsDetailRepository.cs" />
  59. <Compile Include="SystemManage\ItemsRepository.cs" />
  60. <Compile Include="SystemManage\ModuleButtonRepository.cs" />
  61. <Compile Include="SystemManage\ModuleRepository.cs" />
  62. <Compile Include="SystemManage\AreaRepository.cs" />
  63. <Compile Include="SystemManage\OrganizeRepository.cs" />
  64. <Compile Include="SystemManage\RoleRepository.cs" />
  65. <Compile Include="SystemManage\UserLogOnRepository.cs" />
  66. <Compile Include="SystemManage\CustomerRepository.cs" />
  67. <Compile Include="SystemManage\UserRepository.cs" />
  68. <Compile Include="SystemManage\RoleAuthorizeRepository.cs" />
  69. <Compile Include="SystemSecurity\DbBackupRepository.cs" />
  70. <Compile Include="SystemSecurity\FilterIPRepository.cs" />
  71. <Compile Include="SystemSecurity\LogRepository.cs" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ProjectReference Include="..\NFine.Code\NFine.Code.csproj">
  75. <Project>{db19ce03-c307-43fe-a209-08aa4ae10e21}</Project>
  76. <Name>NFine.Code</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\NFine.Data\NFine.Data.csproj">
  79. <Project>{f71003e8-a836-48f4-9df6-df9095cebd18}</Project>
  80. <Name>NFine.Data</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\NFine.Domain\NFine.Domain.csproj">
  83. <Project>{7dc886cd-b8a0-44e8-aadd-57fcb0cfecb8}</Project>
  84. <Name>NFine.Domain</Name>
  85. </ProjectReference>
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Folder Include="KY\" />
  89. </ItemGroup>
  90. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  91. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  92. Other similar extension points exist, see Microsoft.Common.targets.
  93. <Target Name="BeforeBuild">
  94. </Target>
  95. <Target Name="AfterBuild">
  96. </Target>
  97. -->
  98. </Project>