﻿<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
	<PropertyGroup>
		<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
		<ProductVersion>8.0.40920</ProductVersion>
		<SchemaVersion>2.0</SchemaVersion>
		<ProjectGuid>{BAAEA471-1750-4E83-B991-C1454F080F59}</ProjectGuid>
		<OutputType>WinExe</OutputType>
		<AppDesignerFolder>Properties</AppDesignerFolder>
		<RootNamespace>$safeprojectname$</RootNamespace>
		<AssemblyName>$safeprojectname$</AssemblyName>
		<ApplicationIcon>Resources\App.ico</ApplicationIcon>
	</PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
		<DebugType>full</DebugType>
		<Optimize>false</Optimize>
		<OutputPath>bin\Debug\</OutputPath>
		<DefineConstants>DEBUG;TRACE</DefineConstants>
		<ErrorReport>prompt</ErrorReport>
		<WarningLevel>4</WarningLevel>
	</PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
		<DebugType>pdbonly</DebugType>
		<Optimize>true</Optimize>
		<OutputPath>bin\Release\</OutputPath>
		<DefineConstants>TRACE</DefineConstants>
		<ErrorReport>prompt</ErrorReport>
		<WarningLevel>4</WarningLevel>
	</PropertyGroup>
	<ItemGroup>
		<Reference Include="System" />
		<Reference Include="System.Data" />
		<Reference Include="System.Drawing" />
		<Reference Include="System.Windows.Forms" />
		<Reference Include="System.Xml" />
	</ItemGroup>
	<ItemGroup>
		<Compile Include="Properties\Resources.Designer.cs">
			<AutoGen>True</AutoGen>
			<DesignTime>True</DesignTime>
			<DependentUpon>Resources.resx</DependentUpon>
		</Compile>
		<Compile Include="UI\IItem.cs" />
		<Compile Include="Properties\Settings.designer.cs">
			<AutoGen>True</AutoGen>
			<DependentUpon>Settings.settings</DependentUpon>
			<DesignTimeSharedInput>True</DesignTimeSharedInput>
		</Compile>
		<Compile Include="Rss\RssChannel.cs" />
		<Compile Include="Rss\RssItem.cs" />
		<Compile Include="ScreenSaverForm.cs">
			<SubType>Form</SubType>
		</Compile>
		<Compile Include="ScreenSaverForm.Designer.cs">
			<DependentUpon>ScreenSaverForm.cs</DependentUpon>
		</Compile>
		<Compile Include="OptionsForm.cs">
			<SubType>Form</SubType>
		</Compile>
		<Compile Include="OptionsForm.Designer.cs">
			<DependentUpon>OptionsForm.cs</DependentUpon>
		</Compile>
		<Compile Include="Program.cs" />
		<Compile Include="Properties\AssemblyInfo.cs" />
		<EmbeddedResource Include="Properties\Resources.resx">
			<Generator>ResXFileCodeGenerator</Generator>
			<LastGenOutput>Resources.Designer.cs</LastGenOutput>
		</EmbeddedResource>
		<None Include="Properties\Settings.settings">
			<Generator>SettingsSingleFileGenerator</Generator>
			<LastGenOutput>Settings.designer.cs</LastGenOutput>
		</None>
		<Compile Include="UI\ItemDescriptionView.cs">
		</Compile>
		<Compile Include="Rss\RssFeed.cs" />
		<Compile Include="UI\ItemListView.cs" />
	</ItemGroup>
	<ItemGroup>
		<Content Include="Resources\App.ico" />
		<Content Include="Documentation\ScreenSaverStarterKit.htm" />
		<Content Include="Documentation\Images\side-vc.gif" />
		<Content Include="Documentation\Images\title.jpg" />
		<Content Include="Documentation\Images\topjump-vc.gif" />
		<Content Include="Documentation\Images\top-vc.gif" />
		<Content Include="Documentation\Images\screensaver_thumbnail.png" />
		<None Include="Resources\SSaverBackground2.jpg" />
		<None Include="Resources\SSaverBackground.jpg" />
	</ItemGroup>
	<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->

 </Project>
