sdk-csharp/CloudEvents.sln

73 lines
4.3 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudNative.CloudEvents", "src\CloudNative.CloudEvents\CloudNative.CloudEvents.csproj", "{C5DC9F44-7C03-4A70-80EF-7A29696455EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudNative.CloudEvents.UnitTests", "test\CloudNative.CloudEvents.UnitTests\CloudNative.CloudEvents.UnitTests.csproj", "{95215090-BDE3-4628-9261-64B91FBE4665}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3C6E118F-05CA-41BA-B21E-4E17863F5826}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HttpSend", "samples\HttpSend\HttpSend.csproj", "{F1B9B769-DB6B-481F-905C-24FE3B12E00E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5DC9F44-7C03-4A70-80EF-7A29696455EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5DC9F44-7C03-4A70-80EF-7A29696455EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5DC9F44-7C03-4A70-80EF-7A29696455EB}.Debug|x64.ActiveCfg = Debug|Any CPU
{C5DC9F44-7C03-4A70-80EF-7A29696455EB}.Debug|x64.Build.0 = Debug|Any CPU
{C5DC9F44-7C03-4A70-80EF-7A29696455EB}.Debug|x86.ActiveCfg = Debug|Any CPU
{C5DC9F44-7C03-4A70-80EF-7A29696455EB}.Debug|x86.Build.0 = Debug|Any CPU
{C5DC9F44-7C03-4A70-80EF-7A29696455EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5DC9F44-7C03-4A70-80EF-7A29696455EB}.Release|Any CPU.Build.0 = Release|Any CPU
{C5DC9F44-7C03-4A70-80EF-7A29696455EB}.Release|x64.ActiveCfg = Release|Any CPU
{C5DC9F44-7C03-4A70-80EF-7A29696455EB}.Release|x64.Build.0 = Release|Any CPU
{C5DC9F44-7C03-4A70-80EF-7A29696455EB}.Release|x86.ActiveCfg = Release|Any CPU
{C5DC9F44-7C03-4A70-80EF-7A29696455EB}.Release|x86.Build.0 = Release|Any CPU
{95215090-BDE3-4628-9261-64B91FBE4665}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95215090-BDE3-4628-9261-64B91FBE4665}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95215090-BDE3-4628-9261-64B91FBE4665}.Debug|x64.ActiveCfg = Debug|Any CPU
{95215090-BDE3-4628-9261-64B91FBE4665}.Debug|x64.Build.0 = Debug|Any CPU
{95215090-BDE3-4628-9261-64B91FBE4665}.Debug|x86.ActiveCfg = Debug|Any CPU
{95215090-BDE3-4628-9261-64B91FBE4665}.Debug|x86.Build.0 = Debug|Any CPU
{95215090-BDE3-4628-9261-64B91FBE4665}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95215090-BDE3-4628-9261-64B91FBE4665}.Release|Any CPU.Build.0 = Release|Any CPU
{95215090-BDE3-4628-9261-64B91FBE4665}.Release|x64.ActiveCfg = Release|Any CPU
{95215090-BDE3-4628-9261-64B91FBE4665}.Release|x64.Build.0 = Release|Any CPU
{95215090-BDE3-4628-9261-64B91FBE4665}.Release|x86.ActiveCfg = Release|Any CPU
{95215090-BDE3-4628-9261-64B91FBE4665}.Release|x86.Build.0 = Release|Any CPU
{F1B9B769-DB6B-481F-905C-24FE3B12E00E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1B9B769-DB6B-481F-905C-24FE3B12E00E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1B9B769-DB6B-481F-905C-24FE3B12E00E}.Debug|x64.ActiveCfg = Debug|Any CPU
{F1B9B769-DB6B-481F-905C-24FE3B12E00E}.Debug|x64.Build.0 = Debug|Any CPU
{F1B9B769-DB6B-481F-905C-24FE3B12E00E}.Debug|x86.ActiveCfg = Debug|Any CPU
{F1B9B769-DB6B-481F-905C-24FE3B12E00E}.Debug|x86.Build.0 = Debug|Any CPU
{F1B9B769-DB6B-481F-905C-24FE3B12E00E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1B9B769-DB6B-481F-905C-24FE3B12E00E}.Release|Any CPU.Build.0 = Release|Any CPU
{F1B9B769-DB6B-481F-905C-24FE3B12E00E}.Release|x64.ActiveCfg = Release|Any CPU
{F1B9B769-DB6B-481F-905C-24FE3B12E00E}.Release|x64.Build.0 = Release|Any CPU
{F1B9B769-DB6B-481F-905C-24FE3B12E00E}.Release|x86.ActiveCfg = Release|Any CPU
{F1B9B769-DB6B-481F-905C-24FE3B12E00E}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F77A454C-CC17-4AD6-823A-64E1A94FDA0A}
EndGlobalSection
EndGlobal