-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathunp4k.sln
More file actions
62 lines (62 loc) · 3.74 KB
/
Copy pathunp4k.sln
File metadata and controls
62 lines (62 loc) · 3.74 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11222.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Configuration", "Solution Configuration", "{F1097E98-4DEB-4A0A-81EE-5CEC667EBDF0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ICSharpCode.SharpZipLib", "src\ICSharpCode.SharpZipLib\ICSharpCode.SharpZipLib.csproj", "{C53BEB8A-0989-43A7-B3EC-F7028749FA71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "unp4k", "src\unp4k\unp4k.csproj", "{45633789-1DB1-44B9-B343-0B2DA2C1F71F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zstd.Net", "src\Zstd.Net\Zstd.Net.csproj", "{5922D4EC-8478-4B0D-8F92-7532F4F2CF81}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "unforge", "src\unforge\unforge.csproj", "{273D3D56-F005-4ED5-BABB-FD88FBC3FC63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "unp4k.fs", "src\unp4k.fs\unp4k.fs.csproj", "{9E2307F5-6B12-4E87-92C7-46F680283602}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "unforge.cli", "src\unforge.cli\unforge.cli.csproj", "{5C5AC242-F745-4052-88AB-3383048069EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C53BEB8A-0989-43A7-B3EC-F7028749FA71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C53BEB8A-0989-43A7-B3EC-F7028749FA71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C53BEB8A-0989-43A7-B3EC-F7028749FA71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C53BEB8A-0989-43A7-B3EC-F7028749FA71}.Release|Any CPU.Build.0 = Release|Any CPU
{45633789-1DB1-44B9-B343-0B2DA2C1F71F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45633789-1DB1-44B9-B343-0B2DA2C1F71F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45633789-1DB1-44B9-B343-0B2DA2C1F71F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45633789-1DB1-44B9-B343-0B2DA2C1F71F}.Release|Any CPU.Build.0 = Release|Any CPU
{5922D4EC-8478-4B0D-8F92-7532F4F2CF81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5922D4EC-8478-4B0D-8F92-7532F4F2CF81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5922D4EC-8478-4B0D-8F92-7532F4F2CF81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5922D4EC-8478-4B0D-8F92-7532F4F2CF81}.Release|Any CPU.Build.0 = Release|Any CPU
{273D3D56-F005-4ED5-BABB-FD88FBC3FC63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{273D3D56-F005-4ED5-BABB-FD88FBC3FC63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{273D3D56-F005-4ED5-BABB-FD88FBC3FC63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{273D3D56-F005-4ED5-BABB-FD88FBC3FC63}.Release|Any CPU.Build.0 = Release|Any CPU
{9E2307F5-6B12-4E87-92C7-46F680283602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E2307F5-6B12-4E87-92C7-46F680283602}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E2307F5-6B12-4E87-92C7-46F680283602}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E2307F5-6B12-4E87-92C7-46F680283602}.Release|Any CPU.Build.0 = Release|Any CPU
{5C5AC242-F745-4052-88AB-3383048069EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C5AC242-F745-4052-88AB-3383048069EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C5AC242-F745-4052-88AB-3383048069EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C5AC242-F745-4052-88AB-3383048069EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06362D77-167B-4814-897B-1CE1AF745A90}
EndGlobalSection
EndGlobal