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.

105 lines
5.0 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>{F71003E8-A836-48F4-9DF6-DF9095CEBD18}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NFine.Data</RootNamespace>
  11. <AssemblyName>NFine.Data</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, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  46. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>D:\Projects\赛科\ESDProject\ESD\ASE.Framework V1.0\ASE.WebApp\bin\log4net.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>bin\Debug\Oracle.ManagedDataAccess.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.ComponentModel.DataAnnotations" />
  59. <Reference Include="System.Configuration" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="DBContext\NFineDbContext.cs" />
  69. <Compile Include="Extensions\CommandInfo.cs" />
  70. <Compile Include="Extensions\DatabaseCommon.cs" />
  71. <Compile Include="Extensions\DatabaseReader.cs" />
  72. <Compile Include="Extensions\DatabaseType.cs" />
  73. <Compile Include="Extensions\DbFactory.cs" />
  74. <Compile Include="Extensions\DbHelper.cs" />
  75. <Compile Include="Extensions\OracleHelper.cs" />
  76. <Compile Include="Extensions\DbResultMsg.cs" />
  77. <Compile Include="Extensions\EntityInterfaceExtensions.cs" />
  78. <Compile Include="Extensions\OtherSqlServerHelper.cs" />
  79. <Compile Include="Extensions\LogHelper.cs" />
  80. <Compile Include="Extensions\PrimaryKeyAttribute.cs" />
  81. <Compile Include="Extensions\PublicMethod.cs" />
  82. <Compile Include="Extensions\SqlHelper.cs" />
  83. <Compile Include="Extensions\ERPSqlServerHelper.cs" />
  84. <Compile Include="Extensions\SqlServerHelper.cs" />
  85. <Compile Include="Repository\IRepositoryBase.cs" />
  86. <Compile Include="Repository\IRepositoryBase.T.cs" />
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. <Compile Include="Repository\RepositoryBase.cs" />
  89. <Compile Include="Repository\RepositoryBase.T.cs" />
  90. </ItemGroup>
  91. <ItemGroup />
  92. <ItemGroup>
  93. <ProjectReference Include="..\NFine.Code\NFine.Code.csproj">
  94. <Project>{db19ce03-c307-43fe-a209-08aa4ae10e21}</Project>
  95. <Name>NFine.Code</Name>
  96. </ProjectReference>
  97. </ItemGroup>
  98. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  99. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  100. Other similar extension points exist, see Microsoft.Common.targets.
  101. <Target Name="BeforeBuild">
  102. </Target>
  103. <Target Name="AfterBuild">
  104. </Target>
  105. -->
  106. </Project>