Skip to content

Commit

Permalink
added AzureSearch project
Browse files Browse the repository at this point in the history
  • Loading branch information
a-patel committed May 11, 2019
1 parent 29dec84 commit 265733d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/AzureLabs.AzureSearch/AzureLabs.AzureSearch.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>

</Project>
8 changes: 8 additions & 0 deletions src/AzureLabs.AzureSearch/Class1.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using System;

namespace AzureLabs.AzureSearch
{
public class Class1
{
}
}
1 change: 1 addition & 0 deletions src/AzureLabs.Web/AzureLabs.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AzureLabs.AzureSearch\AzureLabs.AzureSearch.csproj" />
<ProjectReference Include="..\AzureLabs.RedisCache\AzureLabs.RedisCache.csproj" />
<ProjectReference Include="..\AzureLabs.Relays\AzureLabs.Relays.csproj" />
<ProjectReference Include="..\AzureLabs.ServiceBus\AzureLabs.ServiceBus.csproj" />
Expand Down
6 changes: 6 additions & 0 deletions src/AzureLabs.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureLabs.Relays", "AzureLa
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureLabs.RedisCache", "AzureLabs.RedisCache\AzureLabs.RedisCache.csproj", "{BFB4FA09-5733-4D57-86AA-CF922CE5E36C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureLabs.AzureSearch", "AzureLabs.AzureSearch\AzureLabs.AzureSearch.csproj", "{C14A35CB-DDD1-44C4-8A80-2CA81FD19C78}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -45,6 +47,10 @@ Global
{BFB4FA09-5733-4D57-86AA-CF922CE5E36C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFB4FA09-5733-4D57-86AA-CF922CE5E36C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFB4FA09-5733-4D57-86AA-CF922CE5E36C}.Release|Any CPU.Build.0 = Release|Any CPU
{C14A35CB-DDD1-44C4-8A80-2CA81FD19C78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C14A35CB-DDD1-44C4-8A80-2CA81FD19C78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C14A35CB-DDD1-44C4-8A80-2CA81FD19C78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C14A35CB-DDD1-44C4-8A80-2CA81FD19C78}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 265733d

Please sign in to comment.