comparison ShortcutKeyFinder/ShortcutKeyFinder.csproj @ 0:209d9210c18f default tip

It works.
author Brad Greco <brad@bgreco.net>
date Sat, 25 Jun 2016 13:42:54 +1000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:209d9210c18f
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{0BFA5ACD-DDA4-4723-AFE2-3E66EECFEAB1}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>ShortcutKeyFinder</RootNamespace>
11 <AssemblyName>ShortcutKeyFinder</AssemblyName>
12 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <TargetFrameworkProfile />
15 <IsWebBootstrapper>false</IsWebBootstrapper>
16 <PublishUrl>publish\</PublishUrl>
17 <Install>true</Install>
18 <InstallFrom>Disk</InstallFrom>
19 <UpdateEnabled>false</UpdateEnabled>
20 <UpdateMode>Foreground</UpdateMode>
21 <UpdateInterval>7</UpdateInterval>
22 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23 <UpdatePeriodically>false</UpdatePeriodically>
24 <UpdateRequired>false</UpdateRequired>
25 <MapFileExtensions>true</MapFileExtensions>
26 <ApplicationRevision>0</ApplicationRevision>
27 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28 <UseApplicationTrust>false</UseApplicationTrust>
29 <BootstrapperEnabled>true</BootstrapperEnabled>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32 <PlatformTarget>AnyCPU</PlatformTarget>
33 <DebugSymbols>true</DebugSymbols>
34 <DebugType>full</DebugType>
35 <Optimize>false</Optimize>
36 <OutputPath>bin\Debug\</OutputPath>
37 <DefineConstants>DEBUG;TRACE</DefineConstants>
38 <ErrorReport>prompt</ErrorReport>
39 <WarningLevel>4</WarningLevel>
40 <Prefer32Bit>false</Prefer32Bit>
41 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
42 </PropertyGroup>
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44 <PlatformTarget>AnyCPU</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 <Prefer32Bit>false</Prefer32Bit>
52 </PropertyGroup>
53 <PropertyGroup>
54 <SignAssembly>false</SignAssembly>
55 </PropertyGroup>
56 <PropertyGroup>
57 <NoWin32Manifest>true</NoWin32Manifest>
58 </PropertyGroup>
59 <PropertyGroup>
60 <ApplicationIcon>keyboard.ico</ApplicationIcon>
61 </PropertyGroup>
62 <ItemGroup>
63 <Reference Include="System" />
64 <Reference Include="System.Core" />
65 <Reference Include="System.Net" />
66 <Reference Include="System.Xml.Linq" />
67 <Reference Include="System.Data.DataSetExtensions" />
68 <Reference Include="Microsoft.CSharp" />
69 <Reference Include="System.Data" />
70 <Reference Include="System.Deployment" />
71 <Reference Include="System.Drawing" />
72 <Reference Include="System.Windows.Forms" />
73 <Reference Include="System.Xml" />
74 </ItemGroup>
75 <ItemGroup>
76 <Compile Include="Hotkey.cs" />
77 <Compile Include="MainForm.cs">
78 <SubType>Form</SubType>
79 </Compile>
80 <Compile Include="MainForm.Designer.cs">
81 <DependentUpon>MainForm.cs</DependentUpon>
82 </Compile>
83 <Compile Include="Program.cs" />
84 <Compile Include="Properties\AssemblyInfo.cs" />
85 <Compile Include="Shortcut.cs" />
86 <Compile Include="ShortcutKeyFinder.cs" />
87 <Compile Include="Win32Helpers.cs" />
88 <EmbeddedResource Include="MainForm.resx">
89 <DependentUpon>MainForm.cs</DependentUpon>
90 <SubType>Designer</SubType>
91 </EmbeddedResource>
92 <EmbeddedResource Include="Properties\Resources.resx">
93 <Generator>ResXFileCodeGenerator</Generator>
94 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
95 <SubType>Designer</SubType>
96 </EmbeddedResource>
97 <Compile Include="Properties\Resources.Designer.cs">
98 <AutoGen>True</AutoGen>
99 <DependentUpon>Resources.resx</DependentUpon>
100 <DesignTime>True</DesignTime>
101 </Compile>
102 <None Include="Properties\Settings.settings">
103 <Generator>SettingsSingleFileGenerator</Generator>
104 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
105 </None>
106 <Compile Include="Properties\Settings.Designer.cs">
107 <AutoGen>True</AutoGen>
108 <DependentUpon>Settings.settings</DependentUpon>
109 <DesignTimeSharedInput>True</DesignTimeSharedInput>
110 </Compile>
111 </ItemGroup>
112 <ItemGroup>
113 <None Include="App.config" />
114 </ItemGroup>
115 <ItemGroup>
116 <BootstrapperPackage Include=".NETFramework,Version=v4.0">
117 <Visible>False</Visible>
118 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
119 <Install>true</Install>
120 </BootstrapperPackage>
121 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
122 <Visible>False</Visible>
123 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
124 <Install>false</Install>
125 </BootstrapperPackage>
126 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
127 <Visible>False</Visible>
128 <ProductName>.NET Framework 3.5 SP1</ProductName>
129 <Install>false</Install>
130 </BootstrapperPackage>
131 <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
132 <Visible>False</Visible>
133 <ProductName>Windows Installer 4.5</ProductName>
134 <Install>true</Install>
135 </BootstrapperPackage>
136 </ItemGroup>
137 <ItemGroup>
138 <Content Include="keyboard.ico" />
139 </ItemGroup>
140 <ItemGroup>
141 <Folder Include="Images\" />
142 </ItemGroup>
143 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
145 Other similar extension points exist, see Microsoft.Common.targets.
146 <Target Name="BeforeBuild">
147 </Target>
148 <Target Name="AfterBuild">
149 </Target>
150 -->
151 </Project>