-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApplitoolsTutorial.sln
More file actions
24 lines (24 loc) · 1.07 KB
/
ApplitoolsTutorial.sln
File metadata and controls
24 lines (24 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplitoolsTutorial", "ApplitoolsTutorial\ApplitoolsTutorial.csproj", "{E2A51DD0-EB96-4E33-90B3-679B912B0337}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2A51DD0-EB96-4E33-90B3-679B912B0337}.Debug|x86.ActiveCfg = Debug|Any CPU
{E2A51DD0-EB96-4E33-90B3-679B912B0337}.Debug|x86.Build.0 = Debug|Any CPU
{E2A51DD0-EB96-4E33-90B3-679B912B0337}.Release|x86.ActiveCfg = Release|Any CPU
{E2A51DD0-EB96-4E33-90B3-679B912B0337}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A7081F1-3834-471A-A01F-9969FF59ACFC}
EndGlobalSection
EndGlobal