This repository was archived by the owner on Nov 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCustomFileIcons.sln
42 lines (42 loc) · 2.33 KB
/
CustomFileIcons.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomFileIcons", "CustomFileIcons\CustomFileIcons.csproj", "{38BDA788-79B5-4D08-93CB-67EE5FFA9F30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomFileIcons.Proxy", "CustomFileIcons.Proxy\CustomFileIcons.Proxy.csproj", "{AF112D8F-768D-48B3-860D-0477FD4E681D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomFileIcons.Generator", "CustomFileIcons.Generator\CustomFileIcons.Generator.csproj", "{AAF083C2-7B8E-43A1-96CD-549503827B27}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20FCE00D-0C73-431B-B5FB-713D72462E0D}"
ProjectSection(SolutionItems) = preProject
config.json = config.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38BDA788-79B5-4D08-93CB-67EE5FFA9F30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38BDA788-79B5-4D08-93CB-67EE5FFA9F30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38BDA788-79B5-4D08-93CB-67EE5FFA9F30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38BDA788-79B5-4D08-93CB-67EE5FFA9F30}.Release|Any CPU.Build.0 = Release|Any CPU
{AF112D8F-768D-48B3-860D-0477FD4E681D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF112D8F-768D-48B3-860D-0477FD4E681D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF112D8F-768D-48B3-860D-0477FD4E681D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF112D8F-768D-48B3-860D-0477FD4E681D}.Release|Any CPU.Build.0 = Release|Any CPU
{AAF083C2-7B8E-43A1-96CD-549503827B27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAF083C2-7B8E-43A1-96CD-549503827B27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAF083C2-7B8E-43A1-96CD-549503827B27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAF083C2-7B8E-43A1-96CD-549503827B27}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94A9315C-73A4-46BE-A881-3FAC2FB5280E}
EndGlobalSection
EndGlobal