-
Notifications
You must be signed in to change notification settings - Fork 1
/
PowerPointTimer.sln
38 lines (38 loc) · 1.97 KB
/
PowerPointTimer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29326.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerPointTimer", "PowerPointTimer.csproj", "{9B4F5030-CA18-4991-8CF7-1E02864A9B21}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "PowerPointTimerInstaller", "..\PowerPointTimerInstaller\PowerPointTimerInstaller.vdproj", "{2345899C-96F5-4ACD-80C6-0BB480DDDA3D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B4F5030-CA18-4991-8CF7-1E02864A9B21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B4F5030-CA18-4991-8CF7-1E02864A9B21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B4F5030-CA18-4991-8CF7-1E02864A9B21}.Debug|x64.ActiveCfg = Debug|x64
{9B4F5030-CA18-4991-8CF7-1E02864A9B21}.Debug|x64.Build.0 = Debug|x64
{9B4F5030-CA18-4991-8CF7-1E02864A9B21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B4F5030-CA18-4991-8CF7-1E02864A9B21}.Release|Any CPU.Build.0 = Release|Any CPU
{9B4F5030-CA18-4991-8CF7-1E02864A9B21}.Release|x64.ActiveCfg = Release|Any CPU
{9B4F5030-CA18-4991-8CF7-1E02864A9B21}.Release|x64.Build.0 = Release|Any CPU
{2345899C-96F5-4ACD-80C6-0BB480DDDA3D}.Debug|Any CPU.ActiveCfg = Debug
{2345899C-96F5-4ACD-80C6-0BB480DDDA3D}.Debug|x64.ActiveCfg = Debug
{2345899C-96F5-4ACD-80C6-0BB480DDDA3D}.Debug|x64.Build.0 = Debug
{2345899C-96F5-4ACD-80C6-0BB480DDDA3D}.Release|Any CPU.ActiveCfg = Release
{2345899C-96F5-4ACD-80C6-0BB480DDDA3D}.Release|x64.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95B84088-9E2B-44E6-9B0F-7AF8BFA8F5B2}
EndGlobalSection
EndGlobal