This repository has been archived by the owner on Aug 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExtractionWin10.sln
38 lines (38 loc) · 2.21 KB
/
ExtractionWin10.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 15
VisualStudioVersion = 15.0.26020.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "ExtractionWin10", "ExtractionWin10\ExtractionWin10.njsproj", "{308E4B43-49CC-49B6-A6E9-0297C127B04F}"
ProjectSection(ProjectDependencies) = postProject
{96DA34AD-1BC5-46A5-91DE-138C050CEE45} = {96DA34AD-1BC5-46A5-91DE-138C050CEE45}
{08FF5EBA-E710-4666-ADB6-A05EDC51706B} = {08FF5EBA-E710-4666-ADB6-A05EDC51706B}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemColorGetter", "SystemColorGetter\SystemColorGetter\SystemColorGetter.csproj", "{96DA34AD-1BC5-46A5-91DE-138C050CEE45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtractAllExtension", "ExtractAllExtension\ExtractAllExtension\ExtractAllExtension.csproj", "{08FF5EBA-E710-4666-ADB6-A05EDC51706B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{308E4B43-49CC-49B6-A6E9-0297C127B04F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{308E4B43-49CC-49B6-A6E9-0297C127B04F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{308E4B43-49CC-49B6-A6E9-0297C127B04F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{308E4B43-49CC-49B6-A6E9-0297C127B04F}.Release|Any CPU.Build.0 = Release|Any CPU
{96DA34AD-1BC5-46A5-91DE-138C050CEE45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96DA34AD-1BC5-46A5-91DE-138C050CEE45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96DA34AD-1BC5-46A5-91DE-138C050CEE45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96DA34AD-1BC5-46A5-91DE-138C050CEE45}.Release|Any CPU.Build.0 = Release|Any CPU
{08FF5EBA-E710-4666-ADB6-A05EDC51706B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08FF5EBA-E710-4666-ADB6-A05EDC51706B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08FF5EBA-E710-4666-ADB6-A05EDC51706B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08FF5EBA-E710-4666-ADB6-A05EDC51706B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal