-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathArchiver.sln
More file actions
43 lines (43 loc) · 2.37 KB
/
Archiver.sln
File metadata and controls
43 lines (43 loc) · 2.37 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
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreTool", "CoreTool\CoreTool.csproj", "{D886B758-272B-4FAD-B795-F5C7FE3F9136}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StoreLib", "StoreLib\StoreLib\StoreLib.csproj", "{512C9904-EEB9-42C7-BAC4-F469F5F24909}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataStoreExtractor", "DataStoreExtractor\DataStoreExtractor.csproj", "{335026DF-3B85-4EF0-892D-4DC542E619DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppxRenamer", "AppxRenamer\AppxRenamer.csproj", "{916983C2-E82D-47C9-B40C-19EF88AD6799}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D886B758-272B-4FAD-B795-F5C7FE3F9136}.Debug|x64.ActiveCfg = Debug|x64
{D886B758-272B-4FAD-B795-F5C7FE3F9136}.Debug|x64.Build.0 = Debug|x64
{D886B758-272B-4FAD-B795-F5C7FE3F9136}.Release|x64.ActiveCfg = Release|x64
{D886B758-272B-4FAD-B795-F5C7FE3F9136}.Release|x64.Build.0 = Release|x64
{512C9904-EEB9-42C7-BAC4-F469F5F24909}.Debug|x64.ActiveCfg = Debug|x64
{512C9904-EEB9-42C7-BAC4-F469F5F24909}.Debug|x64.Build.0 = Debug|x64
{512C9904-EEB9-42C7-BAC4-F469F5F24909}.Release|x64.ActiveCfg = Release|x64
{512C9904-EEB9-42C7-BAC4-F469F5F24909}.Release|x64.Build.0 = Release|x64
{335026DF-3B85-4EF0-892D-4DC542E619DB}.Debug|x64.ActiveCfg = Debug|x64
{335026DF-3B85-4EF0-892D-4DC542E619DB}.Debug|x64.Build.0 = Debug|x64
{335026DF-3B85-4EF0-892D-4DC542E619DB}.Release|x64.ActiveCfg = Release|x64
{335026DF-3B85-4EF0-892D-4DC542E619DB}.Release|x64.Build.0 = Release|x64
{916983C2-E82D-47C9-B40C-19EF88AD6799}.Debug|x64.ActiveCfg = Debug|x64
{916983C2-E82D-47C9-B40C-19EF88AD6799}.Debug|x64.Build.0 = Debug|x64
{916983C2-E82D-47C9-B40C-19EF88AD6799}.Release|x64.ActiveCfg = Release|x64
{916983C2-E82D-47C9-B40C-19EF88AD6799}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55D52C53-DA09-4437-9C23-FB440C521BAD}
EndGlobalSection
EndGlobal