-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Published to GitHub
- Loading branch information
Showing
873 changed files
with
7,947 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.27703.2035 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServoApp", "ServoApp\ServoApp\ServoApp.csproj", "{46803275-8548-4867-B926-28FDE577AFC9}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServoApp.Desktop", "ServoApp\ServoApp.Desktop\ServoApp.Desktop.csproj", "{704F77FD-BDE2-4F20-A5B3-4E03558FD18A}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{46803275-8548-4867-B926-28FDE577AFC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{46803275-8548-4867-B926-28FDE577AFC9}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{46803275-8548-4867-B926-28FDE577AFC9}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{46803275-8548-4867-B926-28FDE577AFC9}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{704F77FD-BDE2-4F20-A5B3-4E03558FD18A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{704F77FD-BDE2-4F20-A5B3-4E03558FD18A}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{704F77FD-BDE2-4F20-A5B3-4E03558FD18A}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{704F77FD-BDE2-4F20-A5B3-4E03558FD18A}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {B8234327-D8ED-454F-A662-CB3D6D2F6649} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleName</key> | ||
<string>ServoApp</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.example.ServoApp</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>10.7</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string></string> | ||
<key>CFBundleIconFile</key> | ||
<string>MacIcon.icns</string> | ||
</dict> | ||
</plist> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
using Eto.Forms; | ||
using System; | ||
|
||
namespace ServoApp.Desktop | ||
{ | ||
internal class Program | ||
{ | ||
[STAThread] | ||
private static void Main(string[] args) | ||
{ | ||
new Application(Eto.Platform.Detect).Run(new MainForm()); | ||
} | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...nt/src/ServoApp/ServoApp/ServoApp.Desktop/Properties/PublishProfiles/FolderProfile.pubxml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
https://go.microsoft.com/fwlink/?LinkID=208121. | ||
--> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<PublishProtocol>FileSystem</PublishProtocol> | ||
<Configuration>Release</Configuration> | ||
<Platform>Any CPU</Platform> | ||
<TargetFramework>net461</TargetFramework> | ||
<PublishDir>C:\Users\Jordan\Documents\Raspberry Pi\servo\rpi-servo\Client\bin</PublishDir> | ||
<RuntimeIdentifier>win7-x86</RuntimeIdentifier> | ||
</PropertyGroup> | ||
</Project> |
6 changes: 6 additions & 0 deletions
6
...c/ServoApp/ServoApp/ServoApp.Desktop/Properties/PublishProfiles/FolderProfile.pubxml.user
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
https://go.microsoft.com/fwlink/?LinkID=208121. | ||
--> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
</Project> |
18 changes: 18 additions & 0 deletions
18
Client/src/ServoApp/ServoApp/ServoApp.Desktop/ServoApp.Desktop.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFramework>net461</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\ServoApp\ServoApp.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Eto.Platform.Gtk2" Version="2.4.1" /> | ||
<PackageReference Include="Eto.Platform.Wpf" Version="2.4.1" /> | ||
<PackageReference Include="Eto.Platform.Mac64" Version="2.4.1" /> | ||
</ItemGroup> | ||
|
||
</Project> |
6 changes: 6 additions & 0 deletions
6
Client/src/ServoApp/ServoApp/ServoApp.Desktop/ServoApp.Desktop.csproj.user
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<_LastSelectedProfileId>C:\Users\Jordan\Documents\Raspberry Pi\servo\rpi-servo\Client\src\ServoApp\ServoApp\ServoApp.Desktop\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId> | ||
</PropertyGroup> | ||
</Project> |
Binary file added
BIN
+372 KB
Client/src/ServoApp/ServoApp/ServoApp.Desktop/bin/Debug/net461/Eto.Gtk2.dll
Binary file not shown.
Binary file added
BIN
+451 KB
Client/src/ServoApp/ServoApp/ServoApp.Desktop/bin/Debug/net461/Eto.Mac64.dll
Binary file not shown.
Binary file added
BIN
+2.27 MB
Client/src/ServoApp/ServoApp/ServoApp.Desktop/bin/Debug/net461/Eto.Wpf.dll
Binary file not shown.
Binary file added
BIN
+588 KB
Client/src/ServoApp/ServoApp/ServoApp.Desktop/bin/Debug/net461/Eto.dll
Binary file not shown.
Binary file added
BIN
+20.7 KB
...nt/src/ServoApp/ServoApp/ServoApp.Desktop/bin/Debug/net461/Microsoft.Win32.Primitives.dll
Binary file not shown.
Binary file added
BIN
+5.14 MB
Client/src/ServoApp/ServoApp/ServoApp.Desktop/bin/Debug/net461/MonoMac.dll
Binary file not shown.
31 changes: 31 additions & 0 deletions
31
...voApp/ServoApp/ServoApp.Desktop/bin/Debug/net461/ServoApp.Desktop.app/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleName</key> | ||
<string>ServoApp</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.example.ServoApp</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>10.7</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string> | ||
</string> | ||
<key>CFBundleIconFile</key> | ||
<string>MacIcon.icns</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>NSPrincipalClass</key> | ||
<string>NSApplication</string> | ||
<key>CFBundleExecutable</key> | ||
<string>ServoApp.Desktop</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+560 KB
...pp/ServoApp.Desktop/bin/Debug/net461/ServoApp.Desktop.app/Contents/MacOS/ServoApp.Desktop
Binary file not shown.
Binary file added
BIN
+372 KB
...p/ServoApp.Desktop/bin/Debug/net461/ServoApp.Desktop.app/Contents/MonoBundle/Eto.Gtk2.dll
Binary file not shown.
Binary file added
BIN
+451 KB
.../ServoApp.Desktop/bin/Debug/net461/ServoApp.Desktop.app/Contents/MonoBundle/Eto.Mac64.dll
Binary file not shown.
Binary file added
BIN
+2.27 MB
...pp/ServoApp.Desktop/bin/Debug/net461/ServoApp.Desktop.app/Contents/MonoBundle/Eto.Wpf.dll
Binary file not shown.
Binary file added
BIN
+588 KB
...rvoApp/ServoApp.Desktop/bin/Debug/net461/ServoApp.Desktop.app/Contents/MonoBundle/Eto.dll
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
...App/ServoApp.Desktop/bin/Debug/net461/ServoApp.Desktop.app/Contents/MonoBundle/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleName</key> | ||
<string>ServoApp</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.example.ServoApp</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>10.7</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string></string> | ||
<key>CFBundleIconFile</key> | ||
<string>MacIcon.icns</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+112 KB
...p/ServoApp.Desktop/bin/Debug/net461/ServoApp.Desktop.app/Contents/MonoBundle/MacIcon.icns
Binary file not shown.
Binary file added
BIN
+20.7 KB
.../bin/Debug/net461/ServoApp.Desktop.app/Contents/MonoBundle/Microsoft.Win32.Primitives.dll
Binary file not shown.
Binary file added
BIN
+5.14 MB
...pp/ServoApp.Desktop/bin/Debug/net461/ServoApp.Desktop.app/Contents/MonoBundle/MonoMac.dll
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
.../ServoApp.Desktop.app/Contents/MonoBundle/Properties/PublishProfiles/FolderProfile.pubxml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
https://go.microsoft.com/fwlink/?LinkID=208121. | ||
--> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<PublishProtocol>FileSystem</PublishProtocol> | ||
<Configuration>Release</Configuration> | ||
<Platform>Any CPU</Platform> | ||
<TargetFramework>net461</TargetFramework> | ||
<PublishDir>C:\Users\Jordan\Documents\Raspberry Pi\servo\rpi-servo\Client\bin</PublishDir> | ||
<RuntimeIdentifier>win7-x86</RuntimeIdentifier> | ||
</PropertyGroup> | ||
</Project> |
Binary file added
BIN
+4.5 KB
...pp.Desktop/bin/Debug/net461/ServoApp.Desktop.app/Contents/MonoBundle/ServoApp.Desktop.exe
Binary file not shown.
Oops, something went wrong.