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> |
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> |
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> |