patch two

This commit is contained in:
stubbfel
2013-07-17 10:49:34 +02:00
parent a433d47583
commit 9454a764d6
2 changed files with 9 additions and 3 deletions

View File

@@ -204,7 +204,11 @@
<DesignTime>True</DesignTime>
<DependentUpon>Constants.resx</DependentUpon>
</Compile>
<Compile Include="Resources\Icons.Designer.cs" />
<Compile Include="Resources\Icons.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Icons.resx</DependentUpon>
</Compile>
<Compile Include="ThemelizedIcons.cs" />
<Compile Include="Utility\Api.cs" />
<Compile Include="Utility\ApiEventHandler.cs" />
@@ -397,7 +401,9 @@
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Resources\Icons.resx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Icons.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>

View File

@@ -270,7 +270,7 @@ namespace CampusAppWP8.Resources
}
else
{
retValue = "/Assets/Icons/LiehgtTheme/";
retValue = "/Assets/Icons/LightTheme/";
}
retValue += ResourceManager.GetString(key, resourceCulture);