|
14 | 14 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
15 | 15 | <WarningLevel>4</WarningLevel> |
16 | 16 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 17 | + <NuGetPackageImportStamp> |
| 18 | + </NuGetPackageImportStamp> |
17 | 19 | </PropertyGroup> |
18 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 21 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
171 | 173 | <Generator>ResXFileCodeGenerator</Generator> |
172 | 174 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
173 | 175 | </EmbeddedResource> |
174 | | - <None Include="packages.config" /> |
| 176 | + <None Include="packages.config"> |
| 177 | + <SubType>Designer</SubType> |
| 178 | + </None> |
175 | 179 | <None Include="Properties\Settings.settings"> |
176 | 180 | <Generator>SettingsSingleFileGenerator</Generator> |
177 | 181 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
195 | 199 | <Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" /> |
196 | 200 | <Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" /> |
197 | 201 | </ItemGroup> |
| 202 | + <ItemGroup> |
| 203 | + <Resource Include="FodyWeavers.xml" /> |
| 204 | + </ItemGroup> |
198 | 205 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 206 | + <Import Project="..\packages\Fody.1.28.3\build\Fody.targets" Condition="Exists('..\packages\Fody.1.28.3\build\Fody.targets')" /> |
| 207 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 208 | + <PropertyGroup> |
| 209 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 210 | + </PropertyGroup> |
| 211 | + <Error Condition="!Exists('..\packages\Fody.1.28.3\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.28.3\build\Fody.targets'))" /> |
| 212 | + </Target> |
199 | 213 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
200 | 214 | Other similar extension points exist, see Microsoft.Common.targets. |
201 | 215 | <Target Name="BeforeBuild"> |
|
0 commit comments