-
Notifications
You must be signed in to change notification settings - Fork 4
/
TinyVFS.sln
62 lines (62 loc) · 3.62 KB
/
TinyVFS.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
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0D11E39A-5AFD-45C2-947D-4753188F1C95}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E4641E2E-FD3E-4070-842E-83A0B8C15A39}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
README.zh-cn.md = README.zh-cn.md
F:\Users\HueiFeng\Downloads\TinyVFS.png = F:\Users\HueiFeng\Downloads\TinyVFS.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TinyVFS", "src\TinyVFS\TinyVFS.csproj", "{4BABCD23-85F7-4703-8139-3106807C016C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{2CC3B6D3-6876-4B7C-BF80-3F1FE2D39EB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TinyVFS.Sample", "samples\TinyVFS.Sample\TinyVFS.Sample.csproj", "{2FE7B0F1-DB80-45C2-9A03-6E584068B9BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebResources", "samples\WebResources\WebResources\WebResources.csproj", "{C437E1B6-AE64-4867-9718-8DBDF49D66D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{44DEAB3F-4980-4EB5-A524-FA2371202C92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyVFS.Tests", "test\TinyVFS.Tests\TinyVFS.Tests.csproj", "{D522E94E-A1EF-4D41-9262-FA0E94C6A5B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BABCD23-85F7-4703-8139-3106807C016C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BABCD23-85F7-4703-8139-3106807C016C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BABCD23-85F7-4703-8139-3106807C016C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BABCD23-85F7-4703-8139-3106807C016C}.Release|Any CPU.Build.0 = Release|Any CPU
{2FE7B0F1-DB80-45C2-9A03-6E584068B9BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FE7B0F1-DB80-45C2-9A03-6E584068B9BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FE7B0F1-DB80-45C2-9A03-6E584068B9BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FE7B0F1-DB80-45C2-9A03-6E584068B9BA}.Release|Any CPU.Build.0 = Release|Any CPU
{C437E1B6-AE64-4867-9718-8DBDF49D66D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C437E1B6-AE64-4867-9718-8DBDF49D66D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C437E1B6-AE64-4867-9718-8DBDF49D66D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C437E1B6-AE64-4867-9718-8DBDF49D66D8}.Release|Any CPU.Build.0 = Release|Any CPU
{D522E94E-A1EF-4D41-9262-FA0E94C6A5B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D522E94E-A1EF-4D41-9262-FA0E94C6A5B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D522E94E-A1EF-4D41-9262-FA0E94C6A5B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D522E94E-A1EF-4D41-9262-FA0E94C6A5B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4BABCD23-85F7-4703-8139-3106807C016C} = {0D11E39A-5AFD-45C2-947D-4753188F1C95}
{2FE7B0F1-DB80-45C2-9A03-6E584068B9BA} = {2CC3B6D3-6876-4B7C-BF80-3F1FE2D39EB8}
{C437E1B6-AE64-4867-9718-8DBDF49D66D8} = {2CC3B6D3-6876-4B7C-BF80-3F1FE2D39EB8}
{D522E94E-A1EF-4D41-9262-FA0E94C6A5B8} = {44DEAB3F-4980-4EB5-A524-FA2371202C92}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E83BD003-2DD7-48BA-9DC9-7F222AED199B}
EndGlobalSection
EndGlobal