note in readme x piattaforma x64
This commit is contained in:
+16
-1
@@ -2,4 +2,19 @@
|
||||
|
||||
IN particolare installare con
|
||||
|
||||
nssm.exe install MP-MONO-SIM
|
||||
nssm.exe install MP-MONO-SIM
|
||||
|
||||
|
||||
nota compilazione: aggiunta forzatura progetto a 64bit:
|
||||
- vedere yaml
|
||||
|
||||
# creazione installer WIX
|
||||
- dotnet build $env:INST_NAME/$env:INST_NAME.wixproj -p:Configuration=$env:APP_CONF -p:Platform=x64
|
||||
|
||||
- vedere wixproject
|
||||
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
|
||||
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
|
||||
<SuppressPdbOutput>true</SuppressPdbOutput>
|
||||
</PropertyGroup>
|
||||
Reference in New Issue
Block a user