-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
24 lines (21 loc) · 853 Bytes
/
Directory.Build.props
File metadata and controls
24 lines (21 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<Configurations>Debug;Unstable;Release;ReleaseTesting;</Configurations>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<Deterministic>true</Deterministic>
<OutputType>Library</OutputType>
<TargetFramework>net48</TargetFramework>
<LangVersion>preview</LangVersion>
<FileAlignment>512</FileAlignment>
<AppDesignerFolder>Properties</AppDesignerFolder>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>CS0649</NoWarn>
<DebugType>embedded</DebugType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UseLocalBurstLib>false</UseLocalBurstLib>
</PropertyGroup>
</Project>