71 |
|
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
72 |
|
<Link>Properties\SharedAssemblyInfo.cs</Link> |
73 |
|
</Compile> |
74 |
+ |
<Compile Include="Docking\FloatingAboutBox.cs"> |
75 |
+ |
<SubType>Form</SubType> |
76 |
+ |
</Compile> |
77 |
+ |
<Compile Include="Docking\FloatingAboutBox.Designer.cs"> |
78 |
+ |
<DependentUpon>FloatingAboutBox.cs</DependentUpon> |
79 |
+ |
</Compile> |
80 |
|
<Compile Include="Docking\FloatingLogWindow.cs"> |
81 |
|
<SubType>Form</SubType> |
82 |
|
</Compile> |
103 |
|
<Compile Include="RomCheaterConfigDialog.Designer.cs"> |
104 |
|
<DependentUpon>RomCheaterConfigDialog.cs</DependentUpon> |
105 |
|
</Compile> |
106 |
+ |
<EmbeddedResource Include="Docking\FloatingAboutBox.resx"> |
107 |
+ |
<DependentUpon>FloatingAboutBox.cs</DependentUpon> |
108 |
+ |
</EmbeddedResource> |
109 |
|
<EmbeddedResource Include="Docking\FloatingLogWindow.resx"> |
110 |
|
<DependentUpon>FloatingLogWindow.cs</DependentUpon> |
111 |
|
</EmbeddedResource> |
187 |
|
<Link>Plugins\RomCheater.CorePlugins.pdb</Link> |
188 |
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
189 |
|
</Content> |
190 |
+ |
<Content Include="current-version.txt"> |
191 |
+ |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
192 |
+ |
</Content> |
193 |
|
</ItemGroup> |
194 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
195 |
|
<PropertyGroup> |