|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project Sdk="Microsoft.NET.Sdk">
|
3 | 3 | <PropertyGroup>
|
4 |
| - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
| - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 |
| - <ProjectGuid>{17363E6E-3842-4CB4-91F4-61667C78E698}</ProjectGuid> |
7 |
| - <OutputType>Library</OutputType> |
8 |
| - <AppDesignerFolder>Properties</AppDesignerFolder> |
9 | 4 | <RootNamespace>ExampleMod</RootNamespace>
|
10 | 5 | <AssemblyName>ExampleMod</AssemblyName>
|
11 | 6 | <TargetFramework>net48</TargetFramework>
|
12 |
| - <FileAlignment>512</FileAlignment> |
13 |
| - <LangVersion>11</LangVersion> |
14 |
| - </PropertyGroup> |
15 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
17 |
| - <DebugSymbols>true</DebugSymbols> |
18 |
| - <DebugType>full</DebugType> |
19 |
| - <Optimize>false</Optimize> |
20 |
| - <OutputPath>bin\Debug\</OutputPath> |
21 | 7 | <DefineConstants>DEBUG;TRACE;一米_中文名</DefineConstants>
|
22 |
| - <ErrorReport>prompt</ErrorReport> |
23 |
| - <WarningLevel>4</WarningLevel> |
24 | 8 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
25 |
| - </PropertyGroup> |
26 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
28 |
| - <DebugType>pdbonly</DebugType> |
29 |
| - <Optimize>true</Optimize> |
30 |
| - <OutputPath>bin\Release\</OutputPath> |
31 |
| - <DefineConstants>TRACE</DefineConstants> |
32 |
| - <ErrorReport>prompt</ErrorReport> |
33 |
| - <WarningLevel>4</WarningLevel> |
| 9 | + <ImplicitUsings>disable</ImplicitUsings> |
| 10 | + <Nullable>disable</Nullable> |
| 11 | + <LangVersion>11</LangVersion> |
| 12 | + <OutputType>Library</OutputType> |
34 | 13 | </PropertyGroup>
|
35 | 14 | <ItemGroup>
|
36 | 15 | <Content Include=".gitignore"/>
|
|
0 commit comments