azure-cosmosdb-node/source/DocumentDB.Node.master.njsproj

230 строки
10 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{411c2c02-66ef-40c8-a964-af8fdacf3961}</ProjectGuid>
<StartupFile>test\test.js</StartupFile>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{349c5851-65df-11da-9384-00065b846f21};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<ItemGroup>
<Content Include="package.json" />
<Content Include="test\BaselineTest.PathParser.json" />
<Content Include="test\mocha.json" />
<Content Include="test\data.json" />
<Content Include="test\readme.md" />
</ItemGroup>
<ItemGroup>
<Compile Include="Gruntfile.js" />
<Compile Include="index.js" />
<Compile Include="lib\defaultRetryPolicy.js" />
<Compile Include="lib\endpointDiscoveryRetryPolicy.js" />
<Compile Include="lib\globalEndpointManager.js" />
<Compile Include="lib\helper.js" />
<Compile Include="lib\platform.js" />
<Compile Include="lib\queryExecutionContext\aggregators.js" />
<Compile Include="lib\queryExecutionContext\documentProducer.js" />
<Compile Include="lib\queryExecutionContext\orderByDocumentProducerComparator.js" />
<Compile Include="lib\queryExecutionContext\orderByQueryExecutionContext.js" />
<Compile Include="lib\queryExecutionContext\parallelQueryExecutionContext.js" />
<Compile Include="lib\queryExecutionContext\endpointComponent.js" />
<Compile Include="lib\queryExecutionContext\parallelQueryExecutionContextBase.js" />
<Compile Include="lib\queryExecutionContext\partitionedQueryExecutionContextInfoParser.js" />
<Compile Include="lib\queryExecutionContext\pipelinedQueryExecutionContext.js" />
<Compile Include="lib\queryExecutionContext\proxyQueryExecutionContext.js" />
<Compile Include="lib\queryExecutionContext\defaultQueryExecutionContext.js" />
<Compile Include="lib\queryExecutionContext\headerUtils.js" />
<Compile Include="lib\queryMetrics\clientSideMetrics.js" />
<Compile Include="lib\queryMetrics\queryMetrics.js" />
<Compile Include="lib\queryMetrics\queryMetricsConstants.js" />
<Compile Include="lib\queryMetrics\queryMetricsUtils.js" />
<Compile Include="lib\queryMetrics\queryPreparationTimes.js" />
<Compile Include="lib\queryMetrics\runtimeExecutionTimes.js" />
<Compile Include="lib\queryMetrics\timeSpan.js" />
<Compile Include="lib\range.js" />
<Compile Include="lib\resourceId.js" />
<Compile Include="lib\retryOptions.js" />
<Compile Include="lib\retryUtility.js" />
<Compile Include="lib\resourceThrottleRetryPolicy.js" />
<Compile Include="lib\routing\smartRoutingMapProvider.js" />
<Compile Include="lib\routing\partitionKeyRangeCache.js" />
<Compile Include="lib\routing\inMemoryCollectionRoutingMap.js" />
<Compile Include="lib\sessionContainer.js" />
<Compile Include="lib\sessionReadRetryPolicy.js" />
<Compile Include="lib\statusCodes.js" />
<Compile Include="lib\uriFactory.js" />
<Compile Include="test\aggregateQueryTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\authorizationTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\baseTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\collectionNamingTest.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\encodingTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\queryMetricsTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\queryTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\ruPerMinTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\sessionContainerTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\sessionTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\smartRoutingMapProviderTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\crossPartitionTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\inMemoryCollectionRoutingMapTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\platformTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\proxyTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\splitTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\sslVerificationTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\uriFactoryTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\_testConfig.js" />
<Compile Include="lib\auth.js" />
<Compile Include="lib\base.js" />
<Compile Include="lib\constants.js" />
<Compile Include="lib\documentclient.js" />
<Compile Include="lib\documents.js" />
<Compile Include="lib\hash\consistentHashRing.js" />
<Compile Include="lib\hash\hashPartitionResolver.js" />
<Compile Include="lib\hash\murmurHash.js" />
<Compile Include="lib\index.js" />
<Compile Include="lib\queryIterator.js" />
<Compile Include="lib\range.js" />
<Compile Include="lib\request.js" />
<Compile Include="test\hashPartitionResolverTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\incrementalFeedTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\consistentHashRingTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\documentClientTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\rangeTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\rangePartitionResolverTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\murmurHashTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\test.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\queryExecutionContext\defaultQueryExecutionContextTests.js">
<TestFramework>Mocha</TestFramework>
</Compile>
<Compile Include="test\_testConfig.js" />
</ItemGroup>
<ItemGroup>
<None Include=".eslintrc" />
<None Include="package.json" />
<None Include="test\readme.md" />
</ItemGroup>
<ItemGroup>
<Folder Include="lib" />
<Folder Include="lib\hash" />
<Folder Include="lib\queryMetrics\" />
<Folder Include="lib\routing\" />
<Folder Include="lib\queryExecutionContext\" />
<Folder Include="test" />
<Folder Include="test\queryExecutionContext\" />
<Folder Include="test\routing\" />
<Folder Include="typings\" />
<Folder Include="typings\globals\" />
<Folder Include="typings\globals\grunt\" />
<Folder Include="typings\globals\mocha\" />
<Folder Include="typings\globals\node\" />
<Folder Include="typings\globals\semaphore\" />
<Folder Include="typings\globals\underscore\" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="typings\globals\grunt\index.d.ts" />
<TypeScriptCompile Include="typings\globals\mocha\index.d.ts" />
<TypeScriptCompile Include="typings\globals\node\index.d.ts" />
<TypeScriptCompile Include="typings\globals\semaphore\index.d.ts" />
<TypeScriptCompile Include="typings\globals\underscore\index.d.ts" />
<TypeScriptCompile Include="typings\index.d.ts" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<!--Do not delete the following Import Project. While this appears to do nothing it is a marker for setting TypeScript properties before our import that depends on them.-->
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="False" />
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:48022/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>True</UseCustomServer>
<CustomServerUrl>http://localhost:1337</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
<WebProjectProperties>
<StartPageUrl>
</StartPageUrl>
<StartAction>CurrentPage</StartAction>
<AspNetDebugging>True</AspNetDebugging>
<SilverlightDebugging>False</SilverlightDebugging>
<NativeDebugging>False</NativeDebugging>
<SQLDebugging>False</SQLDebugging>
<ExternalProgram>
</ExternalProgram>
<StartExternalURL>
</StartExternalURL>
<StartCmdLineArguments>
</StartCmdLineArguments>
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>False</EnableENC>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>