|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
| - <Import Project="..\..\packages\PostSharp.6.2.9\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.2.9\build\PostSharp.props')" /> |
4 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
5 | 4 | <PropertyGroup>
|
6 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
38 | 37 | <WarningLevel>4</WarningLevel>
|
39 | 38 | </PropertyGroup>
|
40 | 39 | <ItemGroup>
|
41 |
| - <Reference Include="PostSharp, Version=6.2.9.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
42 |
| - <HintPath>..\..\packages\PostSharp.Redist.6.2.9\lib\net45\PostSharp.dll</HintPath> |
43 |
| - </Reference> |
44 |
| - <Reference Include="PostSharp.Patterns.Aggregation, Version=6.2.9.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL"> |
45 |
| - <HintPath>..\..\packages\PostSharp.Patterns.Aggregation.Redist.6.2.9\lib\net45\PostSharp.Patterns.Aggregation.dll</HintPath> |
46 |
| - </Reference> |
47 |
| - <Reference Include="PostSharp.Patterns.Common, Version=6.2.9.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL"> |
48 |
| - <HintPath>..\..\packages\PostSharp.Patterns.Common.Redist.6.2.9\lib\net47\PostSharp.Patterns.Common.dll</HintPath> |
49 |
| - </Reference> |
50 |
| - <Reference Include="PostSharp.Patterns.Model, Version=6.2.9.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL"> |
51 |
| - <HintPath>..\..\packages\PostSharp.Patterns.Model.Redist.6.2.9\lib\net40\PostSharp.Patterns.Model.dll</HintPath> |
52 |
| - </Reference> |
53 |
| - <Reference Include="PostSharp.Patterns.Threading, Version=6.2.9.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL"> |
54 |
| - <HintPath>..\..\packages\PostSharp.Patterns.Threading.Redist.6.2.9\lib\net45\PostSharp.Patterns.Threading.dll</HintPath> |
55 |
| - </Reference> |
56 |
| - <Reference Include="PostSharp.Patterns.Xaml, Version=6.2.9.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL"> |
57 |
| - <HintPath>..\..\packages\PostSharp.Patterns.Xaml.Redist.6.2.9\lib\net40\PostSharp.Patterns.Xaml.dll</HintPath> |
58 |
| - </Reference> |
59 | 40 | <Reference Include="System" />
|
60 | 41 | <Reference Include="System.Data" />
|
61 | 42 | <Reference Include="System.Xml" />
|
|
120 | 101 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
121 | 102 | </EmbeddedResource>
|
122 | 103 | <None Include="app.config" />
|
123 |
| - <None Include="packages.config" /> |
124 | 104 | <None Include="Properties\Settings.settings">
|
125 | 105 | <Generator>SettingsSingleFileGenerator</Generator>
|
126 | 106 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
127 | 107 | </None>
|
128 | 108 | <AppDesigner Include="Properties\" />
|
129 | 109 | <None Include="README.md" />
|
130 | 110 | </ItemGroup>
|
| 111 | + <ItemGroup> |
| 112 | + <PackageReference Include="PostSharp"> |
| 113 | + <Version>6.2.9</Version> |
| 114 | + </PackageReference> |
| 115 | + <PackageReference Include="PostSharp.Patterns.Threading"> |
| 116 | + <Version>6.2.9</Version> |
| 117 | + </PackageReference> |
| 118 | + <PackageReference Include="PostSharp.Patterns.Xaml"> |
| 119 | + <Version>6.2.9</Version> |
| 120 | + </PackageReference> |
| 121 | + </ItemGroup> |
131 | 122 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
132 |
| - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
133 |
| - <PropertyGroup> |
134 |
| - <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> |
135 |
| - </PropertyGroup> |
136 |
| - <Error Condition="!Exists('..\..\packages\PostSharp.6.2.9\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.2.9\build\PostSharp.props'))" /> |
137 |
| - <Error Condition="!Exists('..\..\packages\PostSharp.6.2.9\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.2.9\build\PostSharp.targets'))" /> |
138 |
| - </Target> |
139 |
| - <Import Project="..\..\packages\PostSharp.6.2.9\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.2.9\build\PostSharp.targets')" /> |
140 | 123 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
141 | 124 | Other similar extension points exist, see Microsoft.Common.targets.
|
142 | 125 | <Target Name="BeforeBuild">
|
|
0 commit comments