-
Notifications
You must be signed in to change notification settings - Fork 1
/
NoFocusLoss.sln
40 lines (40 loc) · 2.21 KB
/
NoFocusLoss.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
32
33
34
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoFocusLossGUI", "NoFocusLossGUI\NoFocusLossGUI.csproj", "{4DAFB78E-B6BF-4A4C-87EC-0AEDB69FB415}"
ProjectSection(ProjectDependencies) = postProject
{61478066-C0BA-417D-89ED-86DBFD6469D0} = {61478066-C0BA-417D-89ED-86DBFD6469D0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NoFocusLoss", "NoFocusLoss\NoFocusLoss.vcxproj", "{61478066-C0BA-417D-89ED-86DBFD6469D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpestInjector", "SharpestInjector\SharpestInjector\SharpestInjector.csproj", "{7286180F-4166-4F77-955B-1D95791D0394}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4DAFB78E-B6BF-4A4C-87EC-0AEDB69FB415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DAFB78E-B6BF-4A4C-87EC-0AEDB69FB415}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DAFB78E-B6BF-4A4C-87EC-0AEDB69FB415}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DAFB78E-B6BF-4A4C-87EC-0AEDB69FB415}.Release|Any CPU.Build.0 = Release|Any CPU
{61478066-C0BA-417D-89ED-86DBFD6469D0}.Debug|Any CPU.ActiveCfg = Debug|Win32
{61478066-C0BA-417D-89ED-86DBFD6469D0}.Debug|Any CPU.Build.0 = Debug|Win32
{61478066-C0BA-417D-89ED-86DBFD6469D0}.Release|Any CPU.ActiveCfg = Release|Win32
{61478066-C0BA-417D-89ED-86DBFD6469D0}.Release|Any CPU.Build.0 = Release|Win32
{7286180F-4166-4F77-955B-1D95791D0394}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7286180F-4166-4F77-955B-1D95791D0394}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7286180F-4166-4F77-955B-1D95791D0394}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7286180F-4166-4F77-955B-1D95791D0394}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C6D842C-A6A3-4D57-B3F3-0CD16990119D}
EndGlobalSection
EndGlobal