13
13
<FileAlignment >512</FileAlignment >
14
14
<ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
15
15
<WarningLevel >4</WarningLevel >
16
+ <NuGetPackageImportStamp >
17
+ </NuGetPackageImportStamp >
16
18
</PropertyGroup >
17
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
20
<PlatformTarget >AnyCPU</PlatformTarget >
51
53
<Paket >True</Paket >
52
54
<Link >VirtualCollection/VirtualizingWrapPanel.cs</Link >
53
55
</Compile >
56
+ <Reference Include =" Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
57
+ <HintPath >..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll</HintPath >
58
+ <Private >False</Private >
59
+ </Reference >
54
60
<Reference Include =" PresentationFramework.Aero2" />
55
61
<Reference Include =" System" />
56
62
<Reference Include =" System.Configuration" />
400
406
<Generator >ResXFileCodeGenerator</Generator >
401
407
<LastGenOutput >Resources.Designer.cs</LastGenOutput >
402
408
</EmbeddedResource >
409
+ <None Include =" packages.config" />
403
410
<None Include =" paket.references" />
404
411
<None Include =" Properties\Settings.settings" >
405
412
<Generator >SettingsSingleFileGenerator</Generator >
444
451
</ItemGroup >
445
452
<ItemGroup >
446
453
<Content Include =" ExternalDependency\CodeDisplayer.dll" />
454
+ <None Include =" FodyWeavers.xml" />
447
455
</ItemGroup >
448
456
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
449
457
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
454
462
</Target>
455
463
-->
456
464
<Import Project =" ..\.paket\paket.targets" />
465
+ <Import Project =" ..\packages\Fody.2.0.0\build\dotnet\Fody.targets" Condition =" Exists('..\packages\Fody.2.0.0\build\dotnet\Fody.targets')" />
466
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
467
+ <PropertyGroup >
468
+ <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 >
469
+ </PropertyGroup >
470
+ <Error Condition =" !Exists('..\packages\Fody.2.0.0\build\dotnet\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.2.0.0\build\dotnet\Fody.targets'))" />
471
+ <Error Condition =" !Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets'))" />
472
+ </Target >
473
+ <Import Project =" ..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets" Condition =" Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" />
457
474
</Project >
0 commit comments