-
Notifications
You must be signed in to change notification settings - Fork 2
/
IconExtractor.sln
44 lines (44 loc) · 2.37 KB
/
IconExtractor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30626.31
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IconExtractor", "IconExtractor\IconExtractor.csproj", "{3A333DC5-B952-42F7-BF0D-D5A9A4E7F899}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "README", "README", "{F6C50C48-1CB2-41A9-864D-CF3AFD402695}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
RELEASE-NOTES.txt = RELEASE-NOTES.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IconExtractor.Test", "IconExtractor.Test\IconExtractor.Test.csproj", "{828CC5B5-37AC-4A10-B44C-95C71F298B1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IconExtractor.Test.FixtureApp", "IconExtractor.Test.FixtureApp\IconExtractor.Test.FixtureApp.csproj", "{579FDE06-A807-4A81-97A6-1D2D928C1CA4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A333DC5-B952-42F7-BF0D-D5A9A4E7F899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A333DC5-B952-42F7-BF0D-D5A9A4E7F899}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A333DC5-B952-42F7-BF0D-D5A9A4E7F899}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A333DC5-B952-42F7-BF0D-D5A9A4E7F899}.Release|Any CPU.Build.0 = Release|Any CPU
{828CC5B5-37AC-4A10-B44C-95C71F298B1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{828CC5B5-37AC-4A10-B44C-95C71F298B1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{828CC5B5-37AC-4A10-B44C-95C71F298B1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{828CC5B5-37AC-4A10-B44C-95C71F298B1E}.Release|Any CPU.Build.0 = Release|Any CPU
{579FDE06-A807-4A81-97A6-1D2D928C1CA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{579FDE06-A807-4A81-97A6-1D2D928C1CA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{579FDE06-A807-4A81-97A6-1D2D928C1CA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{579FDE06-A807-4A81-97A6-1D2D928C1CA4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3FB0A3D6-AD9C-40B9-B001-560112605BE9}
EndGlobalSection
EndGlobal