mirror of
https://github.com/projectpokemon/Gen3EventLegality.git
synced 2026-03-27 12:44:35 -05:00
Compare commits
No commits in common. "master" and "v2" have entirely different histories.
|
|
@ -2,14 +2,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||||
<PublishAot>true</PublishAot>
|
|
||||||
<PublishTrimmed>true</PublishTrimmed>
|
|
||||||
<TrimMode>full</TrimMode>
|
|
||||||
<OptimizationPreference>Speed</OptimizationPreference>
|
|
||||||
<Version>3.0.0</Version>
|
|
||||||
<Copyright>2023</Copyright>
|
|
||||||
<Company>ProjectPokemon.org</Company>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
1732
Program.cs
1732
Program.cs
File diff suppressed because it is too large
Load Diff
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"sdk": {
|
|
||||||
"version": "7.0.0",
|
|
||||||
"rollForward": "latestMajor",
|
|
||||||
"allowPrerelease": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user