-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTesteImpressao.sln
57 lines (57 loc) · 3.54 KB
/
TesteImpressao.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
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TesteImpressao.Android", "TesteImpressao\TesteImpressao.Android\TesteImpressao.Android.csproj", "{D0E9D2DC-A809-4F7C-98DA-5E1D44DA9D2E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TesteImpressao", "TesteImpressao\TesteImpressao\TesteImpressao.csproj", "{8D4E1590-7E85-4758-AAA6-CC5F3DE4267B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImpressaoPluginBle", "ImpressaoPluginBle\ImpressaoPluginBle.csproj", "{97FD05E4-DC02-489F-862A-F99DBACA1584}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0E9D2DC-A809-4F7C-98DA-5E1D44DA9D2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0E9D2DC-A809-4F7C-98DA-5E1D44DA9D2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0E9D2DC-A809-4F7C-98DA-5E1D44DA9D2E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D0E9D2DC-A809-4F7C-98DA-5E1D44DA9D2E}.Debug|x86.ActiveCfg = Debug|Any CPU
{D0E9D2DC-A809-4F7C-98DA-5E1D44DA9D2E}.Debug|x86.Build.0 = Debug|Any CPU
{D0E9D2DC-A809-4F7C-98DA-5E1D44DA9D2E}.Debug|x86.Deploy.0 = Debug|Any CPU
{D0E9D2DC-A809-4F7C-98DA-5E1D44DA9D2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0E9D2DC-A809-4F7C-98DA-5E1D44DA9D2E}.Release|Any CPU.Build.0 = Release|Any CPU
{D0E9D2DC-A809-4F7C-98DA-5E1D44DA9D2E}.Release|Any CPU.Deploy.0 = Release|Any CPU
{D0E9D2DC-A809-4F7C-98DA-5E1D44DA9D2E}.Release|x86.ActiveCfg = Release|Any CPU
{D0E9D2DC-A809-4F7C-98DA-5E1D44DA9D2E}.Release|x86.Build.0 = Release|Any CPU
{D0E9D2DC-A809-4F7C-98DA-5E1D44DA9D2E}.Release|x86.Deploy.0 = Release|Any CPU
{8D4E1590-7E85-4758-AAA6-CC5F3DE4267B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D4E1590-7E85-4758-AAA6-CC5F3DE4267B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D4E1590-7E85-4758-AAA6-CC5F3DE4267B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{8D4E1590-7E85-4758-AAA6-CC5F3DE4267B}.Debug|x86.ActiveCfg = Debug|Any CPU
{8D4E1590-7E85-4758-AAA6-CC5F3DE4267B}.Debug|x86.Build.0 = Debug|Any CPU
{8D4E1590-7E85-4758-AAA6-CC5F3DE4267B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D4E1590-7E85-4758-AAA6-CC5F3DE4267B}.Release|Any CPU.Build.0 = Release|Any CPU
{8D4E1590-7E85-4758-AAA6-CC5F3DE4267B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{8D4E1590-7E85-4758-AAA6-CC5F3DE4267B}.Release|x86.ActiveCfg = Release|Any CPU
{8D4E1590-7E85-4758-AAA6-CC5F3DE4267B}.Release|x86.Build.0 = Release|Any CPU
{97FD05E4-DC02-489F-862A-F99DBACA1584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97FD05E4-DC02-489F-862A-F99DBACA1584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97FD05E4-DC02-489F-862A-F99DBACA1584}.Debug|x86.ActiveCfg = Debug|x86
{97FD05E4-DC02-489F-862A-F99DBACA1584}.Debug|x86.Build.0 = Debug|x86
{97FD05E4-DC02-489F-862A-F99DBACA1584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97FD05E4-DC02-489F-862A-F99DBACA1584}.Release|Any CPU.Build.0 = Release|Any CPU
{97FD05E4-DC02-489F-862A-F99DBACA1584}.Release|x86.ActiveCfg = Release|x86
{97FD05E4-DC02-489F-862A-F99DBACA1584}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {76AB54D8-AD06-4CE6-BC09-F13A79348017}
EndGlobalSection
EndGlobal