@@ -5,6 +5,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartialResponse", "src\Part
55EndProject
66Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "PartialResponse.Test" , "test\PartialResponse.Test\PartialResponse.Test.csproj" , "{D6B1FD54-03CA-401B-8D7A-85656B2FA6C7}"
77EndProject
8+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".nuget" , ".nuget" , "{1E2C52BB-99A7-41BE-9DC9-6C5318F4BC5D}"
9+ Project Section (SolutionItems ) = preProject
10+ .nuget \NuGet .Config = .nuget \NuGet .Config
11+ .nuget \NuGet .exe = .nuget \NuGet .exe
12+ .nuget \NuGet .targets = .nuget \NuGet .targets
13+ EndProject Section
14+ EndProject
15+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "PartialResponse.Demo" , "samples\PartialResponse.Demo\PartialResponse.Demo.csproj" , "{E463A520-E4DF-4E67-BB4A-EDDC1288284B}"
16+ EndProject
817Global
918 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1019 Debug| Any CPU = Debug| Any CPU
@@ -19,6 +28,10 @@ Global
1928 {D6B1FD54-03CA-401B-8D7A-85656B2FA6C7} .Debug| Any CPU .Build .0 = Debug| Any CPU
2029 {D6B1FD54-03CA-401B-8D7A-85656B2FA6C7} .Release| Any CPU .ActiveCfg = Release| Any CPU
2130 {D6B1FD54-03CA-401B-8D7A-85656B2FA6C7} .Release| Any CPU .Build .0 = Release| Any CPU
31+ {E463A520-E4DF-4E67-BB4A-EDDC1288284B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
32+ {E463A520-E4DF-4E67-BB4A-EDDC1288284B} .Debug| Any CPU .Build .0 = Debug| Any CPU
33+ {E463A520-E4DF-4E67-BB4A-EDDC1288284B} .Release| Any CPU .ActiveCfg = Release| Any CPU
34+ {E463A520-E4DF-4E67-BB4A-EDDC1288284B} .Release| Any CPU .Build .0 = Release| Any CPU
2235 EndGlobalSection
2336 GlobalSection (SolutionProperties ) = preSolution
2437 HideSolutionNode = FALSE
0 commit comments