Skip to content

Commit 9f08c46

Browse files
committed
Rearranged files / nuget package restore changes
1 parent da5bf76 commit 9f08c46

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ _[Ss]cripts
1414
*.dot[Cc]over
1515
*.vsp
1616
*.psess
17-
*.orig
17+
*.orig

PartialResponse.sln

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartialResponse", "src\Part
55
EndProject
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartialResponse.Test", "test\PartialResponse.Test\PartialResponse.Test.csproj", "{D6B1FD54-03CA-401B-8D7A-85656B2FA6C7}"
77
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1E2C52BB-99A7-41BE-9DC9-6C5318F4BC5D}"
9+
ProjectSection(SolutionItems) = preProject
10+
.nuget\NuGet.Config = .nuget\NuGet.Config
11+
.nuget\NuGet.exe = .nuget\NuGet.exe
12+
.nuget\NuGet.targets = .nuget\NuGet.targets
13+
EndProjectSection
14+
EndProject
15+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartialResponse.Demo", "samples\PartialResponse.Demo\PartialResponse.Demo.csproj", "{E463A520-E4DF-4E67-BB4A-EDDC1288284B}"
16+
EndProject
817
Global
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

Comments
 (0)