--- trunk/NexusPowerControl/NexusPowerControl.csproj 2011/10/22 08:58:41 8 +++ trunk/NexusPowerControl/NexusPowerControl.csproj 2011/10/22 09:46:14 9 @@ -80,9 +80,15 @@ </Compile> </ItemGroup> <ItemGroup> - <Content Include="theme\AeroLowRes\theme.xml" /> - <Content Include="theme\themes.xml" /> - <None Include="theme\AeroLowRes\main.png" /> + <Content Include="theme\AeroLowRes\theme.xml"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + <Content Include="theme\themes.xml"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + <None Include="theme\AeroLowRes\main.png"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> <Content Include="theme\wsFullBody.png" /> <Content Include="theme\WsWeather.png" /> </ItemGroup> |