forked from cdamoretcki/ScreenWatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScreenWatchData.sln
36 lines (36 loc) · 2.19 KB
/
ScreenWatchData.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{10364702-1B8A-4139-984D-8C41E4AAD295}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenWatchData", "ScreenWatchData\ScreenWatchData.csproj", "{2D0A8F9B-7ADB-41DB-BD34-59E722CACFA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenWatchDataTest", "ScreenWatchDataTest\ScreenWatchDataTest.csproj", "{A033F8BA-A431-45A1-BE63-4C595DCFCE8D}"
EndProject
Project("{C8D11400-126E-41CD-887F-60BD40844F9E}") = "ScreenWatchDB", "ScreenWatchDB\ScreenWatchDB.dbproj", "{67CBC824-A49E-4E9B-A947-360F3DFE65C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D0A8F9B-7ADB-41DB-BD34-59E722CACFA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D0A8F9B-7ADB-41DB-BD34-59E722CACFA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D0A8F9B-7ADB-41DB-BD34-59E722CACFA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D0A8F9B-7ADB-41DB-BD34-59E722CACFA4}.Release|Any CPU.Build.0 = Release|Any CPU
{A033F8BA-A431-45A1-BE63-4C595DCFCE8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A033F8BA-A431-45A1-BE63-4C595DCFCE8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A033F8BA-A431-45A1-BE63-4C595DCFCE8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A033F8BA-A431-45A1-BE63-4C595DCFCE8D}.Release|Any CPU.Build.0 = Release|Any CPU
{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Release|Any CPU.Build.0 = Release|Any CPU
{67CBC824-A49E-4E9B-A947-360F3DFE65C3}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal