-
Notifications
You must be signed in to change notification settings - Fork 19
/
SCM_Notifier.sln
29 lines (29 loc) · 1.53 KB
/
SCM_Notifier.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCM_Notifier", "SCM_Notifier\SCM_Notifier.csproj", "{047E30FF-665B-422C-9877-8983961F848A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{047E30FF-665B-422C-9877-8983961F848A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{047E30FF-665B-422C-9877-8983961F848A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{047E30FF-665B-422C-9877-8983961F848A}.Debug|x86.ActiveCfg = Debug|x86
{047E30FF-665B-422C-9877-8983961F848A}.Debug|x86.Build.0 = Debug|x86
{047E30FF-665B-422C-9877-8983961F848A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{047E30FF-665B-422C-9877-8983961F848A}.Release|Any CPU.Build.0 = Release|Any CPU
{047E30FF-665B-422C-9877-8983961F848A}.Release|x86.ActiveCfg = Release|x86
{047E30FF-665B-422C-9877-8983961F848A}.Release|x86.Build.0 = Release|x86
{32E9D32C-E6DF-4A7B-B5B0-FDF69724DA1C}.Debug|Any CPU.ActiveCfg = Debug
{32E9D32C-E6DF-4A7B-B5B0-FDF69724DA1C}.Debug|x86.ActiveCfg = Debug
{32E9D32C-E6DF-4A7B-B5B0-FDF69724DA1C}.Release|Any CPU.ActiveCfg = Release
{32E9D32C-E6DF-4A7B-B5B0-FDF69724DA1C}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal