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

92 lines
4.1 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 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>{4E642CBE-F6C5-4CB9-9474-6B349652FE77}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NFine.Mapping</RootNamespace>
  11. <AssemblyName>NFine.Mapping</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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  47. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.ComponentModel.DataAnnotations" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Xml" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="SystemManage\AreaMap.cs" />
  62. <Compile Include="SystemManage\ItemsDetailMap.cs" />
  63. <Compile Include="SystemManage\ItemsMap.cs" />
  64. <Compile Include="SystemManage\ModuleButtonMap.cs" />
  65. <Compile Include="SystemManage\ModuleMap.cs" />
  66. <Compile Include="SystemManage\OrganizeMap.cs" />
  67. <Compile Include="SystemManage\RoleAuthorizeMap.cs" />
  68. <Compile Include="SystemManage\RoleMap.cs" />
  69. <Compile Include="SystemManage\UserLogOnMap.cs" />
  70. <Compile Include="SystemManage\CustomerMap.cs" />
  71. <Compile Include="SystemManage\UserMap.cs" />
  72. <Compile Include="SystemSecurity\DbBackupMap.cs" />
  73. <Compile Include="SystemSecurity\FilterIPMap.cs" />
  74. <Compile Include="SystemSecurity\LogMap.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ProjectReference Include="..\NFine.Domain\NFine.Domain.csproj">
  78. <Project>{7dc886cd-b8a0-44e8-aadd-57fcb0cfecb8}</Project>
  79. <Name>NFine.Domain</Name>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Folder Include="KY\" />
  84. </ItemGroup>
  85. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  86. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  87. Other similar extension points exist, see Microsoft.Common.targets.
  88. <Target Name="BeforeBuild">
  89. </Target>
  90. <Target Name="AfterBuild">
  91. </Target>
  92. -->
  93. </Project>