-
Notifications
You must be signed in to change notification settings - Fork 0
/
FileCrapper-Project.sln
51 lines (51 loc) · 2.67 KB
/
FileCrapper-Project.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{04F9D8F0-C080-4A22-BDF5-D8BCA0A13DAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileCrapper", "src\FileCrapper\FileCrapper.csproj", "{38A9212C-4523-4590-ABA8-FCDA8783DA79}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "screenshots", "screenshots", "{27E7889D-1062-47E3-A411-AF4A6C80C30B}"
ProjectSection(SolutionItems) = preProject
screenshots\Sample1.png = screenshots\Sample1.png
screenshots\Sample2.png = screenshots\Sample2.png
screenshots\Sample3.png = screenshots\Sample3.png
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "FileCrapper-Installer", "src\FileCrapper-Installer\FileCrapper-Installer.vdproj", "{573271EE-193A-4F05-A8EA-5BB6E7A53FE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38A9212C-4523-4590-ABA8-FCDA8783DA79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38A9212C-4523-4590-ABA8-FCDA8783DA79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38A9212C-4523-4590-ABA8-FCDA8783DA79}.Debug|x86.ActiveCfg = Debug|Any CPU
{38A9212C-4523-4590-ABA8-FCDA8783DA79}.Debug|x86.Build.0 = Debug|Any CPU
{38A9212C-4523-4590-ABA8-FCDA8783DA79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38A9212C-4523-4590-ABA8-FCDA8783DA79}.Release|Any CPU.Build.0 = Release|Any CPU
{38A9212C-4523-4590-ABA8-FCDA8783DA79}.Release|x86.ActiveCfg = Release|Any CPU
{38A9212C-4523-4590-ABA8-FCDA8783DA79}.Release|x86.Build.0 = Release|Any CPU
{573271EE-193A-4F05-A8EA-5BB6E7A53FE3}.Debug|Any CPU.ActiveCfg = Debug
{573271EE-193A-4F05-A8EA-5BB6E7A53FE3}.Debug|x86.ActiveCfg = Debug
{573271EE-193A-4F05-A8EA-5BB6E7A53FE3}.Release|Any CPU.ActiveCfg = Release
{573271EE-193A-4F05-A8EA-5BB6E7A53FE3}.Release|Any CPU.Build.0 = Release
{573271EE-193A-4F05-A8EA-5BB6E7A53FE3}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{38A9212C-4523-4590-ABA8-FCDA8783DA79} = {04F9D8F0-C080-4A22-BDF5-D8BCA0A13DAE}
{573271EE-193A-4F05-A8EA-5BB6E7A53FE3} = {04F9D8F0-C080-4A22-BDF5-D8BCA0A13DAE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {38BFF0F8-5ABE-475F-BE71-A973ED52CDBA}
EndGlobalSection
EndGlobal