Skip to content

Commit

Permalink
Adaption to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Soon5 committed Jun 3, 2020
1 parent c1ff9d8 commit 922c0ed
Show file tree
Hide file tree
Showing 11 changed files with 267 additions and 630 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/bin
/*.user
references
dep
.vs
49 changes: 0 additions & 49 deletions IncrementSupport.cs

This file was deleted.

46 changes: 24 additions & 22 deletions Lumos3DconnexionPlugin.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
Expand All @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Lumos3DconnexionPlugin</RootNamespace>
<AssemblyName>Lumos3DconnexionPlugin</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -38,26 +38,29 @@
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="3DconnexionDriver, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>references\3DconnexionDriver.dll</HintPath>
<Reference Include="3DconnexionDriver">
<HintPath>..\3Dconnexion-driver\bin\Release\3DconnexionDriver.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>references\log4net.dll</HintPath>
<Reference Include="DMXLIB">
<HintPath>dep\DMXLIB.dll</HintPath>
</Reference>
<Reference Include="LumosGUI, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<ExecutableExtension>.exe</ExecutableExtension>
<HintPath>references\LumosGUI.exe</HintPath>
<Reference Include="log4net">
<HintPath>dep\log4net.dll</HintPath>
</Reference>
<Reference Include="LumosLIB, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>references\LumosLIB.dll</HintPath>
<Reference Include="LumosControls">
<HintPath>dep\LumosControls.dll</HintPath>
</Reference>
<Reference Include="LumosControls, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>references\LumosControls.dll</HintPath>
<Reference Include="LumosGUI">
<HintPath>dep\LumosGUI.exe</HintPath>
</Reference>
<Reference Include="LumosLIB">
<HintPath>dep\LumosLIB.dll</HintPath>
</Reference>
<Reference Include="Skybound.VisualTips">
<HintPath>dep\Skybound.VisualTips.dll</HintPath>
</Reference>
<Reference Include="SmartPropertyGrid">
<HintPath>dep\SmartPropertyGrid.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -68,21 +71,20 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.8.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>references\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
<Reference Include="WeifenLuo.WinFormsUI.Docking">
<HintPath>dep\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ExceptionEventArgs.cs" />
<Compile Include="IncrementSupport.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="_3DxForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="_3DxForm.Designer.cs">
<DependentUpon>_3DxForm.cs</DependentUpon>
</Compile>
<Compile Include="_3DxInputSource.cs" />
<Compile Include="_3DxMotionEventArgs.cs" />
<Compile Include="_3DxPlugin.cs" />
<EmbeddedResource Include="Properties\Resources.resx">
Expand Down
2 changes: 1 addition & 1 deletion Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 922c0ed

Please sign in to comment.