-
Notifications
You must be signed in to change notification settings - Fork 1
/
ulx3s-pinout.sln
37 lines (37 loc) · 2.02 KB
/
ulx3s-pinout.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fpga2pinout", ".\fpga2pinout\fpga2pinout.csproj", "{D7C5DFFD-B698-4D5E-8AFD-46117D23EBFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "png2base64", ".\png2base64\png2base64.csproj", "{C072EC64-DD1E-421F-AB91-F518D6D40795}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "svg2png", ".\svg2png\svg2png.csproj", "{FD85662A-4C8D-45BB-BD27-A6B0216D5F7B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7C5DFFD-B698-4D5E-8AFD-46117D23EBFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7C5DFFD-B698-4D5E-8AFD-46117D23EBFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7C5DFFD-B698-4D5E-8AFD-46117D23EBFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7C5DFFD-B698-4D5E-8AFD-46117D23EBFB}.Release|Any CPU.Build.0 = Release|Any CPU
{C072EC64-DD1E-421F-AB91-F518D6D40795}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C072EC64-DD1E-421F-AB91-F518D6D40795}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C072EC64-DD1E-421F-AB91-F518D6D40795}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C072EC64-DD1E-421F-AB91-F518D6D40795}.Release|Any CPU.Build.0 = Release|Any CPU
{FD85662A-4C8D-45BB-BD27-A6B0216D5F7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD85662A-4C8D-45BB-BD27-A6B0216D5F7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD85662A-4C8D-45BB-BD27-A6B0216D5F7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD85662A-4C8D-45BB-BD27-A6B0216D5F7B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7847257E-5A7A-430E-82F9-DEE062B45B53}
EndGlobalSection
EndGlobal