43 lines
2.2 KiB
Plaintext
43 lines
2.2 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio 14
|
|
VisualStudioVersion = 14.0.23107.0
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{77BE9046-7805-4657-BA68-07B9C59963B6}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2FDF340B-3596-4C50-92DE-CBF58EC29D4B}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
global.json = global.json
|
|
NuGet.Config = NuGet.Config
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CachingSample", "src\CachingSample\CachingSample.xproj", "{A90ACF19-C91E-43CC-8FAE-B07B1B869BF8}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E369230F-BB88-4C42-9A66-6F51B5755775}"
|
|
EndProject
|
|
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CachingSample.Tests", "test\CachingSample.Tests\CachingSample.Tests.xproj", "{BF61A8A8-BAA1-4D54-817E-04C6D9568EB8}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{A90ACF19-C91E-43CC-8FAE-B07B1B869BF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{A90ACF19-C91E-43CC-8FAE-B07B1B869BF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{A90ACF19-C91E-43CC-8FAE-B07B1B869BF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{A90ACF19-C91E-43CC-8FAE-B07B1B869BF8}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{BF61A8A8-BAA1-4D54-817E-04C6D9568EB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{BF61A8A8-BAA1-4D54-817E-04C6D9568EB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{BF61A8A8-BAA1-4D54-817E-04C6D9568EB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{BF61A8A8-BAA1-4D54-817E-04C6D9568EB8}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(NestedProjects) = preSolution
|
|
{A90ACF19-C91E-43CC-8FAE-B07B1B869BF8} = {77BE9046-7805-4657-BA68-07B9C59963B6}
|
|
{BF61A8A8-BAA1-4D54-817E-04C6D9568EB8} = {E369230F-BB88-4C42-9A66-6F51B5755775}
|
|
EndGlobalSection
|
|
EndGlobal
|