|
7 | 7 | <ProjectGuid>{4632FA56-60E4-4F55-958F-8283C97D2042}</ProjectGuid> |
8 | 8 | <OutputType>WinExe</OutputType> |
9 | 9 | <RootNamespace>DarkMode_2</RootNamespace> |
10 | | - <AssemblyName>DarkMode_2</AssemblyName> |
| 10 | + <AssemblyName>DarkMode 2</AssemblyName> |
11 | 11 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
12 | 12 | <FileAlignment>512</FileAlignment> |
13 | 13 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
79 | 79 | <PropertyGroup> |
80 | 80 | <ApplicationManifest>app.manifest</ApplicationManifest> |
81 | 81 | </PropertyGroup> |
| 82 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'"> |
| 83 | + <DebugSymbols>true</DebugSymbols> |
| 84 | + <OutputPath>bin\ARM64\Debug\</OutputPath> |
| 85 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 86 | + <DebugType>full</DebugType> |
| 87 | + <PlatformTarget>ARM64</PlatformTarget> |
| 88 | + <LangVersion>preview</LangVersion> |
| 89 | + <ErrorReport>prompt</ErrorReport> |
| 90 | + </PropertyGroup> |
| 91 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'"> |
| 92 | + <OutputPath>bin\ARM64\Release\</OutputPath> |
| 93 | + <DefineConstants>TRACE</DefineConstants> |
| 94 | + <Optimize>true</Optimize> |
| 95 | + <DebugType>pdbonly</DebugType> |
| 96 | + <PlatformTarget>ARM64</PlatformTarget> |
| 97 | + <LangVersion>preview</LangVersion> |
| 98 | + <ErrorReport>prompt</ErrorReport> |
| 99 | + </PropertyGroup> |
82 | 100 | <ItemGroup> |
83 | 101 | <Reference Include="System" /> |
84 | 102 | <Reference Include="System.ComponentModel.Composition" /> |
|
0 commit comments