Minor documentation improvements.
[pub/USBasp.git] / Projects / LEDNotifier / HotmailNotifierApp / MailNotifier.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{64376AAC-32C5-4A78-80CC-407A6B9824FE}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>MailNotifier</RootNamespace>
12 <AssemblyName>MailNotifier</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <OldToolsVersion>3.5</OldToolsVersion>
18 <UpgradeBackupLocation />
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>bin\Debug\</OutputPath>
25 <DefineConstants>DEBUG;TRACE</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <DebugType>pdbonly</DebugType>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="System" />
39 <Reference Include="System.Xml.Linq">
40 <RequiredTargetFramework>3.5</RequiredTargetFramework>
41 </Reference>
42 <Reference Include="System.Data.DataSetExtensions">
43 <RequiredTargetFramework>3.5</RequiredTargetFramework>
44 </Reference>
45 <Reference Include="System.Data" />
46 <Reference Include="System.Deployment" />
47 <Reference Include="System.Drawing" />
48 <Reference Include="System.Windows.Forms" />
49 <Reference Include="System.Xml" />
50 </ItemGroup>
51 <ItemGroup>
52 <Compile Include="MailNotifier.cs">
53 <SubType>Form</SubType>
54 </Compile>
55 <Compile Include="MailNotifier.Designer.cs">
56 <DependentUpon>MailNotifier.cs</DependentUpon>
57 </Compile>
58 <Compile Include="Program.cs" />
59 <Compile Include="Properties\AssemblyInfo.cs" />
60 <EmbeddedResource Include="MailNotifier.resx">
61 <DependentUpon>MailNotifier.cs</DependentUpon>
62 <SubType>Designer</SubType>
63 </EmbeddedResource>
64 <EmbeddedResource Include="Properties\Resources.resx">
65 <Generator>ResXFileCodeGenerator</Generator>
66 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
67 <SubType>Designer</SubType>
68 </EmbeddedResource>
69 <Compile Include="Properties\Resources.Designer.cs">
70 <AutoGen>True</AutoGen>
71 <DependentUpon>Resources.resx</DependentUpon>
72 <DesignTime>True</DesignTime>
73 </Compile>
74 <None Include="Properties\Settings.settings">
75 <Generator>SettingsSingleFileGenerator</Generator>
76 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
77 </None>
78 <Compile Include="Properties\Settings.Designer.cs">
79 <AutoGen>True</AutoGen>
80 <DependentUpon>Settings.settings</DependentUpon>
81 <DesignTimeSharedInput>True</DesignTimeSharedInput>
82 </Compile>
83 </ItemGroup>
84 <ItemGroup>
85 <COMReference Include="MessengerAPI">
86 <Guid>{E02AD29E-80F5-46C6-B416-9B3EBDDF057E}</Guid>
87 <VersionMajor>1</VersionMajor>
88 <VersionMinor>0</VersionMinor>
89 <Lcid>0</Lcid>
90 <WrapperTool>tlbimp</WrapperTool>
91 <Isolated>False</Isolated>
92 </COMReference>
93 </ItemGroup>
94 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
95 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96 Other similar extension points exist, see Microsoft.Common.targets.
97 <Target Name="BeforeBuild">
98 </Target>
99 <Target Name="AfterBuild">
100 </Target>
101 -->
102 </Project>