-
Notifications
You must be signed in to change notification settings - Fork 3
/
SvgToXaml.sln
31 lines (31 loc) · 1.54 KB
/
SvgToXaml.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SvgToXaml", "SvgToXaml\SvgToXaml.csproj", "{AF1444DC-2821-4171-AA01-488170E6824E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApp1", "WpfApp1\WpfApp1.csproj", "{EBD5CFBC-7510-4454-96AA-4A197E354DF7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF1444DC-2821-4171-AA01-488170E6824E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF1444DC-2821-4171-AA01-488170E6824E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF1444DC-2821-4171-AA01-488170E6824E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF1444DC-2821-4171-AA01-488170E6824E}.Release|Any CPU.Build.0 = Release|Any CPU
{EBD5CFBC-7510-4454-96AA-4A197E354DF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBD5CFBC-7510-4454-96AA-4A197E354DF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBD5CFBC-7510-4454-96AA-4A197E354DF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBD5CFBC-7510-4454-96AA-4A197E354DF7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DEC419CF-1734-441A-87BF-0AEFB7FA56CB}
EndGlobalSection
EndGlobal