--- trunk/NexusPowerControl/NexusPowerControl.csproj 2011/10/22 08:22:48 7 +++ trunk/NexusPowerControl/NexusPowerControl.csproj 2011/10/22 08:58:41 8 @@ -54,6 +54,7 @@ </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="ThemeLoader.cs" /> <EmbeddedResource Include="Form1.resx"> <DependentUpon>Form1.cs</DependentUpon> </EmbeddedResource> @@ -67,6 +68,7 @@ <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> </Compile> + <None Include="app.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> @@ -78,7 +80,9 @@ </Compile> </ItemGroup> <ItemGroup> - <None Include="theme\Aero LowRes.png" /> + <Content Include="theme\AeroLowRes\theme.xml" /> + <Content Include="theme\themes.xml" /> + <None Include="theme\AeroLowRes\main.png" /> <Content Include="theme\wsFullBody.png" /> <Content Include="theme\WsWeather.png" /> </ItemGroup> |