--- trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj 2012/05/09 17:10:48 78 +++ trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj 2012/05/09 17:15:33 79 @@ -61,6 +61,10 @@ <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> + <Compile Include="Core\ConfigPlugin.cs" /> + <Compile Include="Core\InputPlugin.cs" /> + <Compile Include="Core\PluginBase.cs" /> + <Compile Include="Core\WindowPlugin.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> |