--- trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj 2012/05/09 17:48:05 82 +++ trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj 2012/05/09 17:48:15 83 @@ -64,7 +64,9 @@ <Compile Include="Core\ConfigPlugin.cs" /> <Compile Include="Core\InputPlugin.cs" /> <Compile Include="Core\PluginBase.cs" /> + <Compile Include="Core\PluginLoader.cs" /> <Compile Include="Core\WindowPlugin.cs" /> + <Compile Include="Interfaces\PluginInterfaces.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> |