add client launch settings
This commit is contained in:
8
f-cln/Properties/launchSettings.json
Normal file
8
f-cln/Properties/launchSettings.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"profiles": {
|
||||||
|
"f-cln": {
|
||||||
|
"commandName": "Project",
|
||||||
|
"commandLineArgs": "-p 3113"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,9 +6,7 @@
|
|||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
<Version>0.0.11 </Version>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<VersionPrefix>1.1.12 </VersionPrefix>
|
|
||||||
<VersionSuffix>22 </VersionSuffix>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user