--- trunk/EmuXPortal/EmuXPortal.csproj 2012/04/03 20:35:32 12 +++ trunk/EmuXPortal/EmuXPortal.csproj 2012/04/03 21:00:28 13 @@ -48,6 +48,7 @@ </ItemGroup> <ItemGroup> <Compile Include="Api\ConfigLoader.cs" /> + <Compile Include="Api\DisplayHelper.cs" /> <Compile Include="Form1.cs"> <SubType>Form</SubType> </Compile> @@ -56,6 +57,9 @@ </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <EmbeddedResource Include="Form1.resx"> + <DependentUpon>Form1.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> |