Files
libremetaverse/Programs/mapgenerator/mapgenerator.csproj
nopjmp b4be05f6ca Target .NET Core App 3.0 to make these easier to run from CLI.
Console Applications have to target a specific runtime framework.
2019-10-26 16:38:51 -05:00

37 lines
1.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>14.0.25123</ProductVersion>
<ProjectGuid>{2867B4B3-0000-0000-0000-000000000000}</ProjectGuid>
<ApplicationIcon />
<AssemblyKeyContainerName />
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<TargetFramework>netcoreapp3.0</TargetFramework>
<OutputType>Exe</OutputType>
<AppDesignerFolder />
<StartupObject />
<StartArguments />
<FileUpgradeFlags />
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<OutputPath>..\..\bin\</OutputPath>
<BaseAddress>285212672</BaseAddress>
<FileAlignment>4096</FileAlignment>
<RegisterForComInterop>False</RegisterForComInterop>
<NoWarn>1591,1574,0419</NoWarn>
<DocumentationFile />
<NoStdLib>False</NoStdLib>
<ConfigurationOverrideFile />
<PreBuildEvent />
<PostBuildEvent />
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent />
<PostBuildEvent />
</PropertyGroup>
<ItemGroup>
<Compile Remove="template.cs" />
</ItemGroup>
</Project>