Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueskang committed Nov 15, 2018
1 parent 99adeaf commit 1f48081
Show file tree
Hide file tree
Showing 31 changed files with 33 additions and 225 deletions.
8 changes: 8 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project>
<PropertyGroup>
<Version>0.2.0</Version>
<Authors>Jacques Kang</Authors>
<Product>JKang.EventBus</Product>
<PackageTags>eventbus</PackageTags>
</PropertyGroup>
</Project>
27 changes: 7 additions & 20 deletions src/EventBus.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,25 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JKang.EventBus.Abstractions", "JKang.Events.Abstractions\JKang.EventBus.Abstractions.csproj", "{B32C9E22-C892-4F8C-8E49-30CBA5B971C1}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JKang.EventBus.Abstractions", "JKang.EventBus.Abstractions\JKang.EventBus.Abstractions.csproj", "{B32C9E22-C892-4F8C-8E49-30CBA5B971C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JKang.EventBus.InMemory", "JKang.Events.InMemory\JKang.EventBus.InMemory.csproj", "{21BFE809-6A56-4F61-9F80-0AEAE8184863}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JKang.EventBus.InMemory", "JKang.EventBus.InMemory\JKang.EventBus.InMemory.csproj", "{21BFE809-6A56-4F61-9F80-0AEAE8184863}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{8C1896E4-9A8F-4A76-B3D1-CCBB0A2F8037}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JKang.EventBus.Samples.InMemory.AspNetCore", "EventsSample.AspNetCore\JKang.EventBus.Samples.InMemory.AspNetCore.csproj", "{F0688B6D-EEE6-4AA3-BEC3-F73DD1FC0DA0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples.EventBus.AspNetCore", "Samples.EventBus.AspNetCore\Samples.EventBus.AspNetCore.csproj", "{F0688B6D-EEE6-4AA3-BEC3-F73DD1FC0DA0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C9D1DF75-9F6D-4201-AC2C-BA95E3A72C9A}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JKang.EventBus.RabbitMq", "JKang.Events.RabbitMq\JKang.EventBus.RabbitMq.csproj", "{ADDAFEB3-047F-45B3-B039-3C3EDF4105DA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JKang.EventBus.RabbitMq", "JKang.EventBus.RabbitMq\JKang.EventBus.RabbitMq.csproj", "{ADDAFEB3-047F-45B3-B039-3C3EDF4105DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JKang.EventBus.Samples.RabbitMq.Publisher", "JKang.Events.Samples.RabbitMq.AspNetCore\JKang.EventBus.Samples.RabbitMq.Publisher.csproj", "{65972265-E68B-46E1-8F04-91FA9216AA27}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JKang.EventBus.Core", "JKang.EventBus.Core\JKang.EventBus.Core.csproj", "{16EFDC3B-73CD-486C-9BD0-5700AFF8CCB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JKang.EventBus.Samples.RabbitMq.Subscriber", "JKang.Events.Samples.RabbitMq.Subscriber\JKang.EventBus.Samples.RabbitMq.Subscriber.csproj", "{F6309131-642C-4D68-BFA2-33A04ACC4B2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JKang.EventBus.Core", "JKang.EventBus.Core\JKang.EventBus.Core.csproj", "{16EFDC3B-73CD-486C-9BD0-5700AFF8CCB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JKang.EventBus", "JKang.EventBus\JKang.EventBus.csproj", "{36024674-F10A-4A44-BC4E-24EBAA0D0CFC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JKang.EventBus", "JKang.EventBus\JKang.EventBus.csproj", "{36024674-F10A-4A44-BC4E-24EBAA0D0CFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -48,14 +45,6 @@ Global
{ADDAFEB3-047F-45B3-B039-3C3EDF4105DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADDAFEB3-047F-45B3-B039-3C3EDF4105DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADDAFEB3-047F-45B3-B039-3C3EDF4105DA}.Release|Any CPU.Build.0 = Release|Any CPU
{65972265-E68B-46E1-8F04-91FA9216AA27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65972265-E68B-46E1-8F04-91FA9216AA27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65972265-E68B-46E1-8F04-91FA9216AA27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65972265-E68B-46E1-8F04-91FA9216AA27}.Release|Any CPU.Build.0 = Release|Any CPU
{F6309131-642C-4D68-BFA2-33A04ACC4B2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6309131-642C-4D68-BFA2-33A04ACC4B2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6309131-642C-4D68-BFA2-33A04ACC4B2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6309131-642C-4D68-BFA2-33A04ACC4B2C}.Release|Any CPU.Build.0 = Release|Any CPU
{16EFDC3B-73CD-486C-9BD0-5700AFF8CCB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16EFDC3B-73CD-486C-9BD0-5700AFF8CCB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16EFDC3B-73CD-486C-9BD0-5700AFF8CCB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -70,8 +59,6 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F0688B6D-EEE6-4AA3-BEC3-F73DD1FC0DA0} = {8C1896E4-9A8F-4A76-B3D1-CCBB0A2F8037}
{65972265-E68B-46E1-8F04-91FA9216AA27} = {8C1896E4-9A8F-4A76-B3D1-CCBB0A2F8037}
{F6309131-642C-4D68-BFA2-33A04ACC4B2C} = {8C1896E4-9A8F-4A76-B3D1-CCBB0A2F8037}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D9478378-E22B-477A-87E9-C668E0620F58}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>JKang.EventBus</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

</Project>
3 changes: 2 additions & 1 deletion src/JKang.EventBus.Core/JKang.EventBus.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>JKang.EventBus</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.1.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\JKang.Events.Abstractions\JKang.EventBus.Abstractions.csproj" />
<ProjectReference Include="..\JKang.EventBus.Abstractions\JKang.EventBus.Abstractions.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Jacques Kang</Authors>
</PropertyGroup>

<ItemGroup>
Expand All @@ -13,7 +11,7 @@

<ItemGroup>
<ProjectReference Include="..\JKang.EventBus.Core\JKang.EventBus.Core.csproj" />
<ProjectReference Include="..\JKang.Events.Abstractions\JKang.EventBus.Abstractions.csproj" />
<ProjectReference Include="..\JKang.EventBus.Abstractions\JKang.EventBus.Abstractions.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Jacques Kang</Authors>
</PropertyGroup>

<ItemGroup>
Expand All @@ -15,7 +13,7 @@

<ItemGroup>
<ProjectReference Include="..\JKang.EventBus.Core\JKang.EventBus.Core.csproj" />
<ProjectReference Include="..\JKang.Events.Abstractions\JKang.EventBus.Abstractions.csproj" />
<ProjectReference Include="..\JKang.EventBus.Abstractions\JKang.EventBus.Abstractions.csproj" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions src/JKang.EventBus/JKang.EventBus.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\JKang.Events.Abstractions\JKang.EventBus.Abstractions.csproj" />
<ProjectReference Include="..\JKang.Events.InMemory\JKang.EventBus.InMemory.csproj" />
<ProjectReference Include="..\JKang.EventBus.Abstractions\JKang.EventBus.Abstractions.csproj" />
<ProjectReference Include="..\JKang.EventBus.InMemory\JKang.EventBus.InMemory.csproj" />
</ItemGroup>

</Project>
12 changes: 0 additions & 12 deletions src/JKang.Events.Abstractions/JKang.EventBus.Abstractions.csproj

This file was deleted.

22 changes: 0 additions & 22 deletions src/JKang.Events.Samples.RabbitMq.AspNetCore/Events/MessageSent.cs

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions src/JKang.Events.Samples.RabbitMq.AspNetCore/Pages/Index.cshtml

This file was deleted.

41 changes: 0 additions & 41 deletions src/JKang.Events.Samples.RabbitMq.AspNetCore/Pages/Index.cshtml.cs

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions src/JKang.Events.Samples.RabbitMq.AspNetCore/Program.cs

This file was deleted.

37 changes: 0 additions & 37 deletions src/JKang.Events.Samples.RabbitMq.AspNetCore/Startup.cs

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions src/JKang.Events.Samples.RabbitMq.Subscriber/Program.cs

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 1f48081

Please sign in to comment.