1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProjectGuid>{03B6B131-B9B6-4536-8F18-B5C45E642411}</ProjectGuid>
6 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7 <RootNamespace>TextBoxPopup</RootNamespace>
8 <AssemblyName>TextBoxPopup</AssemblyName>
9 <WarningLevel>4</WarningLevel>
10 <OutputType>winexe</OutputType>
11 <MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
12 <IsWebBootstrapper>false</IsWebBootstrapper>
13 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation>
18 <OldToolsVersion>2.0</OldToolsVersion>
19 <PublishUrl>Publish\</PublishUrl>
20 <Install>true</Install>
21 <InstallFrom>Web</InstallFrom>
22 <UpdateEnabled>true</UpdateEnabled>
23 <UpdateMode>Foreground</UpdateMode>
24 <UpdateInterval>7</UpdateInterval>
25 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26 <UpdatePeriodically>false</UpdatePeriodically>
27 <UpdateRequired>false</UpdateRequired>
28 <MapFileExtensions>false</MapFileExtensions>
29 <ApplicationRevision>0</ApplicationRevision>
30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31 <UseApplicationTrust>false</UseApplicationTrust>
32 <BootstrapperEnabled>true</BootstrapperEnabled>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35 <DebugSymbols>true</DebugSymbols>
36 <DebugType>full</DebugType>
37 <Optimize>false</Optimize>
38 <OutputPath>.\bin\Debug\</OutputPath>
39 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42 <DebugSymbols>false</DebugSymbols>
43 <Optimize>true</Optimize>
44 <OutputPath>.\bin\Release\</OutputPath>
45 <DefineConstants>TRACE</DefineConstants>
48 <Reference Include="mscorlib" />
49 <Reference Include="System" />
50 <Reference Include="System.Data" />
51 <Reference Include="System.Xml" />
52 <Reference Include="WindowsBase" />
53 <Reference Include="PresentationCore" />
54 <Reference Include="PresentationFramework" />
55 <Reference Include="UIAutomationProvider" />
56 <Reference Include="UIAutomationTypes" />
57 <Reference Include="ReachFramework" />
58 <Reference Include="System.Printing" />
59 <Reference Include="System.ServiceModel" />
60 <Reference Include="System.Runtime.Serialization" />
61 <Reference Include="System.IdentityModel" />
64 <ApplicationDefinition Include="App.xaml">
65 <Generator>MSBuild:Compile</Generator>
66 <SubType>Designer</SubType>
67 </ApplicationDefinition>
68 <Page Include="themes\generic.xaml">
69 <Generator>MSBuild:Compile</Generator>
70 <SubType>Designer</SubType>
72 <Page Include="Window1.xaml">
73 <Generator>MSBuild:Compile</Generator>
74 <SubType>Designer</SubType>
76 <Compile Include="App.xaml.cs">
77 <DependentUpon>App.xaml</DependentUpon>
78 <SubType>Code</SubType>
80 <Compile Include="Window1.xaml.cs">
81 <DependentUpon>Window1.xaml</DependentUpon>
82 <SubType>Code</SubType>
86 <Compile Include="AssemblyInfo.cs" />
87 <Compile Include="EditablePopup.cs" />
88 <AppDesigner Include="Properties\" />
91 <Resource Include="Images\Dresden.JPG" />
92 <Resource Include="Images\Prague.JPG" />
95 <Resource Include="Images\Berlin.JPG" />
96 <Resource Include="Images\Budapest.JPG" />
99 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
100 <Visible>False</Visible>
101 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
102 <Install>false</Install>
103 </BootstrapperPackage>
104 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
105 <Visible>False</Visible>
106 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
107 <Install>true</Install>
108 </BootstrapperPackage>
109 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
110 <Visible>False</Visible>
111 <ProductName>.NET Framework 3.5</ProductName>
112 <Install>false</Install>
113 </BootstrapperPackage>
114 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
115 <Visible>False</Visible>
116 <ProductName>Windows Installer 3.1</ProductName>
117 <Install>true</Install>
118 </BootstrapperPackage>
121 <Folder Include="Properties\" />
123 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />