forked from ravendb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
94 additions
and
282 deletions.
There are no files selected for viewing
189 changes: 5 additions & 184 deletions
189
Documentation/4.0/Raven.Documentation.Pages/Raven.Documentation.Pages.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,186 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{B4AEE334-DF56-45D7-A283-BA90F08B1F05}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>Raven.Documentation.Pages</RootNamespace> | ||
<AssemblyName>Raven.Documentation.Pages</AssemblyName> | ||
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<TargetFrameworkProfile /> | ||
<TargetFramework>netcoreapp2.0</TargetFramework> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Data.DataSetExtensions" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include=".docs.json" /> | ||
<None Include="client-api\.docs.json" /> | ||
<None Include="client-api\commands\documents\get.dotnet.markdown" /> | ||
<None Include="client-api\commands\documents\how-to\get-document-metadata-only.dotnet.markdown" /> | ||
<None Include="client-api\creating-document-store.markdown" /> | ||
<None Include="client-api\data-subscriptions\.docs.json" /> | ||
<None Include="client-api\data-subscriptions\how-to-create-data-subscription.dotnet.markdown" /> | ||
<None Include="client-api\data-subscriptions\how-to-consume-data-subscription.markdown" /> | ||
<None Include="client-api\data-subscriptions\what-are-data-subscriptions.dotnet.markdown" /> | ||
<None Include="client-api\data-subscriptions\how-to-create-data-subscription.dotnet.markdown" /> | ||
<None Include="client-api\data-subscriptions\what-are-data-subscriptions.dotnet.markdown" /> | ||
<None Include="client-api\how-to\.docs.json" /> | ||
<None Include="client-api\how-to\setup-aggressive-caching.dotnet.markdown" /> | ||
<None Include="client-api\session\.docs.json" /> | ||
<None Include="client-api\session\attachments\.docs.json" /> | ||
<None Include="client-api\session\attachments\put.dotnet.markdown" /> | ||
<None Include="client-api\session\attachments\delete.dotnet.markdown" /> | ||
<None Include="client-api\session\attachments\get.dotnet.markdown" /> | ||
<None Include="client-api\session\attachments\what-are-attachments.dotnet.markdown" /> | ||
<None Include="client-api\session\opening-a-session.dotnet.markdown" /> | ||
<None Include="client-api\session\querying\.docs.json" /> | ||
<None Include="client-api\session\querying\document-query\what-is-document-query.dotnet.markdown" /> | ||
<None Include="client-api\session\querying\how-to-customize-query.dotnet.markdown" /> | ||
<None Include="client-api\session\querying\how-to-get-query-statistics.dotnet.markdown" /> | ||
<None Include="client-api\session\querying\how-to-perform-queries-lazily.dotnet.markdown" /> | ||
<None Include="client-api\session\querying\how-to-query.dotnet.markdown" /> | ||
<None Include="client-api\session\querying\document-query\how-to-use-lucene.dotnet.markdown" /> | ||
<None Include="client-api\session\querying\how-to-stream-query-results.dotnet.markdown" /> | ||
<None Include="client-api\session\querying\document-query\.docs.json" /> | ||
<None Include="client-api\session\querying\document-query\how-to-use-not-operator.dotnet.markdown" /> | ||
<None Include="client-api\session\querying\how-to-use-intersect.dotnet.markdown" /> | ||
<None Include="client-api\session\querying\how-to-use-morelikethis.dotnet.markdown" /> | ||
<None Include="client-api\session\querying\how-to-use-search.dotnet.markdown" /> | ||
<None Include="client-api\session\querying\how-to-work-with-suggestions.dotnet.markdown" /> | ||
<None Include="client-api\session\querying\how-to-project-query-results.dotnet.markdown" /> | ||
<None Include="client-api\session\storing-entities.dotnet.markdown" /> | ||
<None Include="client-api\session\what-is-a-session-and-how-does-it-work.markdown" /> | ||
<None Include="client-api\setting-up-default-database.dotnet.markdown" /> | ||
<None Include="client-api\what-is-a-document-store.dotnet.markdown" /> | ||
<None Include="glossary\.docs.json" /> | ||
<None Include="glossary\blittable-json-reader-object.markdown" /> | ||
<None Include="glossary\index-query.markdown" /> | ||
<None Include="glossary\query-result.markdown" /> | ||
<None Include="glossary\stream-query-statistics.markdown" /> | ||
<None Include="glossary\stream-result.markdown" /> | ||
<None Include="indexes\creating-and-deploying.markdown" /> | ||
<None Include="indexes\indexing-basics.markdown" /> | ||
<None Include="indexes\map-indexes.markdown" /> | ||
<None Include="indexes\multi-map-indexes.markdown" /> | ||
<None Include="indexes\what-are-indexes.markdown" /> | ||
<None Include="start\.docs.json" /> | ||
<None Include="start\about-examples.markdown" /> | ||
<None Include="start\getting-started.markdown" /> | ||
<None Include="start\images\setup\10.snag" /> | ||
<None Include="start\images\setup\2.snag" /> | ||
<None Include="start\images\setup\3.snag" /> | ||
<None Include="start\images\setup\4.snag" /> | ||
<None Include="start\images\setup\5.snag" /> | ||
<None Include="start\images\setup\6.snag" /> | ||
<None Include="start\images\setup\7.snag" /> | ||
<None Include="start\images\setup\8.snag" /> | ||
<None Include="start\images\setup\9.snag" /> | ||
<None Include="start\images\setup\u0.snag" /> | ||
<None Include="start\images\setup\u2.snag" /> | ||
<None Include="start\images\setup\u3.snag" /> | ||
<None Include="start\images\setup\u4.snag" /> | ||
<None Include="start\images\setup\w1.snag" /> | ||
<None Include="start\images\setup\w2.snag" /> | ||
<None Include="start\images\setup\w3.snag" /> | ||
<None Include="start\images\setup\w4.snag" /> | ||
<None Include="start\images\setup\w5.snag" /> | ||
<None Include="start\images\setup\w6.snag" /> | ||
<None Include="start\setup-wizard.markdown" /> | ||
<None Include="start\installation.markdown" /> | ||
<None Include="start\getting-to-know.markdown" /> | ||
<None Include="indexes\.docs.json" /> | ||
<None Include="indexes\converting-to-json-and-accessing-metadata.markdown" /> | ||
<None Include="indexes\indexing-linq-extensions.markdown" /> | ||
<None Include="start\whats-new.markdown" /> | ||
<None Include="studio\.docs.json" /> | ||
<None Include="studio\database\.docs.json" /> | ||
<None Include="studio\database\tasks\.docs.json" /> | ||
<None Include="studio\database\tasks\create-sample-data.markdown" /> | ||
<None Include="start\playground-server.markdown" /> | ||
<None Include="studio\database\tasks\images\snag\create-sample-data-1.snag" /> | ||
<None Include="studio\database\tasks\images\snag\create-sample-data-2.snag" /> | ||
<None Include="studio\database\tasks\images\snag\create-sample-data-3.snag" /> | ||
<None Include="studio\database\tasks\images\snag\create-sample-data-4.snag" /> | ||
<None Include="studio\images\snag\overview-1.snag" /> | ||
<None Include="studio\images\snag\overview-2.snag" /> | ||
<None Include="studio\images\snag\overview-3.snag" /> | ||
<None Include="studio\overview.markdown" /> | ||
<None Include="studio\server\.docs.json" /> | ||
<None Include="studio\server\images\snag\server-dashboard.snag" /> | ||
<None Include="studio\server\server-dashboard.markdown" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="client-api\how-to\images\" /> | ||
<Folder Include="Properties\" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="start\images\console.PNG" /> | ||
<Content Include="start\images\setup\1.png" /> | ||
<Content Include="start\images\setup\10.png" /> | ||
<Content Include="start\images\setup\2.png" /> | ||
<Content Include="start\images\setup\3.png" /> | ||
<Content Include="start\images\setup\4.png" /> | ||
<Content Include="start\images\setup\5.png" /> | ||
<Content Include="start\images\setup\6.png" /> | ||
<Content Include="start\images\setup\7.png" /> | ||
<Content Include="start\images\setup\8.png" /> | ||
<Content Include="start\images\setup\9.png" /> | ||
<Content Include="start\images\setup\u0.png" /> | ||
<Content Include="start\images\setup\u2.png" /> | ||
<Content Include="start\images\setup\u3.png" /> | ||
<Content Include="start\images\setup\u4.png" /> | ||
<Content Include="start\images\setup\w1.png" /> | ||
<Content Include="start\images\setup\w2.png" /> | ||
<Content Include="start\images\setup\w3.png" /> | ||
<Content Include="start\images\setup\w4.png" /> | ||
<Content Include="start\images\setup\w5.png" /> | ||
<Content Include="start\images\setup\w6.png" /> | ||
<Content Include="start\images\studio.png" /> | ||
<Content Include="studio\database\tasks\images\create-sample-data-1.png" /> | ||
<Content Include="studio\database\tasks\images\create-sample-data-2.png" /> | ||
<Content Include="studio\database\tasks\images\create-sample-data-3.png" /> | ||
<Content Include="studio\database\tasks\images\create-sample-data-4.png" /> | ||
<Content Include="studio\images\overview-1.png" /> | ||
<Content Include="studio\images\overview-2.png" /> | ||
<Content Include="studio\images\overview-3.png" /> | ||
<Content Include="studio\server\images\server-dashboard.png" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
Other similar extension points exist, see Microsoft.Common.targets. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
</Project> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.