forked from SmashPhil/Vehicle-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
23 lines (20 loc) · 842 Bytes
/
Directory.Build.props
File metadata and controls
23 lines (20 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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>
</PropertyGroup>
</Project>