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

Comparing trunk/RomCheater/RomCheater.csproj (file contents):
Revision 146 by william, Sun May 27 22:24:30 2012 UTC vs.
Revision 147 by william, Sun May 27 23:05:18 2012 UTC

--- trunk/RomCheater/RomCheater.csproj	2012/05/27 22:24:30	146
+++ trunk/RomCheater/RomCheater.csproj	2012/05/27 23:05:18	147
@@ -71,6 +71,12 @@
     <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs">
       <Link>Properties\SharedAssemblyInfo.cs</Link>
     </Compile>
+    <Compile Include="Docking\FloatingAboutBox.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Docking\FloatingAboutBox.Designer.cs">
+      <DependentUpon>FloatingAboutBox.cs</DependentUpon>
+    </Compile>
     <Compile Include="Docking\FloatingLogWindow.cs">
       <SubType>Form</SubType>
     </Compile>
@@ -97,6 +103,9 @@
     <Compile Include="RomCheaterConfigDialog.Designer.cs">
       <DependentUpon>RomCheaterConfigDialog.cs</DependentUpon>
     </Compile>
+    <EmbeddedResource Include="Docking\FloatingAboutBox.resx">
+      <DependentUpon>FloatingAboutBox.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="Docking\FloatingLogWindow.resx">
       <DependentUpon>FloatingLogWindow.cs</DependentUpon>
     </EmbeddedResource>
@@ -178,6 +187,9 @@
       <Link>Plugins\RomCheater.CorePlugins.pdb</Link>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="current-version.txt">
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>