-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Platform.targets
23 lines (21 loc) · 882 Bytes
/
Platform.targets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project>
<Import Project="CodeGeneration.targets" />
<!-- App Metadata -->
<PropertyGroup>
<Version>0.0.2</Version>
<NeutralLanguage>en</NeutralLanguage>
</PropertyGroup>
<!-- Runtime & Publish Configuration -->
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishReadyToRun>true</PublishReadyToRun>
<DebugType>embedded</DebugType>
<GenerateProgramFile>false</GenerateProgramFile>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
</PropertyGroup>
</Project>