|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.6.33801.468 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Timecop.Core", "src\Timecop.Core\Timecop.Core.csproj", "{2C81D165-C2C1-40DF-9D9E-0E21FE5DA730}" |
| 7 | +EndProject |
| 8 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Timecop.Core.Tests", "test\Timecop.Core.Tests\Timecop.Core.Tests.csproj", "{F7EDE0C3-FB11-44D2-8A1C-5600EFFE9350}" |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C1BA49EC-D151-491B-B78F-7B1A2A06212E}" |
| 11 | + ProjectSection(SolutionItems) = preProject |
| 12 | + Dockerfile = Dockerfile |
| 13 | + README.md = README.md |
| 14 | + EndProjectSection |
| 15 | +EndProject |
| 16 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{92009F6C-93D2-4099-9671-34CC6D362E6C}" |
| 17 | + ProjectSection(SolutionItems) = preProject |
| 18 | + .github\workflows\build.yml = .github\workflows\build.yml |
| 19 | + .github\workflows\publish.yml = .github\workflows\publish.yml |
| 20 | + EndProjectSection |
| 21 | +EndProject |
| 22 | +Global |
| 23 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 24 | + Debug|Any CPU = Debug|Any CPU |
| 25 | + Release|Any CPU = Release|Any CPU |
| 26 | + EndGlobalSection |
| 27 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 28 | + {2C81D165-C2C1-40DF-9D9E-0E21FE5DA730}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 29 | + {2C81D165-C2C1-40DF-9D9E-0E21FE5DA730}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 30 | + {2C81D165-C2C1-40DF-9D9E-0E21FE5DA730}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 31 | + {2C81D165-C2C1-40DF-9D9E-0E21FE5DA730}.Release|Any CPU.Build.0 = Release|Any CPU |
| 32 | + {F7EDE0C3-FB11-44D2-8A1C-5600EFFE9350}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 33 | + {F7EDE0C3-FB11-44D2-8A1C-5600EFFE9350}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 34 | + {F7EDE0C3-FB11-44D2-8A1C-5600EFFE9350}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 35 | + {F7EDE0C3-FB11-44D2-8A1C-5600EFFE9350}.Release|Any CPU.Build.0 = Release|Any CPU |
| 36 | + EndGlobalSection |
| 37 | + GlobalSection(SolutionProperties) = preSolution |
| 38 | + HideSolutionNode = FALSE |
| 39 | + EndGlobalSection |
| 40 | + GlobalSection(NestedProjects) = preSolution |
| 41 | + {92009F6C-93D2-4099-9671-34CC6D362E6C} = {C1BA49EC-D151-491B-B78F-7B1A2A06212E} |
| 42 | + EndGlobalSection |
| 43 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 44 | + SolutionGuid = {253AFEBF-AC05-42DD-A938-CE1B03291A8D} |
| 45 | + EndGlobalSection |
| 46 | +EndGlobal |
0 commit comments