Skip to content

Commit e7f90ea

Browse files
committed
Plugins - Project File changes that had to be made for this release to compile.
1 parent 4c4434a commit e7f90ea

5 files changed

Lines changed: 25 additions & 35 deletions

File tree

Plugins/OSAE.CM11A/CM11A.vbproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
<HintPath>..\..\Assemblies\MySql.Data.dll</HintPath>
5858
<Private>False</Private>
5959
</Reference>
60+
<Reference Include="OSAE.API">
61+
<HintPath>..\..\output\OSAE.API.dll</HintPath>
62+
<Private>False</Private>
63+
</Reference>
6064
<Reference Include="System" />
6165
<Reference Include="System.Data" />
6266
<Reference Include="System.Xml" />
@@ -128,13 +132,6 @@
128132
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
129133
</Content>
130134
</ItemGroup>
131-
<ItemGroup>
132-
<ProjectReference Include="..\..\OSAE.API\OSAE.API.csproj">
133-
<Project>{022F45F1-C988-41A1-A203-39E97BE928B6}</Project>
134-
<Name>OSAE.API</Name>
135-
<Private>False</Private>
136-
</ProjectReference>
137-
</ItemGroup>
138135
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
139136
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
140137
Other similar extension points exist, see Microsoft.Common.targets.

Plugins/OSAE.Phidget-IK/OSAE.Phidget-IK.vbproj

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
<ItemGroup>
5050
<Reference Include="MySql.Data">
5151
<HintPath>..\..\output\lib\MySql.Data.dll</HintPath>
52+
<Private>False</Private>
53+
</Reference>
54+
<Reference Include="OSAE.API">
55+
<HintPath>..\..\output\OSAE.API.dll</HintPath>
56+
<Private>False</Private>
5257
</Reference>
5358
<Reference Include="Phidget21.NET, Version=2.1.8.64, Culture=neutral, PublicKeyToken=c2b1f2a3594bce52, processorArchitecture=MSIL">
5459
<SpecificVersion>False</SpecificVersion>
@@ -122,13 +127,6 @@
122127
<EmbedInteropTypes>True</EmbedInteropTypes>
123128
</COMReference>
124129
</ItemGroup>
125-
<ItemGroup>
126-
<ProjectReference Include="..\..\OSAE.API\OSAE.API.csproj">
127-
<Project>{022F45F1-C988-41A1-A203-39E97BE928B6}</Project>
128-
<Name>OSAE.API</Name>
129-
<Private>False</Private>
130-
</ProjectReference>
131-
</ItemGroup>
132130
<ItemGroup>
133131
<Content Include="install.sql">
134132
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

Plugins/OSAE.Phidget-RFID/OSAE.Phidget-RFID.vbproj

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
<Reference Include="MySql.Data, Version=6.3.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
5151
<SpecificVersion>False</SpecificVersion>
5252
<HintPath>..\..\output\lib\MySql.Data.dll</HintPath>
53+
<Private>False</Private>
54+
</Reference>
55+
<Reference Include="OSAE.API">
56+
<HintPath>..\..\output\OSAE.API.dll</HintPath>
57+
<Private>False</Private>
5358
</Reference>
5459
<Reference Include="Phidget21.NET, Version=2.1.8.64, Culture=neutral, PublicKeyToken=c2b1f2a3594bce52, processorArchitecture=MSIL">
5560
<SpecificVersion>False</SpecificVersion>
@@ -112,13 +117,6 @@
112117
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
113118
</None>
114119
</ItemGroup>
115-
<ItemGroup>
116-
<ProjectReference Include="..\..\OSAE.API\OSAE.API.csproj">
117-
<Project>{022F45F1-C988-41A1-A203-39E97BE928B6}</Project>
118-
<Name>OSAE.API</Name>
119-
<Private>False</Private>
120-
</ProjectReference>
121-
</ItemGroup>
122120
<ItemGroup>
123121
<Content Include="install.sql">
124122
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

Plugins/OSAE.Phidget-Servo/Phidget-Servo.vbproj

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
<Reference Include="MySql.Data, Version=6.3.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
5151
<SpecificVersion>False</SpecificVersion>
5252
<HintPath>..\..\output\lib\MySql.Data.dll</HintPath>
53+
<Private>False</Private>
54+
</Reference>
55+
<Reference Include="OSAE.API">
56+
<HintPath>..\..\output\OSAE.API.dll</HintPath>
57+
<Private>False</Private>
5358
</Reference>
5459
<Reference Include="Phidget21.NET, Version=2.1.8.102, Culture=neutral, PublicKeyToken=c2b1f2a3594bce52, processorArchitecture=MSIL">
5560
<SpecificVersion>False</SpecificVersion>
@@ -113,13 +118,6 @@
113118
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
114119
</None>
115120
</ItemGroup>
116-
<ItemGroup>
117-
<ProjectReference Include="..\..\OSAE.API\OSAE.API.csproj">
118-
<Project>{022F45F1-C988-41A1-A203-39E97BE928B6}</Project>
119-
<Name>OSAE.API</Name>
120-
<Private>False</Private>
121-
</ProjectReference>
122-
</ItemGroup>
123121
<ItemGroup>
124122
<Content Include="install.sql">
125123
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

Plugins/OSAE.USBUIRT/OSAE.USBUIRT.vbproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<DocumentationFile>OSAE.USBUIRT.xml</DocumentationFile>
4747
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
4848
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49+
<PlatformTarget>AnyCPU</PlatformTarget>
4950
</PropertyGroup>
5051
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
5152
<DebugType>pdbonly</DebugType>
@@ -61,6 +62,11 @@
6162
<Reference Include="MySql.Data, Version=6.3.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
6263
<SpecificVersion>False</SpecificVersion>
6364
<HintPath>..\..\output\lib\MySql.Data.dll</HintPath>
65+
<Private>False</Private>
66+
</Reference>
67+
<Reference Include="OSAE.API">
68+
<HintPath>..\..\output\OSAE.API.dll</HintPath>
69+
<Private>False</Private>
6470
</Reference>
6571
<Reference Include="System" />
6672
<Reference Include="System.Data" />
@@ -157,13 +163,6 @@
157163
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
158164
</Content>
159165
</ItemGroup>
160-
<ItemGroup>
161-
<ProjectReference Include="..\..\OSAE.API\OSAE.API.csproj">
162-
<Project>{022F45F1-C988-41A1-A203-39E97BE928B6}</Project>
163-
<Name>OSAE.API</Name>
164-
<Private>False</Private>
165-
</ProjectReference>
166-
</ItemGroup>
167166
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
168167
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
169168
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)