This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
FavCat-Restored.sln
52 lines (52 loc) · 2.95 KB
/
FavCat-Restored.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31313.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F70C2A5E-41A4-481E-8666-243A82F93E40}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
ReleaseChangelog.md = ReleaseChangelog.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UIExpansionKit", "UIExpansionKit\UIExpansionKit.csproj", "{85B11D98-E013-4E5D-95F3-5437DE63ACF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FavCat", "FavCat\FavCat.csproj", "{4D6BD71E-7499-4FC8-8161-6224489DF668}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrityCheckWeaver", "IntegrityCheckWeaver\IntegrityCheckWeaver.csproj", "{5D5E4629-D3E4-472A-9FD5-02328BF765C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntegrityCheckGenerator", "IntegrityCheckGenerator\IntegrityCheckGenerator.csproj", "{A53EABDB-3023-4D3E-8E30-71FFAAD6D8D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{85B11D98-E013-4E5D-95F3-5437DE63ACF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85B11D98-E013-4E5D-95F3-5437DE63ACF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85B11D98-E013-4E5D-95F3-5437DE63ACF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85B11D98-E013-4E5D-95F3-5437DE63ACF4}.Release|Any CPU.Build.0 = Release|Any CPU
{4D6BD71E-7499-4FC8-8161-6224489DF668}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D6BD71E-7499-4FC8-8161-6224489DF668}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D6BD71E-7499-4FC8-8161-6224489DF668}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D6BD71E-7499-4FC8-8161-6224489DF668}.Release|Any CPU.Build.0 = Release|Any CPU
{5D5E4629-D3E4-472A-9FD5-02328BF765C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D5E4629-D3E4-472A-9FD5-02328BF765C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D5E4629-D3E4-472A-9FD5-02328BF765C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D5E4629-D3E4-472A-9FD5-02328BF765C6}.Release|Any CPU.Build.0 = Release|Any CPU
{A53EABDB-3023-4D3E-8E30-71FFAAD6D8D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A53EABDB-3023-4D3E-8E30-71FFAAD6D8D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A53EABDB-3023-4D3E-8E30-71FFAAD6D8D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A53EABDB-3023-4D3E-8E30-71FFAAD6D8D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF2E3022-74E6-40FC-8F03-882B309EE7CC}
EndGlobalSection
EndGlobal