-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathModernIcons.sln
43 lines (43 loc) · 2.59 KB
/
ModernIcons.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32228.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModernIconLib", "ModernIconLib\ModernIconLib.csproj", "{9548FE5B-D618-4249-ACC7-5D58189FA27A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModernIconMaster", "ModernIconMaster\ModernIconMaster.csproj", "{8F6F02BB-9A5B-450F-BB70-B1915A9A9239}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModernIconPowerPointAddin", "ModernIIconPowerPointAddin\ModernIconPowerPointAddin.csproj", "{8A17B5E5-1005-432A-8395-09A1A601BB75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModernIconExcelAddin", "ModernIconExcelAddin\ModernIconExcelAddin.csproj", "{334335A6-5376-4331-BC15-0DDCCD098B89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9548FE5B-D618-4249-ACC7-5D58189FA27A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9548FE5B-D618-4249-ACC7-5D58189FA27A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9548FE5B-D618-4249-ACC7-5D58189FA27A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9548FE5B-D618-4249-ACC7-5D58189FA27A}.Release|Any CPU.Build.0 = Release|Any CPU
{8F6F02BB-9A5B-450F-BB70-B1915A9A9239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F6F02BB-9A5B-450F-BB70-B1915A9A9239}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F6F02BB-9A5B-450F-BB70-B1915A9A9239}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F6F02BB-9A5B-450F-BB70-B1915A9A9239}.Release|Any CPU.Build.0 = Release|Any CPU
{8A17B5E5-1005-432A-8395-09A1A601BB75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A17B5E5-1005-432A-8395-09A1A601BB75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A17B5E5-1005-432A-8395-09A1A601BB75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A17B5E5-1005-432A-8395-09A1A601BB75}.Release|Any CPU.Build.0 = Release|Any CPU
{334335A6-5376-4331-BC15-0DDCCD098B89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{334335A6-5376-4331-BC15-0DDCCD098B89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{334335A6-5376-4331-BC15-0DDCCD098B89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{334335A6-5376-4331-BC15-0DDCCD098B89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC27AD54-1DCE-4194-B2C2-210CAFA177A9}
EndGlobalSection
EndGlobal