-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLaerdal.Dfu.Bindings.iOS.sln
50 lines (50 loc) · 3.16 KB
/
Laerdal.Dfu.Bindings.iOS.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 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Laerdal.Dfu.Bindings.iOS", "Laerdal.Dfu.Bindings.iOS\Laerdal.Dfu.Bindings.iOS.csproj", "{A9FE8625-F74F-431E-BED5-A50AAD22FB88}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Misc", "_Misc", "{DB8D9BFF-ABFA-4C39-AAD8-416338998414}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
.github\workflows\github-actions.yml = .github\workflows\github-actions.yml
Laerdal.Scripts\Laerdal.SetupBuildEnvironment.sh = Laerdal.Scripts\Laerdal.SetupBuildEnvironment.sh
Laerdal.Scripts\Laerdal.CreateNewReleaseInGithub.sh = Laerdal.Scripts\Laerdal.CreateNewReleaseInGithub.sh
Laerdal.Scripts\Laerdal.Builder.targets = Laerdal.Scripts\Laerdal.Builder.targets
.gitignore = .gitignore
Laerdal.Scripts\Laerdal.GenerateSignAndUploadSbom.sh = Laerdal.Scripts\Laerdal.GenerateSignAndUploadSbom.sh
Laerdal.Scripts\Laerdal.Mac.CompileAndGenerateFatLibs.sh = Laerdal.Scripts\Laerdal.Mac.CompileAndGenerateFatLibs.sh
Laerdal.Scripts\Laerdal.targets = Laerdal.Scripts\Laerdal.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Laerdal.Dfu.Bindings.MacCatalyst", "Laerdal.Dfu.Bindings.MacCatalyst\Laerdal.Dfu.Bindings.MacCatalyst.csproj", "{5B622943-B0B5-4076-A01A-90B35085783C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Laerdal.Dfu.Bindings.iOSSimulator.Arm64", "Laerdal.Dfu.Bindings.iOSSimulator.Arm64\Laerdal.Dfu.Bindings.iOSSimulator.Arm64.csproj", "{BF8CFFF3-F461-4E71-A52F-DFD90CAD7E3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Laerdal.Dfu.Bindings.iOSSimulator.x64", "Laerdal.Dfu.Bindings.iOSSimulator.x64\Laerdal.Dfu.Bindings.iOSSimulator.x64.csproj", "{E017DE68-51C5-4982-8C7C-DEF7ACF04094}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9FE8625-F74F-431E-BED5-A50AAD22FB88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9FE8625-F74F-431E-BED5-A50AAD22FB88}.Release|Any CPU.Build.0 = Release|Any CPU
{5B622943-B0B5-4076-A01A-90B35085783C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B622943-B0B5-4076-A01A-90B35085783C}.Release|Any CPU.Build.0 = Release|Any CPU
{A2283FE2-CF20-4824-AFD5-357F30D1FE4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2283FE2-CF20-4824-AFD5-357F30D1FE4B}.Release|Any CPU.Build.0 = Release|Any CPU
{BF8CFFF3-F461-4E71-A52F-DFD90CAD7E3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF8CFFF3-F461-4E71-A52F-DFD90CAD7E3C}.Release|Any CPU.Build.0 = Release|Any CPU
{E017DE68-51C5-4982-8C7C-DEF7ACF04094}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E017DE68-51C5-4982-8C7C-DEF7ACF04094}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF591816-5D80-48C5-A252-06B962C81A26}
EndGlobalSection
EndGlobal