Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Bandwidth.Standard.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{696BABC6-8949-4785-B6CC-B337EE7A1998}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{CCF26A66-3A26-4871-9801-6632FB5288F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard.Test", "src\Bandwidth.Standard.Test\Bandwidth.Standard.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{696BABC6-8949-4785-B6CC-B337EE7A1998}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{696BABC6-8949-4785-B6CC-B337EE7A1998}.Debug|Any CPU.Build.0 = Debug|Any CPU
{696BABC6-8949-4785-B6CC-B337EE7A1998}.Release|Any CPU.ActiveCfg = Release|Any CPU
{696BABC6-8949-4785-B6CC-B337EE7A1998}.Release|Any CPU.Build.0 = Release|Any CPU
{CCF26A66-3A26-4871-9801-6632FB5288F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCF26A66-3A26-4871-9801-6632FB5288F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCF26A66-3A26-4871-9801-6632FB5288F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCF26A66-3A26-4871-9801-6632FB5288F2}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
Loading