-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTextMagic-Test.sln
31 lines (31 loc) · 1.58 KB
/
TextMagic-Test.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextMagic-Test", "TextMagic-Test\TextMagic-Test.csproj", "{64090486-8503-49A6-B85E-31EB50B2C855}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "TestApp\TestApp.csproj", "{3FF523A1-4A68-4C3C-A825-55E095AE15B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64090486-8503-49A6-B85E-31EB50B2C855}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64090486-8503-49A6-B85E-31EB50B2C855}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64090486-8503-49A6-B85E-31EB50B2C855}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64090486-8503-49A6-B85E-31EB50B2C855}.Release|Any CPU.Build.0 = Release|Any CPU
{3FF523A1-4A68-4C3C-A825-55E095AE15B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FF523A1-4A68-4C3C-A825-55E095AE15B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FF523A1-4A68-4C3C-A825-55E095AE15B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FF523A1-4A68-4C3C-A825-55E095AE15B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB9E8C64-4DF9-4677-B463-FAC217059634}
EndGlobalSection
EndGlobal