--- trunk/RomCheater.CheatPlugin/RomCheater.CheatPlugin.csproj 2013/05/28 17:15:40 434 +++ trunk/RomCheater.CheatPlugin/RomCheater.CheatPlugin.csproj 2013/05/28 19:10:10 440 @@ -37,6 +37,8 @@ <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Data.DataSetExtensions" /> + <Reference Include="System.Drawing" /> + <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> <Reference Include="System.Xml.Linq" /> </ItemGroup> @@ -44,9 +46,20 @@ <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> + <Compile Include="CheatCodeDockContent.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="CheatCodeDockContent.Designer.cs"> + <DependentUpon>CheatCodeDockContent.cs</DependentUpon> + </Compile> + <Compile Include="CheatCodePlugin.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj"> + <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project> + <Name>WinFormsUI</Name> + </ProjectReference> <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj"> <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project> <Name>RomCheater.Core</Name> @@ -63,6 +76,11 @@ <ItemGroup> <None Include="Properties\AssemblyInfo.cs.tmpl" /> </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="CheatCodeDockContent.resx"> + <DependentUpon>CheatCodeDockContent.cs</DependentUpon> + </EmbeddedResource> + </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> |