Skip to content

Commit 6bda1e9

Browse files
author
Jasper van Bourgognie
committed
Add Server UI
1 parent 2a11b9d commit 6bda1e9

File tree

5 files changed

+456
-0
lines changed

5 files changed

+456
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project Name="SmartScopeServerUI" Path="examples/SmartScopeServerUI" Type="App" Platforms="Linux,MacOS,Windows,WindowsGL">
3+
<Properties>
4+
<FrameworkVersions>
5+
<Platform Name="Windows">
6+
<Version>v4.0</Version>
7+
</Platform>
8+
<Platform Name="WindowsGL">
9+
<Version>v4.0</Version>
10+
</Platform>
11+
<Platform Name="MacOS">
12+
<Version>v4.5</Version>
13+
</Platform>
14+
<Platform Name="Linux">
15+
<Version>v4.0</Version>
16+
</Platform>
17+
</FrameworkVersions>
18+
<RootNamespace>LabNation.SmartScopeServerUI</RootNamespace>
19+
<PlatformSpecificOutputFolder>True</PlatformSpecificOutputFolder>
20+
<CustomDefinitions>
21+
<Platform Name="Linux">TRACE;LINUX</Platform>
22+
<Platform Name="MacOS">MONOMAC</Platform>
23+
<Platform Name="Windows">TRACE;WINDOWS;WINUSB</Platform>
24+
<Platform Name="WindowsGL">TRACE;WINDOWS;WINUSB</Platform>
25+
</CustomDefinitions>
26+
<NoWarn>1591</NoWarn>
27+
</Properties>
28+
<References>
29+
<Reference Include="System" />
30+
<Reference Include="System.Core" />
31+
<Reference Include="System.Numerics" />
32+
<Reference Include="System.Xml.Linq" />
33+
<Reference Include="Microsoft.CSharp" />
34+
<Reference Include="System.Data" />
35+
<Reference Include="System.Xml" />
36+
<Reference Include="Common" />
37+
<Reference Include="DeviceInterface" />
38+
<Reference Include="WinFormReferences" />
39+
<Reference Include="Mono.Zeroconf" />
40+
</References>
41+
<Files>
42+
<Compile Include="MainForm.cs">
43+
<SubType>Form</SubType>
44+
</Compile>
45+
<Compile Include="MainForm.Designer.cs">
46+
<DependentUpon>MainForm.cs</DependentUpon>
47+
</Compile>
48+
<Compile Include="Program.cs" />
49+
<Compile Include="Properties\AssemblyInfo.cs">
50+
<ExcludePlatforms>iOS</ExcludePlatforms>
51+
</Compile>
52+
53+
<None Include="../../Mono.Zeroconf.Providers.Bonjour.dll.config">
54+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
55+
<Platforms>MacOS</Platforms>
56+
</None>
57+
<None Include="../../libs/Zeroconf/src/Mono.Zeroconf.Providers.AvahiDBus/bin/Mono.Zeroconf.Providers.AvahiDBus.dll">
58+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
59+
<Platforms>Linux,MacOS</Platforms>
60+
</None>
61+
<None Include="../../libs/Zeroconf/src/Mono.Zeroconf.Providers.Bonjour/bin/Mono.Zeroconf.Providers.Bonjour.dll">
62+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
63+
<Platforms>MacOS,Windows</Platforms>
64+
</None>
65+
<BundleResource Include="..\..\libs\LibUsbDotNet\libusb-1.0.0.dylib">
66+
<Link>libusb-1.0.0.dylib</Link>
67+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
68+
<Platforms>MacOS</Platforms>
69+
</BundleResource>
70+
71+
</Files>
72+
</Project>

examples/SmartScopeServerUI/MainForm.Designer.cs

Lines changed: 141 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)