-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathProject2FA.slnx
More file actions
100 lines (100 loc) · 4.69 KB
/
Project2FA.slnx
File metadata and controls
100 lines (100 loc) · 4.69 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<Solution>
<Configurations>
<BuildType Name="Ad-Hoc" />
<BuildType Name="AppStore" />
<BuildType Name="Debug" />
<BuildType Name="Release" />
<Platform Name="Any CPU" />
<Platform Name="ARM64" />
<Platform Name="x64" />
</Configurations>
<Folder Name="/Libs/">
<Project Path="src/UnoLibrary.Controls/UnoLibrary.Controls.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Release" />
<BuildType Solution="AppStore|*" Project="Release" />
</Project>
</Folder>
<Folder Name="/Platforms/">
<Project Path="Project2FA.Shared/Project2FA.Shared.shproj" />
<Project Path="Project2FA/Project2FA.UWP/Project2FA.UWP.csproj" Id="f23d0efe-2c91-4976-9dcb-065b91fc2797">
<BuildType Solution="Ad-Hoc|*" Project="Debug" />
<BuildType Solution="AppStore|*" Project="Debug" />
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="Ad-Hoc|Any CPU" Project="ARM" />
<Platform Solution="AppStore|Any CPU" Project="ARM" />
<Platform Solution="Debug|Any CPU" Project="x64" />
<Platform Solution="Release|Any CPU" Project="x64" />
<Deploy />
</Project>
<Project Path="Project2FA/Project2FA.UWP/Project2FA.UWPNet.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Release" />
<BuildType Solution="AppStore|*" Project="Release" />
<Platform Solution="*|Any CPU" Project="x64" />
<Platform Solution="*|ARM64" Project="arm64" />
<Platform Solution="*|x64" Project="x64" />
<Deploy />
</Project>
<Project Path="src/Project2FA.Uno/Project2FA.Uno.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Release" />
<BuildType Solution="AppStore|*" Project="Release" />
<Platform Solution="Debug|ARM64" Project="ARM64" />
<Platform Solution="Debug|x64" Project="x64" />
<Platform Solution="Release|ARM64" Project="ARM64" />
<Platform Solution="Release|x64" Project="x64" />
<Deploy />
</Project>
</Folder>
<Folder Name="/UnitTests/" />
<Folder Name="/UNOversalTemplate/">
<Project Path="UNOversalTemplate/UNOversalTemplate.Core/UNOversalTemplate.Core.shproj" />
<Project Path="UNOversalTemplate/UNOversalTemplate.IoC.DryIoC/UNOversalTemplate.IoC.DryIoC.shproj" />
<Project Path="UNOversalTemplate/UNOversalTemplate.Services/UNOversalTemplate.Services.shproj" />
</Folder>
<Project Path="BiometryService/src/BiometryService.Abstractions/BiometryService.Abstractions.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Debug" />
<BuildType Solution="AppStore|*" Project="Debug" />
</Project>
<Project Path="BiometryService/src/BiometryService/BiometryService.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Debug" />
<BuildType Solution="AppStore|*" Project="Debug" />
<Platform Solution="Debug|ARM64" Project="ARM64" />
<Platform Solution="Debug|x64" Project="x64" />
<Platform Solution="Release|ARM64" Project="ARM64" />
<Platform Solution="Release|x64" Project="x64" />
</Project>
<Project Path="Otp.NET/src/Otp.NET/Otp.NET.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Debug" />
<BuildType Solution="AppStore|*" Project="Debug" />
<Platform Solution="Debug|ARM64" Project="ARM64" />
<Platform Solution="Debug|x64" Project="x64" />
<Platform Solution="Release|ARM64" Project="ARM64" />
<Platform Solution="Release|x64" Project="x64" />
</Project>
<Project Path="Project2FA.Core/Project2FA.Core.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Debug" />
<BuildType Solution="AppStore|*" Project="Debug" />
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="WebDAVClientPortable/WebDAVClientPortable.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Debug" />
<BuildType Solution="AppStore|*" Project="Debug" />
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="ZXing.Net.Uno/src/CommunityToolkit.Uno.Camera/CommunityToolkit.Uno.Camera.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Release" />
<BuildType Solution="AppStore|*" Project="Release" />
<Platform Solution="*|ARM64" Project="ARM64" />
<Platform Solution="*|x64" Project="x64" />
</Project>
<Project Path="ZXing.Net.Uno/src/ZXing.Net.Uno/ZXing.Net.Uno.csproj">
<BuildType Solution="Ad-Hoc|*" Project="Release" />
<BuildType Solution="AppStore|*" Project="Release" />
<Platform Solution="Debug|ARM64" Project="ARM64" />
<Platform Solution="Debug|x64" Project="x64" />
<Platform Solution="Release|ARM64" Project="ARM64" />
<Platform Solution="Release|x64" Project="x64" />
</Project>
</Solution>