File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <ImplicitUsings >disable</ImplicitUsings >
77 <Nullable >annotations</Nullable >
88 <StartupObject >ThermoRawFileParser.MainClass</StartupObject >
9- <PlatformTarget >x64</PlatformTarget >
10- <Platforms >x64</Platforms >
9+ <Platforms >x64;arm64</Platforms >
1110 <Version >2.0.0-dev</Version >
1211 <Title >$(AssemblyName)</Title >
1312 <Company >Compomics</Company >
2221 </PropertyGroup >
2322
2423 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
24+ <PlatformTarget >x64</PlatformTarget >
2525 </PropertyGroup >
2626
2727 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
28+ <PlatformTarget >x64</PlatformTarget >
29+ </PropertyGroup >
30+
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|arm64'" >
32+ <PlatformTarget >ARM64</PlatformTarget >
2833 </PropertyGroup >
2934
3035 <ItemGroup >
Original file line number Diff line number Diff line change @@ -11,12 +11,15 @@ Global
1111 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1212 Debug| x64 = Debug| x64
1313 Release| x64 = Release| x64
14+ Release| arm64 = Release| arm64
1415 EndGlobalSection
1516 GlobalSection (ProjectConfigurationPlatforms ) = postSolution
1617 {A1AB1BD8-180D-49FD-AFBB-9515EE1E862B} .Debug| x64 .ActiveCfg = Debug| x64
1718 {A1AB1BD8-180D-49FD-AFBB-9515EE1E862B} .Debug| x64 .Build .0 = Debug| x64
1819 {A1AB1BD8-180D-49FD-AFBB-9515EE1E862B} .Release| x64 .ActiveCfg = Release| x64
1920 {A1AB1BD8-180D-49FD-AFBB-9515EE1E862B} .Release| x64 .Build .0 = Release| x64
21+ {A1AB1BD8-180D-49FD-AFBB-9515EE1E862B} .Release| arm64 .ActiveCfg = Release| arm64
22+ {A1AB1BD8-180D-49FD-AFBB-9515EE1E862B} .Release| arm64 .Build .0 = Release| arm64
2023 {5D42807F-E856-42D7-9D3E-0A17584A9D55} .Debug| x64 .ActiveCfg = Debug| x64
2124 {5D42807F-E856-42D7-9D3E-0A17584A9D55} .Debug| x64 .Build .0 = Debug| x64
2225 {5D42807F-E856-42D7-9D3E-0A17584A9D55} .Release| x64 .ActiveCfg = Release| x64
You can’t perform that action at this time.
0 commit comments