ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CheatPlugin/RomCheater.CheatPlugin.csproj
(Generate patch)

Comparing trunk/RomCheater.CheatPlugin/RomCheater.CheatPlugin.csproj (file contents):
Revision 437 by william, Tue May 28 18:08:23 2013 UTC vs.
Revision 440 by william, Tue May 28 19:10:10 2013 UTC

# Line 37 | Line 37
37      <Reference Include="System" />
38      <Reference Include="System.Data" />
39      <Reference Include="System.Data.DataSetExtensions" />
40 +    <Reference Include="System.Drawing" />
41 +    <Reference Include="System.Windows.Forms" />
42      <Reference Include="System.Xml" />
43      <Reference Include="System.Xml.Linq" />
44    </ItemGroup>
# Line 44 | Line 46
46      <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
47        <Link>Properties\SharedAssemblyInfo.cs</Link>
48      </Compile>
49 +    <Compile Include="CheatCodeDockContent.cs">
50 +      <SubType>Form</SubType>
51 +    </Compile>
52 +    <Compile Include="CheatCodeDockContent.Designer.cs">
53 +      <DependentUpon>CheatCodeDockContent.cs</DependentUpon>
54 +    </Compile>
55      <Compile Include="CheatCodePlugin.cs" />
56      <Compile Include="Properties\AssemblyInfo.cs" />
57    </ItemGroup>
58    <ItemGroup>
59 +    <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj">
60 +      <Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project>
61 +      <Name>WinFormsUI</Name>
62 +    </ProjectReference>
63      <ProjectReference Include="..\RomCheater.Core\RomCheater.Core.csproj">
64        <Project>{A229722A-A477-4954-8BCB-9E3BD51B7D0B}</Project>
65        <Name>RomCheater.Core</Name>
# Line 64 | Line 76
76    <ItemGroup>
77      <None Include="Properties\AssemblyInfo.cs.tmpl" />
78    </ItemGroup>
79 +  <ItemGroup>
80 +    <EmbeddedResource Include="CheatCodeDockContent.resx">
81 +      <DependentUpon>CheatCodeDockContent.cs</DependentUpon>
82 +    </EmbeddedResource>
83 +  </ItemGroup>
84    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
85    <PropertyGroup>
86      <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines