|
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | | - <ProjectGuid>{4FF5E04F-3425-4F55-A50A-30CEBA7C2B95}</ProjectGuid> |
| 7 | + <ProjectGuid>{3847A7F4-3F6B-4626-AF4C-8FDFBA6165F2}</ProjectGuid> |
8 | 8 | <OutputType>Library</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>EventHook</RootNamespace> |
11 | 11 | <AssemblyName>EventHook</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
15 | 15 | <RestorePackages>true</RestorePackages> |
| 16 | + <TargetFrameworkProfile /> |
16 | 17 | </PropertyGroup> |
17 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | 19 | <DebugSymbols>true</DebugSymbols> |
19 | 20 | <DebugType>full</DebugType> |
20 | 21 | <Optimize>false</Optimize> |
21 | 22 | <OutputPath>bin\Debug\</OutputPath> |
22 | | - <DefineConstants>TRACE;DEBUG;NET40</DefineConstants> |
| 23 | + <DefineConstants>TRACE;DEBUG;NET45</DefineConstants> |
23 | 24 | <ErrorReport>prompt</ErrorReport> |
24 | 25 | <WarningLevel>4</WarningLevel> |
25 | 26 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
26 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 27 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 28 | + <Prefer32Bit>false</Prefer32Bit> |
27 | 29 | </PropertyGroup> |
28 | 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 | 31 | <DebugType>pdbonly</DebugType> |
30 | 32 | <Optimize>true</Optimize> |
31 | 33 | <OutputPath>bin\Release\</OutputPath> |
32 | | - <DefineConstants>TRACE;NET40</DefineConstants> |
| 34 | + <DefineConstants>TRACE;NET45</DefineConstants> |
33 | 35 | <ErrorReport>prompt</ErrorReport> |
34 | 36 | <WarningLevel>4</WarningLevel> |
35 | 37 | <PlatformTarget>AnyCPU</PlatformTarget> |
36 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
37 | | - </PropertyGroup> |
38 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-Net45|AnyCPU'"> |
39 | | - <DebugSymbols>true</DebugSymbols> |
40 | | - <OutputPath>bin\Debug-Net45\</OutputPath> |
41 | | - <DefineConstants>TRACE;DEBUG;NET45</DefineConstants> |
42 | | - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
43 | | - <DebugType>full</DebugType> |
44 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
45 | | - <ErrorReport>prompt</ErrorReport> |
46 | | - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
47 | 38 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 39 | + <Prefer32Bit>false</Prefer32Bit> |
48 | 40 | </PropertyGroup> |
49 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-Net45|AnyCPU'"> |
50 | | - <OutputPath>bin\Release-Net45\</OutputPath> |
51 | | - <DefineConstants>TRACE;NET45</DefineConstants> |
52 | | - <Optimize>true</Optimize> |
53 | | - <DebugType>pdbonly</DebugType> |
54 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
55 | | - <ErrorReport>prompt</ErrorReport> |
56 | | - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
57 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
58 | | - </PropertyGroup> |
59 | | - <ItemGroup Condition=" '$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'"> |
60 | | - <Reference Include="Microsoft.Office.Interop.Outlook, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL"> |
61 | | - <EmbedInteropTypes>True</EmbedInteropTypes> |
62 | | - </Reference> |
63 | | - <Reference Include="Microsoft.Threading.Tasks"> |
64 | | - <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.dll</HintPath> |
65 | | - </Reference> |
66 | | - <Reference Include="Microsoft.Threading.Tasks.Extensions"> |
67 | | - <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath> |
68 | | - </Reference> |
69 | | - <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop"> |
70 | | - <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath> |
71 | | - </Reference> |
72 | | - <Reference Include="Nito.AsyncEx"> |
73 | | - <HintPath>..\packages\Nito.AsyncEx.2.1.3\lib\net40\Nito.AsyncEx.dll</HintPath> |
74 | | - </Reference> |
75 | | - <Reference Include="Nito.AsyncEx.Concurrent"> |
76 | | - <HintPath>..\packages\Nito.AsyncEx.2.1.3\lib\net40\Nito.AsyncEx.Concurrent.dll</HintPath> |
77 | | - </Reference> |
78 | | - <Reference Include="Nito.AsyncEx.Enlightenment"> |
79 | | - <HintPath>..\packages\Nito.AsyncEx.2.1.3\lib\net40\Nito.AsyncEx.Enlightenment.dll</HintPath> |
80 | | - </Reference> |
81 | | - <Reference Include="PresentationCore" /> |
82 | | - <Reference Include="PresentationFramework" /> |
83 | | - <Reference Include="System" /> |
84 | | - <Reference Include="System.Core" /> |
85 | | - <Reference Include="System.Drawing" /> |
86 | | - <Reference Include="System.IO"> |
87 | | - <HintPath>..\packages\Microsoft.Bcl.1.1.7\lib\net40\System.IO.dll</HintPath> |
88 | | - </Reference> |
89 | | - <Reference Include="System.Net" /> |
90 | | - <Reference Include="System.Printing" /> |
91 | | - <Reference Include="System.Runtime"> |
92 | | - <HintPath>..\packages\Microsoft.Bcl.1.1.7\lib\net40\System.Runtime.dll</HintPath> |
93 | | - </Reference> |
94 | | - <Reference Include="System.Threading.Tasks"> |
95 | | - <HintPath>..\packages\Microsoft.Bcl.1.1.7\lib\net40\System.Threading.Tasks.dll</HintPath> |
96 | | - </Reference> |
97 | | - <Reference Include="System.Windows.Forms" /> |
98 | | - <Reference Include="System.Xaml" /> |
99 | | - <Reference Include="System.Xml.Linq" /> |
100 | | - <Reference Include="System.Data.DataSetExtensions" /> |
101 | | - <Reference Include="Microsoft.CSharp" /> |
102 | | - <Reference Include="System.Data" /> |
103 | | - <Reference Include="System.Xml" /> |
104 | | - <Reference Include="UIAutomationClient" /> |
105 | | - <Reference Include="UIAutomationProvider" /> |
106 | | - <Reference Include="UIAutomationTypes" /> |
107 | | - <Reference Include="WindowsBase" /> |
108 | | - </ItemGroup> |
109 | | - <ItemGroup Condition=" '$(Configuration)'=='Debug-Net45' Or '$(Configuration)'=='Release-Net45'"> |
| 41 | + <ItemGroup> |
110 | 42 | <Reference Include="Microsoft.Office.Interop.Outlook, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL"> |
111 | 43 | <EmbedInteropTypes>True</EmbedInteropTypes> |
112 | 44 | </Reference> |
|
167 | 99 | </ItemGroup> |
168 | 100 | <ItemGroup> |
169 | 101 | <None Include="app.config" /> |
170 | | - </ItemGroup> |
171 | | - <ItemGroup Condition=" '$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'"> |
172 | 102 | <None Include="packages.config" /> |
173 | 103 | </ItemGroup> |
174 | | - <ItemGroup Condition=" '$(Configuration)'=='Debug-Net45' Or '$(Configuration)'=='Release-Net45'"> |
175 | | - <None Include="packages-Net45.config" /> |
176 | | - </ItemGroup> |
177 | 104 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
178 | | - <Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" /> |
179 | | - <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''"> |
180 | | - <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" /> |
181 | | - <Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" /> |
182 | | - </Target> |
183 | 105 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
184 | 106 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
185 | 107 | <PropertyGroup> |
|
0 commit comments