Skip to content

Commit 14a0a75

Browse files
feat: change to slnx solution
1 parent 923e9cf commit 14a0a75

2 files changed

Lines changed: 51 additions & 233 deletions

File tree

BiometryService.sln

Lines changed: 0 additions & 233 deletions
This file was deleted.

BiometryService.slnx

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="ARM" />
5+
<Platform Name="ARM64" />
6+
<Platform Name="iOS" />
7+
<Platform Name="iPhone" />
8+
<Platform Name="iPhoneSimulator" />
9+
<Platform Name="NuGet" />
10+
<Platform Name="x64" />
11+
<Platform Name="x86" />
12+
</Configurations>
13+
<Folder Name="/Library/">
14+
<Project Path="src/BiometryService.Abstractions/BiometryService.Abstractions.csproj" />
15+
<Project Path="src/BiometryService/BiometryService.csproj" />
16+
</Folder>
17+
<Folder Name="/Samples/">
18+
<Project Path="samples/BiometryService.SampleApp.Uno.Mobile/BiometryService.SampleApp.Uno.Mobile.csproj">
19+
<Build Solution="*|NuGet" Project="false" />
20+
<Deploy Solution="*|Any CPU" />
21+
<Deploy Solution="*|ARM" />
22+
<Deploy Solution="*|ARM64" />
23+
<Deploy Solution="*|iOS" />
24+
<Deploy Solution="*|iPhone" />
25+
<Deploy Solution="*|iPhoneSimulator" />
26+
<Deploy Solution="*|x64" />
27+
<Deploy Solution="*|x86" />
28+
</Project>
29+
<Project Path="samples/BiometryService.SampleApp.Uno.Shared/BiometryService.SampleApp.Uno.Shared.shproj" />
30+
<Project Path="samples/BiometryService.SampleApp.Uno.WinUI/BiometryService.SampleApp.Uno.WinUI.csproj">
31+
<Platform Solution="*|Any CPU" Project="x64" />
32+
<Platform Solution="*|ARM" Project="x64" />
33+
<Platform Solution="*|ARM64" Project="arm64" />
34+
<Platform Solution="*|iOS" Project="x64" />
35+
<Platform Solution="*|iPhone" Project="x64" />
36+
<Platform Solution="*|iPhoneSimulator" Project="x64" />
37+
<Platform Solution="*|NuGet" Project="x64" />
38+
<Platform Solution="*|x64" Project="x64" />
39+
<Platform Solution="*|x86" Project="x86" />
40+
<Build Solution="*|NuGet" Project="false" />
41+
<Deploy Solution="*|Any CPU" />
42+
<Deploy Solution="*|ARM" />
43+
<Deploy Solution="*|ARM64" />
44+
<Deploy Solution="*|iOS" />
45+
<Deploy Solution="*|iPhone" />
46+
<Deploy Solution="*|iPhoneSimulator" />
47+
<Deploy Solution="*|x64" />
48+
<Deploy Solution="*|x86" />
49+
</Project>
50+
</Folder>
51+
</Solution>

0 commit comments

Comments
 (0)