1
- Microsoft Visual Studio Solution File, Format Version 12.00
2
- # Visual Studio 15
3
- VisualStudioVersion = 15 .0.27130.2010
1
+ Microsoft Visual Studio Solution File, Format Version 12.00
2
+ # Visual Studio Version 16
3
+ VisualStudioVersion = 16 .0.28606.126
4
4
MinimumVisualStudioVersion = 10.0.40219.1
5
5
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "JsonApiDotNetCore" , "src\JsonApiDotNetCore\JsonApiDotNetCore.csproj" , "{C0EC9E70-EB2E-436F-9D94-FA16FA774123}"
6
6
EndProject
@@ -10,7 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7A2B7ADD-ECB
10
10
EndProject
11
11
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "test" , "test" , "{24B15015-62E5-42E1-9BA0-ECE6BE7AA15F}"
12
12
EndProject
13
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "JsonApiDotNetCoreExampleTests" , "test\JsonApiDotNetCoreExampleTests\JsonApiDotNetCoreExampleTests.csproj" , "{0B959765-40D2-43B5-87EE-FE2FEF9DBED5}"
13
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "JsonApiDotNetCoreExampleTests" , "test\JsonApiDotNetCoreExampleTests\JsonApiDotNetCoreExampleTests.csproj" , "{0B959765-40D2-43B5-87EE-FE2FEF9DBED5}"
14
14
EndProject
15
15
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{C5B4D998-CECB-454D-9F32-085A897577BE}"
16
16
Project Section (SolutionItems ) = preProject
@@ -41,13 +41,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OperationsExample", "src\Ex
41
41
EndProject
42
42
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "OperationsExampleTests" , "test\OperationsExampleTests\OperationsExampleTests.csproj" , "{9CD2C116-D133-4FE4-97DA-A9FEAFF045F1}"
43
43
EndProject
44
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "ResourceEntitySeparationExample" , "src\Examples\ResourceEntitySeparationExample\ResourceEntitySeparationExample.csproj" , "{F4097194-9415-418A-AB4E-315C5D5466AF}"
44
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "ResourceEntitySeparationExample" , "src\Examples\ResourceEntitySeparationExample\ResourceEntitySeparationExample.csproj" , "{F4097194-9415-418A-AB4E-315C5D5466AF}"
45
45
EndProject
46
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "ResourceEntitySeparationExampleTests" , "test\ResourceEntitySeparationExampleTests\ResourceEntitySeparationExampleTests.csproj" , "{6DFA30D7-1679-4333-9779-6FB678E48EF5}"
46
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "ResourceEntitySeparationExampleTests" , "test\ResourceEntitySeparationExampleTests\ResourceEntitySeparationExampleTests.csproj" , "{6DFA30D7-1679-4333-9779-6FB678E48EF5}"
47
47
EndProject
48
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "GettingStarted" , "src\Examples\GettingStarted\GettingStarted.csproj" , "{9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71 }"
48
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "GettingStarted" , "src\Examples\GettingStarted\GettingStarted.csproj" , "{DF9BFD82-D937-4907-B0B4-64670417115F }"
49
49
EndProject
50
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "DiscoveryTests" , "test\DiscoveryTests\DiscoveryTests.csproj" , "{09C0C8D8-B721-4955-8889-55CB149C3B5C}"
50
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "DiscoveryTests" , "test\DiscoveryTests\DiscoveryTests.csproj" , "{09C0C8D8-B721-4955-8889-55CB149C3B5C}"
51
51
EndProject
52
52
Global
53
53
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -191,18 +191,18 @@ Global
191
191
{6DFA30D7-1679-4333-9779-6FB678E48EF5} .Release| x64 .Build .0 = Release| Any CPU
192
192
{6DFA30D7-1679-4333-9779-6FB678E48EF5} .Release| x86 .ActiveCfg = Release| Any CPU
193
193
{6DFA30D7-1679-4333-9779-6FB678E48EF5} .Release| x86 .Build .0 = Release| Any CPU
194
- {9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
195
- {9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71 } .Debug| Any CPU .Build .0 = Debug| Any CPU
196
- {9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71 } .Debug| x64 .ActiveCfg = Debug| Any CPU
197
- {9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71 } .Debug| x64 .Build .0 = Debug| Any CPU
198
- {9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71 } .Debug| x86 .ActiveCfg = Debug| Any CPU
199
- {9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71 } .Debug| x86 .Build .0 = Debug| Any CPU
200
- {9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71 } .Release| Any CPU .ActiveCfg = Release| Any CPU
201
- {9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71 } .Release| Any CPU .Build .0 = Release| Any CPU
202
- {9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71 } .Release| x64 .ActiveCfg = Release| Any CPU
203
- {9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71 } .Release| x64 .Build .0 = Release| Any CPU
204
- {9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71 } .Release| x86 .ActiveCfg = Release| Any CPU
205
- {9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71 } .Release| x86 .Build .0 = Release| Any CPU
194
+ {DF9BFD82-D937-4907-B0B4-64670417115F } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
195
+ {DF9BFD82-D937-4907-B0B4-64670417115F } .Debug| Any CPU .Build .0 = Debug| Any CPU
196
+ {DF9BFD82-D937-4907-B0B4-64670417115F } .Debug| x64 .ActiveCfg = Debug| Any CPU
197
+ {DF9BFD82-D937-4907-B0B4-64670417115F } .Debug| x64 .Build .0 = Debug| Any CPU
198
+ {DF9BFD82-D937-4907-B0B4-64670417115F } .Debug| x86 .ActiveCfg = Debug| Any CPU
199
+ {DF9BFD82-D937-4907-B0B4-64670417115F } .Debug| x86 .Build .0 = Debug| Any CPU
200
+ {DF9BFD82-D937-4907-B0B4-64670417115F } .Release| Any CPU .ActiveCfg = Release| Any CPU
201
+ {DF9BFD82-D937-4907-B0B4-64670417115F } .Release| Any CPU .Build .0 = Release| Any CPU
202
+ {DF9BFD82-D937-4907-B0B4-64670417115F } .Release| x64 .ActiveCfg = Release| Any CPU
203
+ {DF9BFD82-D937-4907-B0B4-64670417115F } .Release| x64 .Build .0 = Release| Any CPU
204
+ {DF9BFD82-D937-4907-B0B4-64670417115F } .Release| x86 .ActiveCfg = Release| Any CPU
205
+ {DF9BFD82-D937-4907-B0B4-64670417115F } .Release| x86 .Build .0 = Release| Any CPU
206
206
{09C0C8D8-B721-4955-8889-55CB149C3B5C} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
207
207
{09C0C8D8-B721-4955-8889-55CB149C3B5C} .Debug| Any CPU .Build .0 = Debug| Any CPU
208
208
{09C0C8D8-B721-4955-8889-55CB149C3B5C} .Debug| x64 .ActiveCfg = Debug| Any CPU
@@ -233,7 +233,6 @@ Global
233
233
{9CD2C116-D133-4FE4-97DA-A9FEAFF045F1} = {24B15015-62E5-42E1-9BA0-ECE6BE7AA15F}
234
234
{F4097194-9415-418A-AB4E-315C5D5466AF} = {026FBC6C-AF76-4568-9B87-EC73457899FD}
235
235
{6DFA30D7-1679-4333-9779-6FB678E48EF5} = {24B15015-62E5-42E1-9BA0-ECE6BE7AA15F}
236
- {9B2A5AD7-0BF4-472E-A1B4-8BB623FDEB71} = {026FBC6C-AF76-4568-9B87-EC73457899FD}
237
236
{09C0C8D8-B721-4955-8889-55CB149C3B5C} = {24B15015-62E5-42E1-9BA0-ECE6BE7AA15F}
238
237
EndGlobalSection
239
238
GlobalSection (ExtensibilityGlobals ) = postSolution
0 commit comments