-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathGifCapture.sln
65 lines (65 loc) · 4.03 KB
/
GifCapture.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GifCapture", "GifCapture\GifCapture.csproj", "{E1B321CC-6819-4810-BE3B-33D6B9E569D5}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "AppStoreInstaller", "AppStoreInstaller\AppStoreInstaller.wapproj", "{3A405A4F-A9ED-47BC-869C-3538977FBE3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GifCapture.Net", "GifCapture.Net\GifCapture.Net.csproj", "{32645346-187E-4BDB-A97A-DF827A150FD0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnimatedGif", "AnimatedGif\AnimatedGif.csproj", "{15B36346-6F8D-45B0-BB39-FE49015258B4}"
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
{E1B321CC-6819-4810-BE3B-33D6B9E569D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1B321CC-6819-4810-BE3B-33D6B9E569D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1B321CC-6819-4810-BE3B-33D6B9E569D5}.Debug|x64.ActiveCfg = Debug|x64
{E1B321CC-6819-4810-BE3B-33D6B9E569D5}.Debug|x64.Build.0 = Debug|x64
{E1B321CC-6819-4810-BE3B-33D6B9E569D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1B321CC-6819-4810-BE3B-33D6B9E569D5}.Release|Any CPU.Build.0 = Release|Any CPU
{E1B321CC-6819-4810-BE3B-33D6B9E569D5}.Release|x64.ActiveCfg = Release|x64
{E1B321CC-6819-4810-BE3B-33D6B9E569D5}.Release|x64.Build.0 = Release|x64
{3A405A4F-A9ED-47BC-869C-3538977FBE3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A405A4F-A9ED-47BC-869C-3538977FBE3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A405A4F-A9ED-47BC-869C-3538977FBE3B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3A405A4F-A9ED-47BC-869C-3538977FBE3B}.Debug|x64.ActiveCfg = Debug|x64
{3A405A4F-A9ED-47BC-869C-3538977FBE3B}.Debug|x64.Build.0 = Debug|x64
{3A405A4F-A9ED-47BC-869C-3538977FBE3B}.Debug|x64.Deploy.0 = Debug|x64
{3A405A4F-A9ED-47BC-869C-3538977FBE3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A405A4F-A9ED-47BC-869C-3538977FBE3B}.Release|Any CPU.Build.0 = Release|Any CPU
{3A405A4F-A9ED-47BC-869C-3538977FBE3B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{3A405A4F-A9ED-47BC-869C-3538977FBE3B}.Release|x64.ActiveCfg = Release|x64
{3A405A4F-A9ED-47BC-869C-3538977FBE3B}.Release|x64.Build.0 = Release|x64
{3A405A4F-A9ED-47BC-869C-3538977FBE3B}.Release|x64.Deploy.0 = Release|x64
{32645346-187E-4BDB-A97A-DF827A150FD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32645346-187E-4BDB-A97A-DF827A150FD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32645346-187E-4BDB-A97A-DF827A150FD0}.Debug|x64.ActiveCfg = Debug|x64
{32645346-187E-4BDB-A97A-DF827A150FD0}.Debug|x64.Build.0 = Debug|x64
{32645346-187E-4BDB-A97A-DF827A150FD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32645346-187E-4BDB-A97A-DF827A150FD0}.Release|Any CPU.Build.0 = Release|Any CPU
{32645346-187E-4BDB-A97A-DF827A150FD0}.Release|x64.ActiveCfg = Release|x64
{32645346-187E-4BDB-A97A-DF827A150FD0}.Release|x64.Build.0 = Release|x64
{15B36346-6F8D-45B0-BB39-FE49015258B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15B36346-6F8D-45B0-BB39-FE49015258B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15B36346-6F8D-45B0-BB39-FE49015258B4}.Debug|x64.ActiveCfg = Debug|x64
{15B36346-6F8D-45B0-BB39-FE49015258B4}.Debug|x64.Build.0 = Debug|x64
{15B36346-6F8D-45B0-BB39-FE49015258B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15B36346-6F8D-45B0-BB39-FE49015258B4}.Release|Any CPU.Build.0 = Release|Any CPU
{15B36346-6F8D-45B0-BB39-FE49015258B4}.Release|x64.ActiveCfg = Release|x64
{15B36346-6F8D-45B0-BB39-FE49015258B4}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B06581D8-468F-4DF8-8C4B-AB3BC4AADC7D}
EndGlobalSection
EndGlobal