ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj
(Generate patch)

Comparing trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj (file contents):
Revision 436 by william, Wed Jun 20 13:24:49 2012 UTC vs.
Revision 437 by william, Tue May 28 18:08:23 2013 UTC

--- trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj	2013/05/28 17:17:19	436
+++ trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj	2013/05/28 18:08:23	437
@@ -49,18 +49,21 @@
     <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
       <Link>Properties\SharedAssemblyInfo.cs</Link>
     </Compile>
+    <Compile Include="Core\AssemblyGuid.cs" />
     <Compile Include="Core\ConfigPlugin.cs" />
     <Compile Include="Core\GuidGenerator.cs" />
     <Compile Include="Core\InputPlugin.cs" />
     <Compile Include="Core\PluginBase.cs" />
     <Compile Include="Core\PluginLoader.cs" />
     <Compile Include="Core\ProcContainer.cs" />
+    <Compile Include="Core\UserControlPlugin.cs" />
     <Compile Include="Core\WindowPlugin.cs" />
     <Compile Include="dummy.cs" />
     <Compile Include="Events\BaseEventHandler.cs" />
     <Compile Include="Events\IAcceptsMemoryAddress.cs" />
     <Compile Include="Events\MemorySearchChangedEventArgs.cs" />
     <Compile Include="Events\ProcessChangedEventArgs.cs" />
+    <Compile Include="Interfaces\IAssemblyGuid.cs" />
     <Compile Include="Interfaces\PluginInterfaces.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>