-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathSilence.sln
40 lines (40 loc) · 2.39 KB
/
Silence.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 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silence", "Silence\Silence.csproj", "{1CBBC97A-D669-48FA-81D3-E5CBD5E55C7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silence.Hooking", "Silence.Hooking\Silence.Hooking.csproj", "{8897B3B9-FAFE-4DD7-81B5-611008CB6437}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silence.Macro", "Silence.Macro\Silence.Macro.csproj", "{63B186AA-962C-4A5F-90EE-268BBB5377F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silence.Simulation", "Silence.Simulation\Silence.Simulation.csproj", "{CE200217-B899-4CA8-833A-7DCAD1B6F7D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1CBBC97A-D669-48FA-81D3-E5CBD5E55C7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CBBC97A-D669-48FA-81D3-E5CBD5E55C7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CBBC97A-D669-48FA-81D3-E5CBD5E55C7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CBBC97A-D669-48FA-81D3-E5CBD5E55C7B}.Release|Any CPU.Build.0 = Release|Any CPU
{8897B3B9-FAFE-4DD7-81B5-611008CB6437}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8897B3B9-FAFE-4DD7-81B5-611008CB6437}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8897B3B9-FAFE-4DD7-81B5-611008CB6437}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8897B3B9-FAFE-4DD7-81B5-611008CB6437}.Release|Any CPU.Build.0 = Release|Any CPU
{63B186AA-962C-4A5F-90EE-268BBB5377F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63B186AA-962C-4A5F-90EE-268BBB5377F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63B186AA-962C-4A5F-90EE-268BBB5377F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63B186AA-962C-4A5F-90EE-268BBB5377F2}.Release|Any CPU.Build.0 = Release|Any CPU
{CE200217-B899-4CA8-833A-7DCAD1B6F7D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE200217-B899-4CA8-833A-7DCAD1B6F7D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE200217-B899-4CA8-833A-7DCAD1B6F7D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE200217-B899-4CA8-833A-7DCAD1B6F7D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal