1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project ToolsVersion="3.5" 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.30729</ProductVersion> |
---|
7 | <SchemaVersion>2.0</SchemaVersion> |
---|
8 | <ProjectGuid>{26E69F21-9BDE-4BD2-9B13-C463E1E8C2AB}</ProjectGuid> |
---|
9 | <OutputType>WinExe</OutputType> |
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
---|
11 | <RootNamespace>PicasaFindMyPhotos</RootNamespace> |
---|
12 | <AssemblyName>Picasa Face Tag Extraction</AssemblyName> |
---|
13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
---|
14 | <FileAlignment>512</FileAlignment> |
---|
15 | <ManifestCertificateThumbprint>8DCB91CCD43BFD47947684B22D9CB8C08301A31F</ManifestCertificateThumbprint> |
---|
16 | <ManifestKeyFile>PicasaMyPhotos_TemporaryKey.pfx</ManifestKeyFile> |
---|
17 | <GenerateManifests>true</GenerateManifests> |
---|
18 | <SignManifests>true</SignManifests> |
---|
19 | <IsWebBootstrapper>false</IsWebBootstrapper> |
---|
20 | <PublishUrl>c:\temp\pic\</PublishUrl> |
---|
21 | <Install>true</Install> |
---|
22 | <InstallFrom>Disk</InstallFrom> |
---|
23 | <UpdateEnabled>false</UpdateEnabled> |
---|
24 | <UpdateMode>Foreground</UpdateMode> |
---|
25 | <UpdateInterval>7</UpdateInterval> |
---|
26 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
---|
27 | <UpdatePeriodically>false</UpdatePeriodically> |
---|
28 | <UpdateRequired>false</UpdateRequired> |
---|
29 | <MapFileExtensions>true</MapFileExtensions> |
---|
30 | <WebPage>publish.htm</WebPage> |
---|
31 | <ApplicationRevision>4</ApplicationRevision> |
---|
32 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
---|
33 | <UseApplicationTrust>false</UseApplicationTrust> |
---|
34 | <PublishWizardCompleted>true</PublishWizardCompleted> |
---|
35 | <BootstrapperEnabled>true</BootstrapperEnabled> |
---|
36 | </PropertyGroup> |
---|
37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
---|
38 | <DebugSymbols>true</DebugSymbols> |
---|
39 | <DebugType>full</DebugType> |
---|
40 | <Optimize>false</Optimize> |
---|
41 | <OutputPath>bin\Debug\</OutputPath> |
---|
42 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
---|
43 | <ErrorReport>prompt</ErrorReport> |
---|
44 | <WarningLevel>4</WarningLevel> |
---|
45 | </PropertyGroup> |
---|
46 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
---|
47 | <DebugType>pdbonly</DebugType> |
---|
48 | <Optimize>true</Optimize> |
---|
49 | <OutputPath>bin\Release\</OutputPath> |
---|
50 | <DefineConstants>TRACE</DefineConstants> |
---|
51 | <ErrorReport>prompt</ErrorReport> |
---|
52 | <WarningLevel>4</WarningLevel> |
---|
53 | </PropertyGroup> |
---|
54 | <ItemGroup> |
---|
55 | <Reference Include="MySql.Data, Version=6.5.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> |
---|
56 | <Private>True</Private> |
---|
57 | </Reference> |
---|
58 | <Reference Include="System" /> |
---|
59 | <Reference Include="System.Core"> |
---|
60 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
---|
61 | </Reference> |
---|
62 | <Reference Include="System.Xml.Linq"> |
---|
63 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
---|
64 | </Reference> |
---|
65 | <Reference Include="System.Data.DataSetExtensions"> |
---|
66 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
---|
67 | </Reference> |
---|
68 | <Reference Include="System.Data" /> |
---|
69 | <Reference Include="System.Deployment" /> |
---|
70 | <Reference Include="System.Drawing" /> |
---|
71 | <Reference Include="System.Windows.Forms" /> |
---|
72 | <Reference Include="System.Xml" /> |
---|
73 | </ItemGroup> |
---|
74 | <ItemGroup> |
---|
75 | <Compile Include="Form1.cs"> |
---|
76 | <SubType>Form</SubType> |
---|
77 | </Compile> |
---|
78 | <Compile Include="Form1.Designer.cs"> |
---|
79 | <DependentUpon>Form1.cs</DependentUpon> |
---|
80 | </Compile> |
---|
81 | <Compile Include="FormSettings.Designer.cs"> |
---|
82 | <AutoGen>True</AutoGen> |
---|
83 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
---|
84 | <DependentUpon>FormSettings.settings</DependentUpon> |
---|
85 | </Compile> |
---|
86 | <Compile Include="Program.cs" /> |
---|
87 | <Compile Include="Properties\AssemblyInfo.cs" /> |
---|
88 | <EmbeddedResource Include="Form1.resx"> |
---|
89 | <DependentUpon>Form1.cs</DependentUpon> |
---|
90 | </EmbeddedResource> |
---|
91 | <EmbeddedResource Include="Properties\Resources.resx"> |
---|
92 | <Generator>ResXFileCodeGenerator</Generator> |
---|
93 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
---|
94 | <SubType>Designer</SubType> |
---|
95 | </EmbeddedResource> |
---|
96 | <Compile Include="Properties\Resources.Designer.cs"> |
---|
97 | <AutoGen>True</AutoGen> |
---|
98 | <DependentUpon>Resources.resx</DependentUpon> |
---|
99 | <DesignTime>True</DesignTime> |
---|
100 | </Compile> |
---|
101 | <None Include="app.config" /> |
---|
102 | <None Include="FormSettings.settings"> |
---|
103 | <Generator>SettingsSingleFileGenerator</Generator> |
---|
104 | <LastGenOutput>FormSettings.Designer.cs</LastGenOutput> |
---|
105 | </None> |
---|
106 | <None Include="PicasaMyPhotos_TemporaryKey.pfx" /> |
---|
107 | <None Include="Properties\Settings.settings"> |
---|
108 | <Generator>SettingsSingleFileGenerator</Generator> |
---|
109 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
---|
110 | </None> |
---|
111 | <Compile Include="Properties\Settings.Designer.cs"> |
---|
112 | <AutoGen>True</AutoGen> |
---|
113 | <DependentUpon>Settings.settings</DependentUpon> |
---|
114 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
---|
115 | </Compile> |
---|
116 | </ItemGroup> |
---|
117 | <ItemGroup> |
---|
118 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
---|
119 | <Visible>False</Visible> |
---|
120 | <ProductName>.NET Framework Client Profile</ProductName> |
---|
121 | <Install>false</Install> |
---|
122 | </BootstrapperPackage> |
---|
123 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
---|
124 | <Visible>False</Visible> |
---|
125 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
---|
126 | <Install>false</Install> |
---|
127 | </BootstrapperPackage> |
---|
128 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
---|
129 | <Visible>False</Visible> |
---|
130 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
---|
131 | <Install>false</Install> |
---|
132 | </BootstrapperPackage> |
---|
133 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
---|
134 | <Visible>False</Visible> |
---|
135 | <ProductName>.NET Framework 3.5</ProductName> |
---|
136 | <Install>false</Install> |
---|
137 | </BootstrapperPackage> |
---|
138 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
---|
139 | <Visible>False</Visible> |
---|
140 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
---|
141 | <Install>true</Install> |
---|
142 | </BootstrapperPackage> |
---|
143 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
---|
144 | <Visible>False</Visible> |
---|
145 | <ProductName>Windows Installer 3.1</ProductName> |
---|
146 | <Install>true</Install> |
---|
147 | </BootstrapperPackage> |
---|
148 | </ItemGroup> |
---|
149 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
---|
150 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
---|
151 | Other similar extension points exist, see Microsoft.Common.targets. |
---|
152 | <Target Name="BeforeBuild"> |
---|
153 | </Target> |
---|
154 | <Target Name="AfterBuild"> |
---|
155 | </Target> |
---|
156 | --> |
---|
157 | </Project> |
---|