Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove hardcoded endpoint #4657

Merged
merged 6 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
14 changes: 0 additions & 14 deletions src/cs/MsQuicNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "msquic", "lib\msquic.csproj", "{EE202EA3-7F1D-46FF-9DC9-3BD7AA7845AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MsQuicTool", "tool\MsQuicTool.csproj", "{16C9720E-1875-4953-A03B-A290411B9DF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -29,18 +27,6 @@ Global
{EE202EA3-7F1D-46FF-9DC9-3BD7AA7845AE}.Release|x64.Build.0 = Release|Any CPU
{EE202EA3-7F1D-46FF-9DC9-3BD7AA7845AE}.Release|x86.ActiveCfg = Release|Any CPU
{EE202EA3-7F1D-46FF-9DC9-3BD7AA7845AE}.Release|x86.Build.0 = Release|Any CPU
{16C9720E-1875-4953-A03B-A290411B9DF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16C9720E-1875-4953-A03B-A290411B9DF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16C9720E-1875-4953-A03B-A290411B9DF4}.Debug|x64.ActiveCfg = Debug|Any CPU
{16C9720E-1875-4953-A03B-A290411B9DF4}.Debug|x64.Build.0 = Debug|Any CPU
{16C9720E-1875-4953-A03B-A290411B9DF4}.Debug|x86.ActiveCfg = Debug|Any CPU
{16C9720E-1875-4953-A03B-A290411B9DF4}.Debug|x86.Build.0 = Debug|Any CPU
{16C9720E-1875-4953-A03B-A290411B9DF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16C9720E-1875-4953-A03B-A290411B9DF4}.Release|Any CPU.Build.0 = Release|Any CPU
{16C9720E-1875-4953-A03B-A290411B9DF4}.Release|x64.ActiveCfg = Release|Any CPU
{16C9720E-1875-4953-A03B-A290411B9DF4}.Release|x64.Build.0 = Release|Any CPU
{16C9720E-1875-4953-A03B-A290411B9DF4}.Release|x86.ActiveCfg = Release|Any CPU
{16C9720E-1875-4953-A03B-A290411B9DF4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
10 changes: 0 additions & 10 deletions src/cs/lib/InternalsVisible.cs

This file was deleted.

17 changes: 0 additions & 17 deletions src/cs/tool/MsQuicTool.csproj

This file was deleted.

109 changes: 0 additions & 109 deletions src/cs/tool/Program.cs

This file was deleted.

Loading