-
Notifications
You must be signed in to change notification settings - Fork 0
/
LostWordTracker.sln
37 lines (37 loc) · 2.09 KB
/
LostWordTracker.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
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32317.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LostWordTracker", "LostWordTracker\LostWordTracker.csproj", "{826AF409-9A86-4B1C-BC76-82ED3945CB5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LostWordTracker.Core", "LostWordTracker.Core\LostWordTracker.Core.csproj", "{CFF5AAB1-378F-4B41-BAE7-E100257DB78B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LostWordTracker.Test", "LostWordTracker.Test\LostWordTracker.Test.csproj", "{AF715056-EDCE-4B36-972B-1FA574CFA23D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{826AF409-9A86-4B1C-BC76-82ED3945CB5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{826AF409-9A86-4B1C-BC76-82ED3945CB5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{826AF409-9A86-4B1C-BC76-82ED3945CB5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{826AF409-9A86-4B1C-BC76-82ED3945CB5D}.Release|Any CPU.Build.0 = Release|Any CPU
{CFF5AAB1-378F-4B41-BAE7-E100257DB78B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFF5AAB1-378F-4B41-BAE7-E100257DB78B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFF5AAB1-378F-4B41-BAE7-E100257DB78B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFF5AAB1-378F-4B41-BAE7-E100257DB78B}.Release|Any CPU.Build.0 = Release|Any CPU
{AF715056-EDCE-4B36-972B-1FA574CFA23D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF715056-EDCE-4B36-972B-1FA574CFA23D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF715056-EDCE-4B36-972B-1FA574CFA23D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF715056-EDCE-4B36-972B-1FA574CFA23D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {186C64C0-B3E8-4FFE-8259-DB12979606CF}
EndGlobalSection
EndGlobal