mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 08:46:39 +00:00
11 lines
No EOL
497 B
XML
11 lines
No EOL
497 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Release' ">
|
|
<StartAction>Project</StartAction>
|
|
<EnvironmentVariables>
|
|
<Variable name="ASPNETCORE_ENVIRONMENT" value="Production" xmlns="" />
|
|
</EnvironmentVariables>
|
|
<LaunchUrl>/</LaunchUrl>
|
|
<ApplicationURL>https://localhost:5001;http://localhost:5000</ApplicationURL>
|
|
</PropertyGroup>
|
|
</Project> |