|
53 | 53 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
54 | 54 | </PropertyGroup> |
55 | 55 | <ItemGroup> |
56 | | - <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
57 | | - <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath> |
58 | | - </Reference> |
59 | | - <Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
60 | | - <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath> |
61 | | - </Reference> |
62 | | - <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
63 | | - <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath> |
64 | | - </Reference> |
65 | 56 | <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
66 | 57 | <HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
67 | 58 | </Reference> |
|
90 | 81 | </ItemGroup> |
91 | 82 | <ItemGroup> |
92 | 83 | <None Include="app.config" /> |
93 | | - <None Include="packages.config" /> |
| 84 | + <None Include="packages.config"> |
| 85 | + <SubType>Designer</SubType> |
| 86 | + </None> |
94 | 87 | </ItemGroup> |
95 | 88 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
96 | | - <Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" /> |
97 | | - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
98 | | - <PropertyGroup> |
99 | | - <ErrorText>Questo progetto fa riferimento a uno o più pacchetti NuGet che non sono presenti in questo computer. Usare lo strumento di ripristino dei pacchetti NuGet per scaricarli. Per altre informazioni, vedere http://go.microsoft.com/fwlink/?LinkID=322105. Il file mancante è {0}.</ErrorText> |
100 | | - </PropertyGroup> |
101 | | - <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" /> |
102 | | - </Target> |
103 | 89 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
104 | 90 | Other similar extension points exist, see Microsoft.Common.targets. |
105 | 91 | <Target Name="BeforeBuild"> |
|
0 commit comments