Skip to content

Commit

Permalink
Remove useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Yang committed Mar 29, 2015
1 parent b584d5a commit 1c661c0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 247 deletions.
23 changes: 1 addition & 22 deletions BingWallpaper/BingWallpaper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<LangVersion>4</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
Expand All @@ -34,10 +32,10 @@
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
<LangVersion>4</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand All @@ -62,29 +60,10 @@
<Compile Include="State.cs" />
<Compile Include="UrlHelper.cs" />
<Compile Include="WallpaperChangedEventArgs.cs" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="BingIcon.ico" />
Expand Down
68 changes: 0 additions & 68 deletions BingWallpaper/Properties/Resources.Designer.cs

This file was deleted.

120 changes: 0 additions & 120 deletions BingWallpaper/Properties/Resources.resx

This file was deleted.

30 changes: 0 additions & 30 deletions BingWallpaper/Properties/Settings.Designer.cs

This file was deleted.

7 changes: 0 additions & 7 deletions BingWallpaper/Properties/Settings.settings

This file was deleted.

0 comments on commit 1c661c0

Please sign in to comment.