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)' == '' " >x86</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{AAEC62D1-5C45-45F6-9225-193CD45C3E8F}</ProjectGuid >
9+ <OutputType >WinExe</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >Caffeinated</RootNamespace >
12+ <AssemblyName >Caffeinated</AssemblyName >
13+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14+ <TargetFrameworkProfile >
15+ </TargetFrameworkProfile >
16+ <FileAlignment >512</FileAlignment >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
19+ <PlatformTarget >x86</PlatformTarget >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
29+ <PlatformTarget >x86</PlatformTarget >
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+ <PropertyGroup >
38+ <ApplicationIcon >Resources\cup-coffee-icon.ico</ApplicationIcon >
39+ </PropertyGroup >
40+ <PropertyGroup >
41+ <StartupObject >Caffeinated.AppContext</StartupObject >
42+ </PropertyGroup >
43+ <ItemGroup >
44+ <Reference Include =" System" />
45+ <Reference Include =" System.Core" />
46+ <Reference Include =" System.Data" />
47+ <Reference Include =" System.Data.Linq" />
48+ <Reference Include =" System.Drawing" />
49+ <Reference Include =" System.Windows.Forms" />
50+ <Reference Include =" System.Xml" />
51+ <Reference Include =" System.Xml.Linq" />
52+ </ItemGroup >
53+ <ItemGroup >
54+ <Compile Include =" Settings.cs" />
55+ <Compile Include =" SettingsForm.cs" >
56+ <SubType >Form</SubType >
57+ </Compile >
58+ <Compile Include =" SettingsForm.Designer.cs" >
59+ <DependentUpon >SettingsForm.cs</DependentUpon >
60+ </Compile >
61+ <Compile Include =" Program.cs" />
62+ <Compile Include =" Properties\AssemblyInfo.cs" />
63+ <Compile Include =" Taskbar.cs" />
64+ <EmbeddedResource Include =" SettingsForm.resx" >
65+ <DependentUpon >SettingsForm.cs</DependentUpon >
66+ <SubType >Designer</SubType >
67+ </EmbeddedResource >
68+ <EmbeddedResource Include =" Properties\Resources.resx" >
69+ <Generator >ResXFileCodeGenerator</Generator >
70+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
71+ <SubType >Designer</SubType >
72+ </EmbeddedResource >
73+ <Compile Include =" Properties\Resources.Designer.cs" >
74+ <AutoGen >True</AutoGen >
75+ <DependentUpon >Resources.resx</DependentUpon >
76+ <DesignTime >True</DesignTime >
77+ </Compile >
78+ <None Include =" app.config" />
79+ <None Include =" Properties\Settings.settings" >
80+ <Generator >SettingsSingleFileGenerator</Generator >
81+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
82+ </None >
83+ <Compile Include =" Properties\Settings.Designer.cs" >
84+ <AutoGen >True</AutoGen >
85+ <DependentUpon >Settings.settings</DependentUpon >
86+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
87+ </Compile >
88+ </ItemGroup >
89+ <ItemGroup >
90+ <COMReference Include =" IWshRuntimeLibrary" >
91+ <Guid >{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid >
92+ <VersionMajor >1</VersionMajor >
93+ <VersionMinor >0</VersionMinor >
94+ <Lcid >0</Lcid >
95+ <WrapperTool >tlbimp</WrapperTool >
96+ <Isolated >False</Isolated >
97+ <EmbedInteropTypes >True</EmbedInteropTypes >
98+ </COMReference >
99+ </ItemGroup >
100+ <ItemGroup >
101+ <None Include =" Resources\cup-coffee-icon.ico" />
102+ </ItemGroup >
103+ <ItemGroup >
104+ <None Include =" Resources\cup-coffee-icon-bw.ico" />
105+ </ItemGroup >
106+ <ItemGroup >
107+ <None Include =" Resources\cup-coffee-icon-128.png" />
108+ </ItemGroup >
109+ <ItemGroup >
110+ <None Include =" Resources\cup-coffee-icon-48.png" />
111+ </ItemGroup >
112+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
113+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114+ Other similar extension points exist, see Microsoft.Common.targets.
115+ <Target Name="BeforeBuild">
116+ </Target>
117+ <Target Name="AfterBuild">
118+ </Target>
119+ -->
120+ </Project >
0 commit comments