--- trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj 2012/05/28 10:37:53 195 +++ trunk/RomCheater.PluginFramework/RomCheater.PluginFramework.csproj 2012/05/31 05:52:41 196 @@ -57,6 +57,8 @@ <Compile Include="Core\ProcContainer.cs" /> <Compile Include="Core\WindowPlugin.cs" /> <Compile Include="dummy.cs" /> + <Compile Include="Events\BaseEventHandler.cs" /> + <Compile Include="Events\ProcessChangedEventArgs.cs" /> <Compile Include="Interfaces\PluginInterfaces.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> |