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

96 lines
4.2 KiB

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>
  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">
  42. <HintPath>..\..\EntityFramework.dll</HintPath>
  43. </Reference>
  44. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  45. <HintPath>..\..\dll\EntityFramework.SqlServer.dll</HintPath>
  46. <Private>True</Private>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.ComponentModel.DataAnnotations" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Data.Entity" />
  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="ProductManage\ICSDiscountRateMap.cs" />
  60. <Compile Include="ProductManage\ICSProductPreSellDetailMap.cs" />
  61. <Compile Include="ProductManage\ICSProductPreSellMap.cs" />
  62. <Compile Include="ProductManage\ICSProductMap.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. <Compile Include="SystemManage\AreaMap.cs" />
  65. <Compile Include="SystemManage\ItemsDetailMap.cs" />
  66. <Compile Include="SystemManage\ItemsMap.cs" />
  67. <Compile Include="SystemManage\ModuleButtonMap.cs" />
  68. <Compile Include="SystemManage\ModuleMap.cs" />
  69. <Compile Include="SystemManage\OrganizeMap.cs" />
  70. <Compile Include="SystemManage\RoleAuthorizeMap.cs" />
  71. <Compile Include="SystemManage\RoleMap.cs" />
  72. <Compile Include="SystemManage\UserLogOnMap.cs" />
  73. <Compile Include="SystemManage\CustomerMap.cs" />
  74. <Compile Include="SystemManage\UserMap.cs" />
  75. <Compile Include="SystemSecurity\DbBackupMap.cs" />
  76. <Compile Include="SystemSecurity\FilterIPMap.cs" />
  77. <Compile Include="SystemSecurity\LogMap.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\NFine.Domain\NFine.Domain.csproj">
  81. <Project>{7dc886cd-b8a0-44e8-aadd-57fcb0cfecb8}</Project>
  82. <Name>NFine.Domain</Name>
  83. </ProjectReference>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <None Include="App.config" />
  87. <None Include="packages.config" />
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. </Project>