This repository was archived by the owner on Feb 4, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathLibBundle.sln
More file actions
43 lines (43 loc) · 2.42 KB
/
Copy pathLibBundle.sln
File metadata and controls
43 lines (43 loc) · 2.42 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 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibBundle", "LibBundle\LibBundle.csproj", "{9B9CD245-6053-4F42-8256-0C4B413D82C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BundleExporter", "BundleExporter\BundleExporter.csproj", "{EC9F6B3B-0B47-4DF2-9272-7372312ECDAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VisualBundle", "VisualBundle\VisualBundle.csproj", "{FBDFA120-5123-4A64-B378-B6C252C5D978}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileListGenerator", "FileListGenerator\FileListGenerator.csproj", "{25E83531-FD68-4483-A133-C1A40EC762D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B9CD245-6053-4F42-8256-0C4B413D82C8}.Debug|x64.ActiveCfg = Debug|x64
{9B9CD245-6053-4F42-8256-0C4B413D82C8}.Debug|x64.Build.0 = Debug|x64
{9B9CD245-6053-4F42-8256-0C4B413D82C8}.Release|x64.ActiveCfg = Release|x64
{9B9CD245-6053-4F42-8256-0C4B413D82C8}.Release|x64.Build.0 = Release|x64
{EC9F6B3B-0B47-4DF2-9272-7372312ECDAF}.Debug|x64.ActiveCfg = Debug|x64
{EC9F6B3B-0B47-4DF2-9272-7372312ECDAF}.Debug|x64.Build.0 = Debug|x64
{EC9F6B3B-0B47-4DF2-9272-7372312ECDAF}.Release|x64.ActiveCfg = Release|x64
{EC9F6B3B-0B47-4DF2-9272-7372312ECDAF}.Release|x64.Build.0 = Release|x64
{FBDFA120-5123-4A64-B378-B6C252C5D978}.Debug|x64.ActiveCfg = Debug|x64
{FBDFA120-5123-4A64-B378-B6C252C5D978}.Debug|x64.Build.0 = Debug|x64
{FBDFA120-5123-4A64-B378-B6C252C5D978}.Release|x64.ActiveCfg = Release|x64
{FBDFA120-5123-4A64-B378-B6C252C5D978}.Release|x64.Build.0 = Release|x64
{25E83531-FD68-4483-A133-C1A40EC762D7}.Debug|x64.ActiveCfg = Debug|x64
{25E83531-FD68-4483-A133-C1A40EC762D7}.Debug|x64.Build.0 = Debug|x64
{25E83531-FD68-4483-A133-C1A40EC762D7}.Release|x64.ActiveCfg = Release|x64
{25E83531-FD68-4483-A133-C1A40EC762D7}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C9AC6A7-086D-4814-A8AE-ACB5B5378C28}
EndGlobalSection
EndGlobal