comparison QuickQR.csproj @ 0:aca8706f4eec default tip

Initial commit
author Brad Greco <brad@bgreco.net>
date Mon, 13 Oct 2014 21:28:19 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:aca8706f4eec
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>{3B93C67C-DFAF-404C-8E99-82BF71FADC51}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>QuickQR</RootNamespace>
12 <AssemblyName>QuickQR</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <TargetFrameworkProfile>
15 </TargetFrameworkProfile>
16 <FileAlignment>512</FileAlignment>
17 <PublishUrl>publish\</PublishUrl>
18 <Install>true</Install>
19 <InstallFrom>Disk</InstallFrom>
20 <UpdateEnabled>false</UpdateEnabled>
21 <UpdateMode>Foreground</UpdateMode>
22 <UpdateInterval>7</UpdateInterval>
23 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24 <UpdatePeriodically>false</UpdatePeriodically>
25 <UpdateRequired>false</UpdateRequired>
26 <MapFileExtensions>true</MapFileExtensions>
27 <ApplicationRevision>0</ApplicationRevision>
28 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29 <IsWebBootstrapper>false</IsWebBootstrapper>
30 <UseApplicationTrust>false</UseApplicationTrust>
31 <BootstrapperEnabled>true</BootstrapperEnabled>
32 </PropertyGroup>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34 <PlatformTarget>x86</PlatformTarget>
35 <DebugSymbols>true</DebugSymbols>
36 <DebugType>full</DebugType>
37 <Optimize>false</Optimize>
38 <OutputPath>bin\Debug\</OutputPath>
39 <DefineConstants>DEBUG;TRACE</DefineConstants>
40 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel>
42 </PropertyGroup>
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
44 <PlatformTarget>x86</PlatformTarget>
45 <DebugType>pdbonly</DebugType>
46 <Optimize>true</Optimize>
47 <OutputPath>bin\Release\</OutputPath>
48 <DefineConstants>TRACE</DefineConstants>
49 <ErrorReport>prompt</ErrorReport>
50 <WarningLevel>4</WarningLevel>
51 </PropertyGroup>
52 <PropertyGroup />
53 <PropertyGroup>
54 <NoWin32Manifest>true</NoWin32Manifest>
55 </PropertyGroup>
56 <PropertyGroup>
57 <ApplicationIcon>resources\qr.ico</ApplicationIcon>
58 </PropertyGroup>
59 <ItemGroup>
60 <Reference Include="System" />
61 <Reference Include="System.Data" />
62 <Reference Include="System.Deployment" />
63 <Reference Include="System.Drawing" />
64 <Reference Include="System.Windows.Forms" />
65 <Reference Include="System.Xml" />
66 <Reference Include="zxing">
67 <HintPath>lib\zxing\net2.0\zxing.dll</HintPath>
68 </Reference>
69 </ItemGroup>
70 <ItemGroup>
71 <Compile Include="AboutForm.cs">
72 <SubType>Form</SubType>
73 </Compile>
74 <Compile Include="AboutForm.Designer.cs">
75 <DependentUpon>AboutForm.cs</DependentUpon>
76 </Compile>
77 <Compile Include="KeyBinding.cs" />
78 <Compile Include="QRForm.cs">
79 <SubType>Form</SubType>
80 </Compile>
81 <Compile Include="QRForm.Designer.cs">
82 <DependentUpon>QRForm.cs</DependentUpon>
83 </Compile>
84 <Compile Include="Program.cs" />
85 <Compile Include="Properties\AssemblyInfo.cs" />
86 <Compile Include="SetHotkey.cs">
87 <SubType>Form</SubType>
88 </Compile>
89 <Compile Include="SetHotkey.Designer.cs">
90 <DependentUpon>SetHotkey.cs</DependentUpon>
91 </Compile>
92 <Compile Include="Settings.cs" />
93 <EmbeddedResource Include="AboutForm.resx">
94 <DependentUpon>AboutForm.cs</DependentUpon>
95 </EmbeddedResource>
96 <EmbeddedResource Include="QRForm.resx">
97 <DependentUpon>QRForm.cs</DependentUpon>
98 </EmbeddedResource>
99 <EmbeddedResource Include="Properties\Resources.resx">
100 <Generator>ResXFileCodeGenerator</Generator>
101 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
102 <SubType>Designer</SubType>
103 </EmbeddedResource>
104 <Compile Include="Properties\Resources.Designer.cs">
105 <AutoGen>True</AutoGen>
106 <DependentUpon>Resources.resx</DependentUpon>
107 <DesignTime>True</DesignTime>
108 </Compile>
109 <EmbeddedResource Include="SetHotkey.resx">
110 <DependentUpon>SetHotkey.cs</DependentUpon>
111 </EmbeddedResource>
112 <None Include="app.config" />
113 </ItemGroup>
114 <ItemGroup>
115 <None Include="resources\qr.ico" />
116 </ItemGroup>
117 <ItemGroup>
118 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
119 <Visible>False</Visible>
120 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
121 <Install>false</Install>
122 </BootstrapperPackage>
123 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
124 <Visible>False</Visible>
125 <ProductName>.NET Framework 3.5 SP1</ProductName>
126 <Install>true</Install>
127 </BootstrapperPackage>
128 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
129 <Visible>False</Visible>
130 <ProductName>Windows Installer 3.1</ProductName>
131 <Install>true</Install>
132 </BootstrapperPackage>
133 </ItemGroup>
134 <ItemGroup>
135 <None Include="resources\url.png" />
136 </ItemGroup>
137 <ItemGroup>
138 <None Include="resources\qr2.ico" />
139 </ItemGroup>
140 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
141 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
142 Other similar extension points exist, see Microsoft.Common.targets.
143 <Target Name="BeforeBuild">
144 </Target>
145 <Target Name="AfterBuild">
146 </Target>
147 -->
148 </Project>