-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPozitronDev.FiscalPrinter.sln
50 lines (50 loc) · 2.73 KB
/
PozitronDev.FiscalPrinter.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
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PozitronDev.FiscalPrinter", "src\PozitronDev.FiscalPrinter\PozitronDev.FiscalPrinter.csproj", "{8F8B1D34-F547-4645-83B9-0AEA7B5DB283}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7FCC42C4-6E97-4373-AE60-18402C76B585}"
ProjectSection(SolutionItems) = preProject
azure-build.yaml = azure-build.yaml
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{E76AB4D4-7458-4439-A512-B226FF7E72EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleAppNET48", "sample\SampleAppNET48\SampleAppNET48.csproj", "{533876D5-58D8-4B27-927A-E6BD161B520C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleAppNET50", "sample\SampleAppNET50\SampleAppNET50.csproj", "{EE3C7774-2E61-4786-842B-B72FFB8C75FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F8B1D34-F547-4645-83B9-0AEA7B5DB283}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F8B1D34-F547-4645-83B9-0AEA7B5DB283}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F8B1D34-F547-4645-83B9-0AEA7B5DB283}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F8B1D34-F547-4645-83B9-0AEA7B5DB283}.Release|Any CPU.Build.0 = Release|Any CPU
{533876D5-58D8-4B27-927A-E6BD161B520C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{533876D5-58D8-4B27-927A-E6BD161B520C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{533876D5-58D8-4B27-927A-E6BD161B520C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{533876D5-58D8-4B27-927A-E6BD161B520C}.Release|Any CPU.Build.0 = Release|Any CPU
{EE3C7774-2E61-4786-842B-B72FFB8C75FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE3C7774-2E61-4786-842B-B72FFB8C75FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE3C7774-2E61-4786-842B-B72FFB8C75FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE3C7774-2E61-4786-842B-B72FFB8C75FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{533876D5-58D8-4B27-927A-E6BD161B520C} = {E76AB4D4-7458-4439-A512-B226FF7E72EC}
{EE3C7774-2E61-4786-842B-B72FFB8C75FB} = {E76AB4D4-7458-4439-A512-B226FF7E72EC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A102B81C-6E0C-4354-BA15-264BA6695E5E}
EndGlobalSection
EndGlobal