-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathScreenCaptureTools.sln
More file actions
38 lines (38 loc) · 2.06 KB
/
ScreenCaptureTools.sln
File metadata and controls
38 lines (38 loc) · 2.06 KB
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.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenCam", "ScreenCam\ScreenCam.csproj", "{D573D5ED-FD96-49E1-9425-E2C1CD262946}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenshotTools", "ScreenshotTools\ScreenshotTools.csproj", "{43706C2D-8134-4403-8FA8-C0356163CEAD}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ScreenCaptureTools", "ScreenCaptureTools\ScreenCaptureTools.shproj", "{832EB58D-4EC7-40F1-9C58-F3D4080C2984}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
ScreenCaptureTools\ScreenCaptureTools.projitems*{43706c2d-8134-4403-8fa8-c0356163cead}*SharedItemsImports = 4
ScreenCaptureTools\ScreenCaptureTools.projitems*{832eb58d-4ec7-40f1-9c58-f3d4080c2984}*SharedItemsImports = 13
ScreenCaptureTools\ScreenCaptureTools.projitems*{d573d5ed-fd96-49e1-9425-e2c1cd262946}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D573D5ED-FD96-49E1-9425-E2C1CD262946}.Debug|x64.ActiveCfg = Debug|x64
{D573D5ED-FD96-49E1-9425-E2C1CD262946}.Debug|x64.Build.0 = Debug|x64
{D573D5ED-FD96-49E1-9425-E2C1CD262946}.Release|x64.ActiveCfg = Release|x64
{D573D5ED-FD96-49E1-9425-E2C1CD262946}.Release|x64.Build.0 = Release|x64
{43706C2D-8134-4403-8FA8-C0356163CEAD}.Debug|x64.ActiveCfg = Debug|x64
{43706C2D-8134-4403-8FA8-C0356163CEAD}.Debug|x64.Build.0 = Debug|x64
{43706C2D-8134-4403-8FA8-C0356163CEAD}.Release|x64.ActiveCfg = Release|x64
{43706C2D-8134-4403-8FA8-C0356163CEAD}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA510ED2-4700-45A9-A29F-17634DE9CEB4}
EndGlobalSection
EndGlobal