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 13 by william, Wed May 9 06:15:28 2012 UTC vs.
Revision 23 by william, Wed May 9 08:51:38 2012 UTC

--- trunk/RomCheater/RomCheater.csproj	2012/05/09 06:15:28	13
+++ trunk/RomCheater/RomCheater.csproj	2012/05/09 08:51:38	23
@@ -54,6 +54,9 @@
     </Compile>
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
+    <EmbeddedResource Include="Main.resx">
+      <DependentUpon>Main.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="Properties\Resources.resx">
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
@@ -73,6 +76,12 @@
       <DesignTimeSharedInput>True</DesignTimeSharedInput>
     </Compile>
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\RomCheater.Logging\RomCheater.Logging.csproj">
+      <Project>{6A508C91-B8BB-4FE5-B9A8-C72D1832BC04}</Project>
+      <Name>RomCheater.Logging</Name>
+    </ProjectReference>
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.