PageRenderTime 54ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/Geocoding/Artem.GoogleGeocoding.Tests/Artem.GoogleGeocoding.Tests.csproj

#
MSBuild | 117 lines | 110 code | 0 blank | 7 comment | 0 complexity | b21c3c3dcefeff3e0dd47a1c57ad3b7d MD5 | raw file
Possible License(s): MIT
  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>{BE6699E0-260C-49E3-9959-6246D40DBFBE}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Artem.GoogleGeocoding.Tests</RootNamespace>
  13. <AssemblyName>Artem.GoogleGeocoding.Tests</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccLocalPath>
  20. </SccLocalPath>
  21. <SccAuxPath>
  22. </SccAuxPath>
  23. <SccProvider>
  24. </SccProvider>
  25. <PublishUrl>publish\</PublishUrl>
  26. <Install>true</Install>
  27. <InstallFrom>Disk</InstallFrom>
  28. <UpdateEnabled>false</UpdateEnabled>
  29. <UpdateMode>Foreground</UpdateMode>
  30. <UpdateInterval>7</UpdateInterval>
  31. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  32. <UpdatePeriodically>false</UpdatePeriodically>
  33. <UpdateRequired>false</UpdateRequired>
  34. <MapFileExtensions>true</MapFileExtensions>
  35. <ApplicationRevision>0</ApplicationRevision>
  36. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  37. <IsWebBootstrapper>false</IsWebBootstrapper>
  38. <UseApplicationTrust>false</UseApplicationTrust>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  60. <Reference Include="System" />
  61. <Reference Include="System.Core">
  62. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="System.Web" />
  67. <Reference Include="System.Web.Extensions" />
  68. <Reference Include="System.Xml" />
  69. <Reference Include="System.Xml.Linq" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  73. <Visible>False</Visible>
  74. </CodeAnalysisDependentAssemblyPaths>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="GeoRequestTest.cs" />
  78. <Compile Include="IssueTest.cs" />
  79. <Compile Include="Properties\AssemblyInfo.cs" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  83. <Visible>False</Visible>
  84. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  85. <Install>true</Install>
  86. </BootstrapperPackage>
  87. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  88. <Visible>False</Visible>
  89. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  90. <Install>false</Install>
  91. </BootstrapperPackage>
  92. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  93. <Visible>False</Visible>
  94. <ProductName>.NET Framework 3.5 SP1</ProductName>
  95. <Install>false</Install>
  96. </BootstrapperPackage>
  97. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  98. <Visible>False</Visible>
  99. <ProductName>Windows Installer 3.1</ProductName>
  100. <Install>true</Install>
  101. </BootstrapperPackage>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ProjectReference Include="..\Artem.GoogleGeocoding\Artem.GoogleGeocoding.csproj">
  105. <Project>{1f0d1656-cf0d-4704-91d4-90a39e91b908}</Project>
  106. <Name>Artem.GoogleGeocoding</Name>
  107. </ProjectReference>
  108. </ItemGroup>
  109. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  110. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  111. Other similar extension points exist, see Microsoft.Common.targets.
  112. <Target Name="BeforeBuild">
  113. </Target>
  114. <Target Name="AfterBuild">
  115. </Target>
  116. -->
  117. </Project>