forked from mikbe/OBS_Timer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOBS_Timer.sln
49 lines (49 loc) · 2.65 KB
/
OBS_Timer.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
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OBS_Timer", "OBS_Timer\OBS_Timer.csproj", "{522E1639-6038-4990-8961-76B1166E58A5}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "OBS_Timer_Setup", "OBS_Timer_Setup\OBS_Timer_Setup.vdproj", "{51DBC2FA-FF85-4FE4-BBD2-6C4349582C8D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B4DC435A-B33B-436B-8EDB-DE9E29D0DB9D}"
ProjectSection(SolutionItems) = preProject
License.htm = License.htm
License.txt = License.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x86 = Debug|x86
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{522E1639-6038-4990-8961-76B1166E58A5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{522E1639-6038-4990-8961-76B1166E58A5}.Debug|Mixed Platforms.Build.0 = Debug|x86
{522E1639-6038-4990-8961-76B1166E58A5}.Debug|Win32.ActiveCfg = Debug|x86
{522E1639-6038-4990-8961-76B1166E58A5}.Debug|x86.ActiveCfg = Debug|x86
{522E1639-6038-4990-8961-76B1166E58A5}.Debug|x86.Build.0 = Debug|x86
{522E1639-6038-4990-8961-76B1166E58A5}.Release|Mixed Platforms.ActiveCfg = Release|x86
{522E1639-6038-4990-8961-76B1166E58A5}.Release|Mixed Platforms.Build.0 = Release|x86
{522E1639-6038-4990-8961-76B1166E58A5}.Release|Win32.ActiveCfg = Release|x86
{522E1639-6038-4990-8961-76B1166E58A5}.Release|x86.ActiveCfg = Release|x86
{522E1639-6038-4990-8961-76B1166E58A5}.Release|x86.Build.0 = Release|x86
{51DBC2FA-FF85-4FE4-BBD2-6C4349582C8D}.Debug|Mixed Platforms.ActiveCfg = Debug
{51DBC2FA-FF85-4FE4-BBD2-6C4349582C8D}.Debug|Mixed Platforms.Build.0 = Debug
{51DBC2FA-FF85-4FE4-BBD2-6C4349582C8D}.Debug|Win32.ActiveCfg = Debug
{51DBC2FA-FF85-4FE4-BBD2-6C4349582C8D}.Debug|Win32.Build.0 = Debug
{51DBC2FA-FF85-4FE4-BBD2-6C4349582C8D}.Debug|x86.ActiveCfg = Debug
{51DBC2FA-FF85-4FE4-BBD2-6C4349582C8D}.Release|Mixed Platforms.ActiveCfg = Release
{51DBC2FA-FF85-4FE4-BBD2-6C4349582C8D}.Release|Mixed Platforms.Build.0 = Release
{51DBC2FA-FF85-4FE4-BBD2-6C4349582C8D}.Release|Win32.ActiveCfg = Release
{51DBC2FA-FF85-4FE4-BBD2-6C4349582C8D}.Release|Win32.Build.0 = Release
{51DBC2FA-FF85-4FE4-BBD2-6C4349582C8D}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal