--- trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/09 17:03:36 77 +++ trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/09 22:23:18 93 @@ -64,11 +64,32 @@ <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> + <Compile Include="Config\DolphinConfig.cs" /> + <Compile Include="Config\GenericConfig.cs" /> + <Compile Include="Config\PCSX2Config.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> <None Include="Properties\AssemblyInfo.cs.tmpl" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj"> + <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project> + <Name>RomCheater.Logging</Name> + </ProjectReference> + <ProjectReference Include="..\RomCheater.PluginFramework\RomCheater.PluginFramework.csproj"> + <Project>{BA5A023F-B51B-4FAA-9477-B3C842FF47CA}</Project> + <Name>RomCheater.PluginFramework</Name> + </ProjectReference> + <ProjectReference Include="..\Win32\Sojaner.MemoryScanner\Sojaner.MemoryScanner.csproj"> + <Project>{2A1D13EE-9C82-46F1-B02E-27A1C3E5F8A0}</Project> + <Name>Sojaner.MemoryScanner</Name> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <Folder Include="Input\" /> + <Folder Include="Window\" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |