Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj 2012/05/09 19:51:42 87 +++ trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj 2012/05/09 20:52:20 88 @@ -51,6 +51,7 @@ <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> + <Reference Include="System.Drawing" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> @@ -66,6 +67,7 @@ <Compile Include="Core\InputPlugin.cs" /> <Compile Include="Core\PluginBase.cs" /> <Compile Include="Core\PluginLoader.cs" /> + <Compile Include="Core\ProcContainer.cs" /> <Compile Include="Core\WindowPlugin.cs" /> <Compile Include="Interfaces\PluginInterfaces.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> @@ -78,6 +80,10 @@ <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> <Name>RomCheater.Logging</Name> </ProjectReference> + <ProjectReference Include="..\Win32\libWin32\libWin32.csproj"> + <Project>{71AF0FC7-39B7-4AE2-A462-176E4FEF229D}</Project> + <Name>libWin32</Name> + </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup>
ViewVC Help | |
Powered by ViewVC 1.1.22 |