Biggi/YandexLocation: Микробиблиотека для получения координат по адресу - SVN.BY: Go Git Service

Микробиблиотека для получения координат по адресу

SimpleYandexLocation.vbproj 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{D4A4ED71-26F9-4043-B3BF-A3AD6F89627D}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <StartupObject>SimpleYandexLocation.YandexLocation</StartupObject>
  10. <RootNamespace>SimpleYandexLocation</RootNamespace>
  11. <AssemblyName>SimpleYandexLocation</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>Console</MyType>
  14. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <DefineDebug>true</DefineDebug>
  22. <DefineTrace>true</DefineTrace>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DocumentationFile>SimpleYandexLocation.xml</DocumentationFile>
  25. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <DefineDebug>false</DefineDebug>
  31. <DefineTrace>true</DefineTrace>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DocumentationFile>SimpleYandexLocation.xml</DocumentationFile>
  35. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <OptionExplicit>On</OptionExplicit>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <OptionCompare>Binary</OptionCompare>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <OptionStrict>Off</OptionStrict>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <OptionInfer>On</OptionInfer>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  51. <HintPath>packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Deployment" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="System.Net.Http" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Import Include="Microsoft.VisualBasic" />
  65. <Import Include="System" />
  66. <Import Include="System.Collections" />
  67. <Import Include="System.Collections.Generic" />
  68. <Import Include="System.Data" />
  69. <Import Include="System.Diagnostics" />
  70. <Import Include="System.Linq" />
  71. <Import Include="System.Xml.Linq" />
  72. <Import Include="System.Threading.Tasks" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="YandexLocation.vb" />
  76. <Compile Include="My Project\AssemblyInfo.vb" />
  77. <Compile Include="My Project\Application.Designer.vb">
  78. <AutoGen>True</AutoGen>
  79. <DependentUpon>Application.myapp</DependentUpon>
  80. </Compile>
  81. <Compile Include="My Project\Resources.Designer.vb">
  82. <AutoGen>True</AutoGen>
  83. <DesignTime>True</DesignTime>
  84. <DependentUpon>Resources.resx</DependentUpon>
  85. </Compile>
  86. <Compile Include="My Project\Settings.Designer.vb">
  87. <AutoGen>True</AutoGen>
  88. <DependentUpon>Settings.settings</DependentUpon>
  89. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  90. </Compile>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <EmbeddedResource Include="My Project\Resources.resx">
  94. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  95. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  96. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  97. <SubType>Designer</SubType>
  98. </EmbeddedResource>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <None Include="My Project\Application.myapp">
  102. <Generator>MyApplicationCodeGenerator</Generator>
  103. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  104. </None>
  105. <None Include="My Project\Settings.settings">
  106. <Generator>SettingsSingleFileGenerator</Generator>
  107. <CustomToolNamespace>My</CustomToolNamespace>
  108. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  109. </None>
  110. <None Include="App.config" />
  111. <None Include="packages.config" />
  112. </ItemGroup>
  113. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  114. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  115. Other similar extension points exist, see Microsoft.Common.targets.
  116. <Target Name="BeforeBuild">
  117. </Target>
  118. <Target Name="AfterBuild">
  119. </Target>
  120. -->
  121. </Project>