|
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>
|
18 | 19 | <StartupObject />
|
19 | 20 | </PropertyGroup>
|
20 | 21 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
21 | 22 | <PlatformTarget>AnyCPU</PlatformTarget>
|
22 | 23 | <OutputPath>bin\Debug\</OutputPath>
|
23 |
| - <DefineConstants>DEBUG;NET40</DefineConstants> |
24 |
| - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
25 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
26 |
| - </PropertyGroup> |
27 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
28 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
29 |
| - <OutputPath>bin\Release\</OutputPath> |
30 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
31 |
| - <DefineConstants>NET40</DefineConstants> |
32 |
| - </PropertyGroup> |
33 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug-Net45|AnyCPU'"> |
34 |
| - <DebugSymbols>true</DebugSymbols> |
35 |
| - <OutputPath>bin\Debug-Net45\</OutputPath> |
36 | 24 | <DefineConstants>DEBUG;NET45</DefineConstants>
|
37 | 25 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
38 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
39 |
| - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
40 | 26 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
| 27 | + <Prefer32Bit>false</Prefer32Bit> |
41 | 28 | </PropertyGroup>
|
42 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release-Net45|AnyCPU'"> |
43 |
| - <OutputPath>bin\Release-Net45\</OutputPath> |
| 29 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
44 | 30 | <PlatformTarget>AnyCPU</PlatformTarget>
|
45 |
| - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 31 | + <OutputPath>bin\Release\</OutputPath> |
46 | 32 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
47 | 33 | <DefineConstants>NET45</DefineConstants>
|
| 34 | + <Prefer32Bit>false</Prefer32Bit> |
48 | 35 | </PropertyGroup>
|
49 |
| - <ItemGroup Condition="'$(Configuration)' == 'Debug' Or '$(Configuration)' == 'Release'"> |
50 |
| - <Reference Include="Microsoft.Threading.Tasks"> |
51 |
| - <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath> |
52 |
| - </Reference> |
53 |
| - <Reference Include="Microsoft.Threading.Tasks.Extensions"> |
54 |
| - <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath> |
55 |
| - </Reference> |
56 |
| - <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop"> |
57 |
| - <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath> |
58 |
| - </Reference> |
59 |
| - <Reference Include="System.IO"> |
60 |
| - <HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.IO.dll</HintPath> |
61 |
| - </Reference> |
62 |
| - <Reference Include="System.Runtime"> |
63 |
| - <HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.Runtime.dll</HintPath> |
64 |
| - </Reference> |
65 |
| - <Reference Include="System.Threading.Tasks"> |
66 |
| - <HintPath>..\packages\Microsoft.Bcl.1.1.10\lib\net40\System.Threading.Tasks.dll</HintPath> |
67 |
| - </Reference> |
68 |
| - </ItemGroup> |
69 | 36 | <ItemGroup>
|
70 | 37 | <Reference Include="Ionic.Zip, Version=1.9.8.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
|
71 | 38 | <HintPath>..\packages\DotNetZip.1.9.8\lib\net20\Ionic.Zip.dll</HintPath>
|
|
119 | 86 | <ItemGroup />
|
120 | 87 | <ItemGroup>
|
121 | 88 | <None Include="app.config" />
|
122 |
| - </ItemGroup> |
123 |
| - <ItemGroup Condition="'$(Configuration)' == 'Debug' Or '$(Configuration)' == 'Release'"> |
124 |
| - <None Include="packages.config"> |
125 |
| - <SubType>Designer</SubType> |
126 |
| - </None> |
127 |
| - </ItemGroup> |
128 |
| - <ItemGroup Condition="'$(Configuration)' == 'Debug-Net45' Or '$(Configuration)' == 'Release-Net45'"> |
129 |
| - <None Include="packages-Net45.config" /> |
| 89 | + <None Include="packages.config" /> |
130 | 90 | </ItemGroup>
|
131 | 91 | <ItemGroup>
|
132 | 92 | <None Include="makecert.exe">
|
|
141 | 101 | </PropertyGroup>
|
142 | 102 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
143 | 103 | </Target>
|
144 |
| - <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')" /> |
145 |
| - <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''"> |
146 |
| - <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" /> |
147 |
| - <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" /> |
148 |
| - </Target> |
149 | 104 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
150 | 105 | Other similar extension points exist, see Microsoft.Common.targets.
|
151 | 106 | <Target Name="BeforeBuild">
|
|
0 commit comments