Skip to content

Commit

Permalink
CM15A on 64 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Automate1 committed Jul 31, 2013
1 parent 0e10907 commit 004dc88
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 44 deletions.
4 changes: 2 additions & 2 deletions Plugins/OSAE.CM15A/CM15A.osapd
Expand Up @@ -2,13 +2,13 @@
<plugin-description xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="3.0">
<plugin-name>CM15A</plugin-name>
<plugin-id>031d1870-2202-4e5d-9d1a-648158d44230</plugin-id>
<plugin-version>1.1.0</plugin-version>
<plugin-version>1.1.1</plugin-version>
<plugin-state>stable</plugin-state>
<short-description>X10 CM15A/19A Plugin</short-description>
<author>Vaughn Rupp</author>
<destination-folder>CM15A</destination-folder>
<main-file>OSAE.CM15A.dll</main-file>
<wiki-url></wiki-url>
<wiki-url>http://www.opensourceautomation.com/wiki/index.php?title=CM15A</wiki-url>
<additional-assemblies>
<name>Interop.ActiveHomeScriptLib.dll</name>
</additional-assemblies>
Expand Down
Binary file modified Plugins/OSAE.CM15A/Interop.ActiveHomeScriptLib.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions Plugins/OSAE.CM15A/My Project/AssemblyInfo.vb
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("CM15A")>
<Assembly: AssemblyCopyright("Copyright © 2010")>
<Assembly: AssemblyCopyright("Copyright © 2013")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
<Assembly: AssemblyVersion("1.1.1.0")>
<Assembly: AssemblyFileVersion("1.1.1.0")>
26 changes: 0 additions & 26 deletions Plugins/OSAE.CM15A/OSAE.CM15A.sln

This file was deleted.

2 changes: 1 addition & 1 deletion Plugins/OSAE.CM15A/OSAE.CM15A.vb
Expand Up @@ -2,7 +2,7 @@
Option Explicit On
Imports MySql.Data.MySqlClient
Imports ActiveHomeScriptLib
Imports System.AddIn
Imports X10

Public Class CM15A
Inherits OSAEPluginBase
Expand Down
39 changes: 28 additions & 11 deletions Plugins/OSAE.CM15A/OSAE.CM15A.vbproj
Expand Up @@ -42,11 +42,11 @@
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>..\..\output\PlugIns\CM15A\</OutputPath>
<OutputPath>..\..\output\Plugins\CM15A\</OutputPath>
<DocumentationFile>OSAE.CM15A.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -63,12 +63,11 @@
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x86\Debug\</OutputPath>
<OutputPath>..\..\output\Plugins\CM15A\</OutputPath>
<DocumentationFile>OSAE.CM15A.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisLogFile>..\..\output\AddIns\CM15A\OSAE.CM15A.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
Expand All @@ -94,11 +93,6 @@
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<ItemGroup>
<Reference Include="Interop.ActiveHomeScriptLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<EmbedInteropTypes>True</EmbedInteropTypes>
<HintPath>.\Interop.ActiveHomeScriptLib.dll</HintPath>
</Reference>
<Reference Include="MySql.Data">
<HintPath>..\..\Assemblies\MySql.Data.dll</HintPath>
<Private>False</Private>
Expand Down Expand Up @@ -154,7 +148,7 @@
</ItemGroup>
<ItemGroup>
<None Include="CM15A.osapd">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
Expand Down Expand Up @@ -184,6 +178,9 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="ahscript.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="ahsdk_install.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand All @@ -204,6 +201,26 @@
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<COMReference Include="ActiveHomeScriptLib">
<Guid>{001000AF-1DEF-0010-10B6-DC5BA692C858}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
<COMReference Include="X10">
<Guid>{001000AF-1DEF-0001-10B6-DC5BA692C858}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file added Plugins/OSAE.CM15A/ahscript.dll
Binary file not shown.
Binary file modified Plugins/OSAE.CM15A/ahsdk_install.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Plugins/OSAE.CM15A/install.sql
Expand Up @@ -27,4 +27,4 @@ CALL osae_sp_object_type_method_add ('BRIGHT','Bright','X10 DIMMER','Increment %
CALL osae_sp_object_type_method_add ('DIM','Dim','X10 DIMMER','Decrement %','','10','');
CALL osae_sp_object_type_property_add ('Off Timer','Integer','','X10 DIMMER',0);
CALL osae_sp_object_type_property_add ('Level','Integer','','X10 DIMMER',1);
CALL osae_sp_object_type_property_add ('SoftStart','Boolean','FALSE','X10 DIMMER',0);
CALL osae_sp_object_type_property_add ('SoftStart','Boolean','FALSE','X10 DIMMER',0);

0 comments on commit 004dc88

Please sign in to comment.