Skip to content

Commit

Permalink
Release 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Sep 26, 2023
1 parent 7c287e7 commit db06503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions Source/Maple.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
Expand Down Expand Up @@ -31,10 +31,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerSimpleMeadow_Sample",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Maple.Unit.Tests", "Web.Maple.MapleServer\Tests\Maple.Unit.Tests\Maple.Unit.Tests.csproj", "{3DB04B8A-7FF4-42A1-8140-29E6BAB70A44}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_External", "_External", "{53F016AC-D7C5-4716-8B81-AA0A2BF4D29F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meadow.Logging", "..\..\Meadow.Logging\Source\Meadow.Logging\lib\Meadow.Logging.csproj", "{1F602775-FB43-41CD-8E41-902E4D3738C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Maple.Server_UDP_Listener_Sample", "Web.Maple.MapleServer\Utilities\Maple.Server_UDP_Listener_Sample\Maple.Server_UDP_Listener_Sample.csproj", "{81B3AC84-B179-4D46-8009-34C2FC7385DF}"
EndProject
Global
Expand Down Expand Up @@ -71,10 +67,6 @@ Global
{3DB04B8A-7FF4-42A1-8140-29E6BAB70A44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DB04B8A-7FF4-42A1-8140-29E6BAB70A44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DB04B8A-7FF4-42A1-8140-29E6BAB70A44}.Release|Any CPU.Build.0 = Release|Any CPU
{1F602775-FB43-41CD-8E41-902E4D3738C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F602775-FB43-41CD-8E41-902E4D3738C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F602775-FB43-41CD-8E41-902E4D3738C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F602775-FB43-41CD-8E41-902E4D3738C9}.Release|Any CPU.Build.0 = Release|Any CPU
{81B3AC84-B179-4D46-8009-34C2FC7385DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81B3AC84-B179-4D46-8009-34C2FC7385DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81B3AC84-B179-4D46-8009-34C2FC7385DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -96,7 +88,6 @@ Global
{4D68707E-6AB5-4716-86B8-3A1AF3893562} = {6409E93C-888B-40D9-BFC3-A2AA8E9330B5}
{29C0635C-EF7C-46CE-A318-69A2C5C4A5E6} = {6409E93C-888B-40D9-BFC3-A2AA8E9330B5}
{3DB04B8A-7FF4-42A1-8140-29E6BAB70A44} = {D15389D9-AD11-4877-B130-9EDD0C5D2790}
{1F602775-FB43-41CD-8E41-902E4D3738C9} = {53F016AC-D7C5-4716-8B81-AA0A2BF4D29F}
{81B3AC84-B179-4D46-8009-34C2FC7385DF} = {07308F3E-7D78-4E19-A98B-CC1EDB6E8644}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
<None Include="..\..\icon.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Meadow.Logging\Source\Meadow.Logging\lib\Meadow.Logging.csproj" />
<PackageReference Include="Meadow.Logging" Version="*" />
</ItemGroup>
</Project>

0 comments on commit db06503

Please sign in to comment.