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

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>{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.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">
  38. <HintPath>..\..\EntityFramework.dll</HintPath>
  39. </Reference>
  40. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  41. <HintPath>..\..\dll\EntityFramework.SqlServer.dll</HintPath>
  42. <Private>True</Private>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.ComponentModel.DataAnnotations" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Data.Entity" />
  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="ProductManage\ICSDiscountRateMap.cs" />
  56. <Compile Include="ProductManage\ICSProductPreSellDetailMap.cs" />
  57. <Compile Include="ProductManage\ICSProductPreSellMap.cs" />
  58. <Compile Include="ProductManage\ICSProductMap.cs" />
  59. <Compile Include="Properties\AssemblyInfo.cs" />
  60. <Compile Include="SystemManage\AreaMap.cs" />
  61. <Compile Include="SystemManage\ItemsDetailMap.cs" />
  62. <Compile Include="SystemManage\ItemsMap.cs" />
  63. <Compile Include="SystemManage\ModuleButtonMap.cs" />
  64. <Compile Include="SystemManage\ModuleMap.cs" />
  65. <Compile Include="SystemManage\OrganizeMap.cs" />
  66. <Compile Include="SystemManage\RoleAuthorizeMap.cs" />
  67. <Compile Include="SystemManage\RoleMap.cs" />
  68. <Compile Include="SystemManage\UserLogOnMap.cs" />
  69. <Compile Include="SystemManage\CustomerMap.cs" />
  70. <Compile Include="SystemManage\UserMap.cs" />
  71. <Compile Include="SystemSecurity\DbBackupMap.cs" />
  72. <Compile Include="SystemSecurity\FilterIPMap.cs" />
  73. <Compile Include="SystemSecurity\LogMap.cs" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ProjectReference Include="..\NFine.Domain\NFine.Domain.csproj">
  77. <Project>{7dc886cd-b8a0-44e8-aadd-57fcb0cfecb8}</Project>
  78. <Name>NFine.Domain</Name>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <None Include="App.config" />
  83. <None Include="packages.config" />
  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>