-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathReecon.sln
22 lines (22 loc) · 963 Bytes
/
Reecon.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reecon", "Reecon.csproj", "{71E47EAE-A565-4D50-8BEA-ADB8CF18992F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|arm64 = Debug|arm64
Release|arm64 = Release|arm64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71E47EAE-A565-4D50-8BEA-ADB8CF18992F}.Debug|arm64.ActiveCfg = Debug|arm64
{71E47EAE-A565-4D50-8BEA-ADB8CF18992F}.Debug|arm64.Build.0 = Debug|arm64
{71E47EAE-A565-4D50-8BEA-ADB8CF18992F}.Release|arm64.ActiveCfg = Release|arm64
{71E47EAE-A565-4D50-8BEA-ADB8CF18992F}.Release|arm64.Build.0 = Release|arm64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal