Skip to content

Commit f295dcd

Browse files
committed
Removed the submodule and added a reference to the NuGet package instead.
1 parent 7f000ea commit f295dcd

File tree

6 files changed

+5
-33
lines changed

6 files changed

+5
-33
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
This file was deleted.

GIT_SUBMODULE_INSTRUCTIONS.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

IntermediatorBotSample.sln

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26730.3
4+
VisualStudioVersion = 15.0.26730.10
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntermediatorBotSample", "IntermediatorBotSample\IntermediatorBotSample.csproj", "{A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BotMessageRouting", "bot-message-routing\BotMessageRouting\BotMessageRouting.csproj", "{4A90870F-6202-4025-BAEA-BD9EBDE317C7}"
9-
EndProject
108
Global
119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1210
Debug|Any CPU = Debug|Any CPU
@@ -17,10 +15,6 @@ Global
1715
{A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
1816
{A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
1917
{A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{4A90870F-6202-4025-BAEA-BD9EBDE317C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{4A90870F-6202-4025-BAEA-BD9EBDE317C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{4A90870F-6202-4025-BAEA-BD9EBDE317C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{4A90870F-6202-4025-BAEA-BD9EBDE317C7}.Release|Any CPU.Build.0 = Release|Any CPU
2418
EndGlobalSection
2519
GlobalSection(SolutionProperties) = preSolution
2620
HideSolutionNode = FALSE

IntermediatorBotSample/IntermediatorBotSample.csproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
<Reference Include="Autofac, Version=4.6.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
4747
<HintPath>..\packages\Autofac.4.6.1\lib\net45\Autofac.dll</HintPath>
4848
</Reference>
49+
<Reference Include="BotMessageRouting, Version=0.9.2.0, Culture=neutral, processorArchitecture=MSIL">
50+
<HintPath>..\packages\Underscore.Bot.MessageRouting.0.9.2\lib\net46\BotMessageRouting.dll</HintPath>
51+
</Reference>
4952
<Reference Include="Chronic, Version=0.3.2.0, Culture=neutral, PublicKeyToken=3bd1f1ef638b0d3c, processorArchitecture=MSIL">
5053
<HintPath>..\packages\Chronic.Signed.0.3.2\lib\net40\Chronic.dll</HintPath>
5154
<Private>True</Private>
@@ -190,12 +193,6 @@
190193
<LastGenOutput>ConversationText.Designer.cs</LastGenOutput>
191194
</EmbeddedResource>
192195
</ItemGroup>
193-
<ItemGroup>
194-
<ProjectReference Include="..\bot-message-routing\BotMessageRouting\BotMessageRouting.csproj">
195-
<Project>{4a90870f-6202-4025-baea-bd9ebde317c7}</Project>
196-
<Name>BotMessageRouting</Name>
197-
</ProjectReference>
198-
</ItemGroup>
199196
<PropertyGroup>
200197
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
201198
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>

IntermediatorBotSample/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
<package id="System.Linq.Queryable" version="4.3.0" targetFramework="net46" />
2626
<package id="System.Net.Requests" version="4.3.0" targetFramework="net46" />
2727
<package id="System.Spatial" version="5.8.2" targetFramework="net46" />
28+
<package id="Underscore.Bot.MessageRouting" version="0.9.2" targetFramework="net46" />
2829
<package id="WindowsAzure.Storage" version="8.4.0" targetFramework="net46" />
2930
</packages>

bot-message-routing

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)