|
8 | 8 | <BuiltInComInteropSupport>true</BuiltInComInteropSupport> |
9 | 9 | <ApplicationManifest>app.manifest</ApplicationManifest> |
10 | 10 | <AssemblyName>Caly</AssemblyName> |
11 | | - <Version>0.0.1</Version> |
| 11 | + <Version>0.1.0.0</Version> |
12 | 12 | <JsonSerializerIsReflectionEnabledByDefault>false</JsonSerializerIsReflectionEnabledByDefault> |
13 | 13 | </PropertyGroup> |
14 | 14 |
|
|
17 | 17 | <!--https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trimming-options?pivots=dotnet-8-0--> |
18 | 18 |
|
19 | 19 | <ItemGroup> |
20 | | - <DirectPInvoke Include="libSkiaSharp" /> |
| 20 | + <DirectPInvoke Include="libSkiaSharp" Condition="$(RuntimeIdentifier.StartsWith('win'))" /> |
21 | 21 | <NativeLibrary Include="..\native\skia.lib" Condition="$(RuntimeIdentifier.StartsWith('win'))" /> |
22 | 22 | <NativeLibrary Include="..\native\SkiaSharp.lib" Condition="$(RuntimeIdentifier.StartsWith('win'))" /> |
23 | | - <NativeLibrary Include="TBD.a" Condition="!$(RuntimeIdentifier.StartsWith('win'))" /> |
| 23 | + <!--<NativeLibrary Include="TBD.a" Condition="!$(RuntimeIdentifier.StartsWith('win'))" />--> |
24 | 24 |
|
25 | | - <DirectPInvoke Include="libHarfBuzzSharp" /> |
| 25 | + <DirectPInvoke Include="libHarfBuzzSharp" Condition="$(RuntimeIdentifier.StartsWith('win'))" /> |
26 | 26 | <NativeLibrary Include="..\native\libHarfBuzzSharp.lib" Condition="$(RuntimeIdentifier.StartsWith('win'))" /> |
27 | | - <NativeLibrary Include="TBD.a" Condition="!$(RuntimeIdentifier.StartsWith('win'))" /> |
28 | 27 | </ItemGroup> |
29 | 28 |
|
30 | 29 | <PropertyGroup Condition="'$(Configuration)'=='Release'"> |
|
48 | 47 |
|
49 | 48 | <StripSymbols>true</StripSymbols> |
50 | 49 |
|
51 | | - <!-- |
52 | 50 | <XmlResolverIsNetworkingEnabledByDefault>false</XmlResolverIsNetworkingEnabledByDefault> |
53 | 51 | <UseSystemResourceKeys>true</UseSystemResourceKeys> |
54 | 52 | <DebuggerSupport>false</DebuggerSupport> |
55 | 53 | <TrimmerRemoveSymbols>true</TrimmerRemoveSymbols> |
56 | 54 | <StackTraceSupport>false</StackTraceSupport> |
57 | | - --> |
58 | 55 | </PropertyGroup> |
59 | 56 |
|
60 | 57 | <PropertyGroup> |
|
0 commit comments