|
58 | 58 | <ApplicationManifest>app.manifest</ApplicationManifest>
|
59 | 59 | </PropertyGroup>
|
60 | 60 | <ItemGroup>
|
| 61 | + <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 62 | + <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath> |
| 63 | + </Reference> |
| 64 | + <Reference Include="mscorlib" /> |
61 | 65 | <Reference Include="System" />
|
| 66 | + <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 67 | + <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> |
| 68 | + </Reference> |
62 | 69 | <Reference Include="System.Configuration" />
|
63 | 70 | <Reference Include="System.Data" />
|
64 | 71 | <Reference Include="System.Drawing" />
|
| 72 | + <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 73 | + <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath> |
| 74 | + </Reference> |
| 75 | + <Reference Include="System.Numerics" /> |
| 76 | + <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 77 | + <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> |
| 78 | + </Reference> |
| 79 | + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 80 | + <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 81 | + </Reference> |
| 82 | + <Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 83 | + <HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath> |
| 84 | + </Reference> |
| 85 | + <Reference Include="System.Text.Json, Version=8.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 86 | + <HintPath>..\packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll</HintPath> |
| 87 | + </Reference> |
| 88 | + <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 89 | + <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath> |
| 90 | + </Reference> |
| 91 | + <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 92 | + <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> |
| 93 | + </Reference> |
65 | 94 | <Reference Include="System.Windows.Forms" />
|
66 | 95 | <Reference Include="System.Xml" />
|
67 | 96 | <Reference Include="Microsoft.CSharp" />
|
|
88 | 117 | <Compile Include="Data\Platform.cs" />
|
89 | 118 | <Compile Include="Data\Tabs.cs" />
|
90 | 119 | <Compile Include="Data\ThemeColor.cs" />
|
| 120 | + <Compile Include="Data\UnityVersion.cs" /> |
| 121 | + <Compile Include="Data\UnityVersionResponse.cs" /> |
| 122 | + <Compile Include="Data\UnityVersionStream.cs" /> |
91 | 123 | <Compile Include="GetProjects.cs" />
|
92 | 124 | <Compile Include="GetUnityInstallations.cs" />
|
93 | 125 | <Compile Include="GetUnityUpdates.cs" />
|
|
105 | 137 | </Compile>
|
106 | 138 | <Compile Include="Tools.cs" />
|
107 | 139 | <Compile Include="Data\UnityInstallation.cs" />
|
108 |
| - <Compile Include="Data\Updates.cs" /> |
109 | 140 | <Compile Include="UpgradeWindow.xaml.cs">
|
110 | 141 | <DependentUpon>UpgradeWindow.xaml</DependentUpon>
|
111 | 142 | </Compile>
|
|
163 | 194 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
164 | 195 | </EmbeddedResource>
|
165 | 196 | <None Include="app.manifest" />
|
| 197 | + <None Include="packages.config" /> |
166 | 198 | <None Include="Properties\Settings.settings">
|
167 | 199 | <Generator>SettingsSingleFileGenerator</Generator>
|
168 | 200 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
189 | 221 | <ItemGroup>
|
190 | 222 | <Resource Include="Images\icon.png" />
|
191 | 223 | </ItemGroup>
|
| 224 | + <ItemGroup> |
| 225 | + <EmbeddedResource Include="Resources\UnityVersionCache.json" /> |
| 226 | + </ItemGroup> |
192 | 227 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
193 | 228 | <!-- PowerShell command to feed current timestamp into version.cs (it is displayed in the app -->
|
194 | 229 | <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
|
0 commit comments