8
8
<OutputType >WinExe</OutputType >
9
9
<RootNamespace >FilesFullTrust</RootNamespace >
10
10
<AssemblyName >FilesFullTrust</AssemblyName >
11
+ <RuntimeIdentifiers >win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot;win-arm64;win-x86;win-x64</RuntimeIdentifiers >
11
12
<TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12
13
<FileAlignment >512</FileAlignment >
13
14
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
86
87
<ErrorReport >prompt</ErrorReport >
87
88
<CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
88
89
<Prefer32Bit >true</Prefer32Bit >
90
+ </PropertyGroup >
91
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|ARM64'" >
92
+ <DebugSymbols >true</DebugSymbols >
93
+ <OutputPath >bin\ARM64\Debug\</OutputPath >
94
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
95
+ <DebugType >full</DebugType >
96
+ <PlatformTarget >ARM64</PlatformTarget >
97
+ <LangVersion >8.0</LangVersion >
98
+ <ErrorReport >prompt</ErrorReport >
99
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
100
+ <Prefer32Bit >true</Prefer32Bit >
101
+ </PropertyGroup >
102
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|ARM64'" >
103
+ <OutputPath >bin\ARM64\Release\</OutputPath >
104
+ <DefineConstants >TRACE</DefineConstants >
105
+ <Optimize >true</Optimize >
106
+ <DebugType >pdbonly</DebugType >
107
+ <PlatformTarget >ARM64</PlatformTarget >
108
+ <LangVersion >8.0</LangVersion >
109
+ <ErrorReport >prompt</ErrorReport >
110
+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
111
+ <Prefer32Bit >true</Prefer32Bit >
89
112
</PropertyGroup >
90
113
<ItemGroup >
91
114
<Reference Include =" Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
147
170
<None Include =" packages.config" />
148
171
</ItemGroup >
149
172
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
150
- </Project >
173
+ </Project >
0 commit comments