--- trunk/NexusPowerControl/NexusPowerControl.csproj 2011/10/21 21:50:13 4 +++ trunk/NexusPowerControl/NexusPowerControl.csproj 2011/10/22 08:22:48 7 @@ -54,6 +54,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> @@ -62,6 +65,7 @@ <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> + <DesignTime>True</DesignTime> </Compile> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> @@ -73,6 +77,11 @@ <DesignTimeSharedInput>True</DesignTimeSharedInput> </Compile> </ItemGroup> + <ItemGroup> + <None Include="theme\Aero LowRes.png" /> + <Content Include="theme\wsFullBody.png" /> + <Content Include="theme\WsWeather.png" /> + </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. |