| 12345678910111213141516171819202122232425262728293031323334353637 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.13.35931.197 d17.13
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardTest", "CardTest\CardTest.csproj", "{C7715DB6-36C3-4B77-B13D-B6D80F39FD6E}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|Any CPU = Release|Any CPU
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C7715DB6-36C3-4B77-B13D-B6D80F39FD6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {C7715DB6-36C3-4B77-B13D-B6D80F39FD6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {C7715DB6-36C3-4B77-B13D-B6D80F39FD6E}.Debug|x64.ActiveCfg = Debug|x64
- {C7715DB6-36C3-4B77-B13D-B6D80F39FD6E}.Debug|x64.Build.0 = Debug|x64
- {C7715DB6-36C3-4B77-B13D-B6D80F39FD6E}.Debug|x86.ActiveCfg = Debug|x86
- {C7715DB6-36C3-4B77-B13D-B6D80F39FD6E}.Debug|x86.Build.0 = Debug|x86
- {C7715DB6-36C3-4B77-B13D-B6D80F39FD6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {C7715DB6-36C3-4B77-B13D-B6D80F39FD6E}.Release|Any CPU.Build.0 = Release|Any CPU
- {C7715DB6-36C3-4B77-B13D-B6D80F39FD6E}.Release|x64.ActiveCfg = Release|x64
- {C7715DB6-36C3-4B77-B13D-B6D80F39FD6E}.Release|x64.Build.0 = Release|x64
- {C7715DB6-36C3-4B77-B13D-B6D80F39FD6E}.Release|x86.ActiveCfg = Release|x86
- {C7715DB6-36C3-4B77-B13D-B6D80F39FD6E}.Release|x86.Build.0 = Release|x86
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {C2E4492C-3A49-496A-9A6E-61CBA1098B04}
- EndGlobalSection
- EndGlobal
|