Migrating data from Access 97 to Postgres database
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

100 строки
4.6 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. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{E1BDFD46-3E8D-488E-8169-447DD238A804}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>acc_pgsqlTest</RootNamespace>
  13. <AssemblyName>acc_pgsqlTest</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Microsoft.CSharp" />
  37. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  38. <Reference Include="Microsoft.Web.XmlTransform">
  39. <HintPath>..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Mono.Security">
  42. <HintPath>..\packages\Npgsql.2.2.7\lib\net40\Mono.Security.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Newtonsoft.Json">
  45. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Npgsql">
  48. <HintPath>..\packages\Npgsql.2.2.7\lib\net40\Npgsql.dll</HintPath>
  49. </Reference>
  50. <Reference Include="NuGet.Core">
  51. <HintPath>..\packages\NuGet.Core.2.14.0\lib\net40-Client\NuGet.Core.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Renci.SshNet">
  54. <HintPath>..\packages\SSH.NET.2014.4.6-beta2\lib\net40\Renci.SshNet.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core">
  58. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="System.Net" />
  63. <Reference Include="System.Net.Http.Formatting">
  64. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System.Xml" />
  71. <Reference Include="System.Xml.Linq" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  75. <Visible>False</Visible>
  76. </CodeAnalysisDependentAssemblyPaths>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="ProgramTest.cs" />
  80. <Compile Include="Properties\AssemblyInfo.cs" />
  81. <Compile Include="UnitTest1.cs" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Shadow Include="Test References\acc_pgsql.accessor" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <ProjectReference Include="..\acc_pgsql\acc_pgsql.csproj">
  88. <Project>{5F9533DE-6CC6-4131-A85C-203ECFB92FBE}</Project>
  89. <Name>acc_pgsql</Name>
  90. </ProjectReference>
  91. </ItemGroup>
  92. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. </Project>