-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproxy-processing.sln
More file actions
25 lines (25 loc) · 1.06 KB
/
proxy-processing.sln
File metadata and controls
25 lines (25 loc) · 1.06 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "proxy-processing", "proxy-processing\proxy-processing.vcxproj", "{83928F87-06BC-4DA0-9520-35F708AEC465}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
debug|x64 = debug|x64
release|x64 = release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83928F87-06BC-4DA0-9520-35F708AEC465}.debug|x64.ActiveCfg = debug|x64
{83928F87-06BC-4DA0-9520-35F708AEC465}.debug|x64.Build.0 = debug|x64
{83928F87-06BC-4DA0-9520-35F708AEC465}.release|x64.ActiveCfg = release|x64
{83928F87-06BC-4DA0-9520-35F708AEC465}.release|x64.Build.0 = release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {487B445F-263D-4968-898B-C8ABE5A5A4D7}
EndGlobalSection
EndGlobal