54 |
|
</Compile> |
55 |
|
<Compile Include="Program.cs" /> |
56 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
57 |
+ |
<Compile Include="ThemeButton.cs"> |
58 |
+ |
<SubType>UserControl</SubType> |
59 |
+ |
</Compile> |
60 |
+ |
<Compile Include="ThemeButton.Designer.cs"> |
61 |
+ |
<DependentUpon>ThemeButton.cs</DependentUpon> |
62 |
+ |
</Compile> |
63 |
|
<Compile Include="ThemeLoader.cs" /> |
64 |
|
<EmbeddedResource Include="Form1.resx"> |
65 |
|
<DependentUpon>Form1.cs</DependentUpon> |
74 |
|
<DependentUpon>Resources.resx</DependentUpon> |
75 |
|
<DesignTime>True</DesignTime> |
76 |
|
</Compile> |
77 |
+ |
<EmbeddedResource Include="ThemeButton.resx"> |
78 |
+ |
<DependentUpon>ThemeButton.cs</DependentUpon> |
79 |
+ |
</EmbeddedResource> |
80 |
|
<None Include="app.config" /> |
81 |
|
<None Include="Properties\Settings.settings"> |
82 |
|
<Generator>SettingsSingleFileGenerator</Generator> |
92 |
|
<Content Include="theme\AeroLowRes\theme.xml"> |
93 |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
94 |
|
</Content> |
95 |
+ |
<Content Include="theme\missing.png"> |
96 |
+ |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
97 |
+ |
</Content> |
98 |
|
<Content Include="theme\themes.xml"> |
99 |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
100 |
|
</Content> |