forked from wiresock/WireSockUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WireSockUI.sln
31 lines (31 loc) · 1.45 KB
/
WireSockUI.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 Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WireSockUI", "WiresockUI\WireSockUI.csproj", "{C309F359-DAFF-42D0-8379-70ECC9688943}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM64 = Debug|ARM64
Release|Any CPU = Release|Any CPU
Release|ARM64 = Release|ARM64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C309F359-DAFF-42D0-8379-70ECC9688943}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C309F359-DAFF-42D0-8379-70ECC9688943}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C309F359-DAFF-42D0-8379-70ECC9688943}.Debug|ARM64.ActiveCfg = Debug|ARM64
{C309F359-DAFF-42D0-8379-70ECC9688943}.Debug|ARM64.Build.0 = Debug|ARM64
{C309F359-DAFF-42D0-8379-70ECC9688943}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C309F359-DAFF-42D0-8379-70ECC9688943}.Release|Any CPU.Build.0 = Release|Any CPU
{C309F359-DAFF-42D0-8379-70ECC9688943}.Release|ARM64.ActiveCfg = Release|ARM64
{C309F359-DAFF-42D0-8379-70ECC9688943}.Release|ARM64.Build.0 = Release|ARM64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5CD9ED0F-B49B-4FD6-B9E7-EFC2865A2437}
EndGlobalSection
EndGlobal