From: <che...@us...> - 2010-12-04 08:58:14
|
Revision: 4001 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4001&view=rev Author: chef_koch Date: 2010-12-04 08:58:08 +0000 (Sat, 04 Dec 2010) Log Message: ----------- updated WiimoteLib.dll to 1.2.1 Modified Paths: -------------- trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Wii Remote Receiver/References/WiimoteLib.dll trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Wii Remote Receiver/Wii Remote Receiver.csproj Modified: trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Wii Remote Receiver/References/WiimoteLib.dll =================================================================== (Binary files differ) Modified: trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Wii Remote Receiver/Wii Remote Receiver.csproj =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Wii Remote Receiver/Wii Remote Receiver.csproj 2010-12-04 08:45:42 UTC (rev 4000) +++ trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Wii Remote Receiver/Wii Remote Receiver.csproj 2010-12-04 08:58:08 UTC (rev 4001) @@ -60,7 +60,10 @@ <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> - <Reference Include="WiimoteLib, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL" /> + <Reference Include="WiimoteLib, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>References\WiimoteLib.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="..\..\SolutionInfo.cs"> @@ -101,7 +104,6 @@ </ItemGroup> <ItemGroup> <Content Include="Icon.ico" /> - <Content Include="References\WiimoteLib.dll" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |