|
86 | 86 | </AssemblyOriginatorKeyFile>
|
87 | 87 | </PropertyGroup>
|
88 | 88 | <ItemGroup>
|
89 |
| - <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
90 |
| - <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
91 |
| - </Reference> |
92 | 89 | <Reference Include="System" />
|
93 | 90 | <Reference Include="System.Configuration" />
|
94 | 91 | <Reference Include="System.Drawing" />
|
95 | 92 | <Reference Include="System.Management" />
|
96 |
| - <Reference Include="System.Runtime.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
97 |
| - <SpecificVersion>False</SpecificVersion> |
98 |
| - <HintPath>$(SystemRoot)\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.WindowsRuntime.dll</HintPath> |
99 |
| - </Reference> |
100 | 93 | <Reference Include="System.Windows.Forms" />
|
101 | 94 | <Reference Include="Microsoft.CSharp" />
|
102 | 95 | <Reference Include="System.Core" />
|
103 | 96 | <Reference Include="System.Xaml">
|
104 | 97 | <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
105 | 98 | </Reference>
|
106 |
| - <Reference Include="Windows"> |
107 |
| - </Reference> |
108 |
| - <Reference Include="Windows.Foundation.FoundationContract"> |
109 |
| - </Reference> |
110 |
| - <Reference Include="Windows.Foundation.UniversalApiContract"> |
111 |
| - </Reference> |
| 99 | + <Reference Include="Windows" /> |
| 100 | + <Reference Include="Windows.Foundation.FoundationContract" /> |
| 101 | + <Reference Include="Windows.Foundation.UniversalApiContract" /> |
112 | 102 | <Reference Include="WindowsBase" />
|
113 | 103 | <Reference Include="PresentationCore" />
|
114 | 104 | <Reference Include="PresentationFramework" />
|
|
201 | 191 | <Resource Include="Resources\app_black_16.ico" />
|
202 | 192 | <Resource Include="Resources\app.png" />
|
203 | 193 | <Resource Include="Resources\app_white.png" />
|
204 |
| - <None Include="packages.config" /> |
205 | 194 | <None Include="Resources\app_white_16.ico" />
|
206 | 195 | <None Include="Resources\app_16.ico" />
|
207 | 196 | <EmbeddedResource Include="Properties\Resources.resx">
|
|
268 | 257 | <ItemGroup>
|
269 | 258 | <Folder Include="ExtensionMethods\" />
|
270 | 259 | </ItemGroup>
|
| 260 | + <ItemGroup> |
| 261 | + <PackageReference Include="Microsoft.Windows.SDK.Contracts"> |
| 262 | + <Version>10.0.26100.1742</Version> |
| 263 | + </PackageReference> |
| 264 | + <PackageReference Include="Newtonsoft.Json"> |
| 265 | + <Version>13.0.1</Version> |
| 266 | + </PackageReference> |
| 267 | + </ItemGroup> |
271 | 268 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
272 | 269 | <PropertyGroup>
|
273 | 270 | <PreBuildEvent>
|
|
0 commit comments