-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathattachables.sln
More file actions
29 lines (29 loc) · 1.28 KB
/
attachables.sln
File metadata and controls
29 lines (29 loc) · 1.28 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
25
26
27
28
29
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "attachables", "attachables\attachables.csproj", "{E5E405BB-37E6-4768-9B5E-F657A974A68D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5E405BB-37E6-4768-9B5E-F657A974A68D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5E405BB-37E6-4768-9B5E-F657A974A68D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5E405BB-37E6-4768-9B5E-F657A974A68D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E5E405BB-37E6-4768-9B5E-F657A974A68D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5E405BB-37E6-4768-9B5E-F657A974A68D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2DA5CD1E-BCB6-4AC0-B3E9-99521849EADE}
EndGlobalSection
GlobalSection(CodealikeProperties) = postSolution
SolutionGuid = 657f7047-8cc0-47da-a41e-16b798a66918
EndGlobalSection
EndGlobal