--- trunk/RomCheater/RomCheater.csproj 2012/05/09 06:15:28 13 +++ trunk/RomCheater/RomCheater.csproj 2012/05/09 08:41:36 20 @@ -46,6 +46,7 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="AppConsts.cs" /> <Compile Include="Main.cs"> <SubType>Form</SubType> </Compile> @@ -54,6 +55,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 +77,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. |