|
14 | 14 | <FileVersion>$(Version)</FileVersion>
|
15 | 15 | <AssemblyName>ObjectEditor</AssemblyName>
|
16 | 16 | <Product>$(AssemblyName) $(Version)</Product>
|
| 17 | + <!-- This is a dummy version that is replaced with the real version either at runtime or at package build time --> |
| 18 | + <Version>1.2.3</Version> |
17 | 19 | <Authors>LeftofZen</Authors>
|
18 | 20 | <ProduceReferenceAssembly>False</ProduceReferenceAssembly>
|
19 | 21 | </PropertyGroup>
|
|
23 | 25 | </ItemGroup>
|
24 | 26 |
|
25 | 27 | <ItemGroup>
|
26 |
| - <PackageReference Include="Avalonia" Version="11.1.1" /> |
27 |
| - <PackageReference Include="Avalonia.Controls.ColorPicker" Version="11.1.1" /> |
28 |
| - <PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.1" /> |
29 |
| - <PackageReference Include="Avalonia.Controls.ItemsRepeater" Version="11.1.1" /> |
30 |
| - <PackageReference Include="Avalonia.Desktop" Version="11.1.1" /> |
31 |
| - <PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.1" /> |
32 |
| - <PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.1" /> |
| 28 | + <None Remove="version.txt" /> |
| 29 | + </ItemGroup> |
| 30 | + |
| 31 | + <ItemGroup> |
| 32 | + <EmbeddedResource Include="version.txt" /> |
| 33 | + </ItemGroup> |
| 34 | + |
| 35 | + <ItemGroup> |
| 36 | + <PackageReference Include="Avalonia" Version="11.1.3" /> |
| 37 | + <PackageReference Include="Avalonia.Controls.ColorPicker" Version="11.1.3" /> |
| 38 | + <PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.3" /> |
| 39 | + <PackageReference Include="Avalonia.Controls.ItemsRepeater" Version="11.1.3" /> |
| 40 | + <PackageReference Include="Avalonia.Desktop" Version="11.1.3" /> |
| 41 | + <PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.3" /> |
| 42 | + <PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.3" /> |
33 | 43 | <!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
|
34 |
| - <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.0" /> |
35 |
| - <PackageReference Include="Avalonia.ReactiveUI" Version="11.1.1" /> |
| 44 | + <PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.3" /> |
| 45 | + <PackageReference Include="Avalonia.ReactiveUI" Version="11.1.3" /> |
36 | 46 | <PackageReference Include="bodong.Avalonia.PropertyGrid" Version="11.1.1.1" />
|
37 | 47 | <PackageReference Include="bodong.PropertyModels" Version="11.1.1.1" />
|
38 | 48 | <PackageReference Include="Material.Icons.Avalonia" Version="2.1.10" />
|
|
44 | 54 | </ItemGroup>
|
45 | 55 |
|
46 | 56 | <ItemGroup>
|
47 |
| - <ProjectReference Include="..\Core\Core.csproj" /> |
48 |
| - <ProjectReference Include="..\Shared\Shared.csproj" /> |
| 57 | + <ProjectReference Include="..\Dat\Dat.csproj" /> |
| 58 | + <ProjectReference Include="..\DatabaseSchema\DatabaseSchema.csproj" /> |
| 59 | + <ProjectReference Include="..\Common\Common.csproj" /> |
49 | 60 | </ItemGroup>
|
50 | 61 | </Project>
|
0 commit comments