54 |
|
</Compile> |
55 |
|
<Compile Include="Program.cs" /> |
56 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
57 |
+ |
<EmbeddedResource Include="Form1.resx"> |
58 |
+ |
<DependentUpon>Form1.cs</DependentUpon> |
59 |
+ |
</EmbeddedResource> |
60 |
|
<EmbeddedResource Include="Properties\Resources.resx"> |
61 |
|
<Generator>ResXFileCodeGenerator</Generator> |
62 |
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
65 |
|
<Compile Include="Properties\Resources.Designer.cs"> |
66 |
|
<AutoGen>True</AutoGen> |
67 |
|
<DependentUpon>Resources.resx</DependentUpon> |
68 |
+ |
<DesignTime>True</DesignTime> |
69 |
|
</Compile> |
70 |
|
<None Include="Properties\Settings.settings"> |
71 |
|
<Generator>SettingsSingleFileGenerator</Generator> |
77 |
|
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
78 |
|
</Compile> |
79 |
|
</ItemGroup> |
80 |
+ |
<ItemGroup> |
81 |
+ |
<None Include="theme\Aero LowRes.png" /> |
82 |
+ |
<Content Include="theme\wsFullBody.png" /> |
83 |
+ |
<Content Include="theme\WsWeather.png" /> |
84 |
+ |
</ItemGroup> |
85 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
86 |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
87 |
|
Other similar extension points exist, see Microsoft.Common.targets. |