-
Notifications
You must be signed in to change notification settings - Fork 0
/
Word Flash Cards.sln
30 lines (30 loc) · 1.35 KB
/
Word Flash Cards.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Word Flash Cards", "Word Flash Cards\Word Flash Cards.csproj", "{D0939B7A-5607-43BA-89B3-5F677388E074}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19D4EE40-D4C1-4906-9956-0034FBE1C625}"
ProjectSection(SolutionItems) = preProject
Read Data Test.testsettings = Read Data Test.testsettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0939B7A-5607-43BA-89B3-5F677388E074}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0939B7A-5607-43BA-89B3-5F677388E074}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0939B7A-5607-43BA-89B3-5F677388E074}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0939B7A-5607-43BA-89B3-5F677388E074}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD7CBDAD-A29D-4CF5-BF66-76D8147B1BE3}
EndGlobalSection
EndGlobal