Ridenominazione solution file

This commit is contained in:
Samuele Locatelli
2022-03-10 18:14:50 +01:00
parent 7531ffed53
commit ce07015890
2 changed files with 12 additions and 12 deletions
+7 -7
View File
@@ -26,7 +26,7 @@ UI:build:
- win
before_script:
- *nuget-fix
- dotnet restore MP.MONO.UI.sln
- dotnet restore MP.MONO.ALL.sln
script:
- dotnet build MP.MONO.UI/MP.MONO.UI.csproj
@@ -36,9 +36,9 @@ SIM:build:
- win
before_script:
- *nuget-fix
- dotnet restore MP.MONO.UI.sln
- dotnet restore MP.MONO.ALL.sln
script:
- dotnet build GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
- dotnet build MP.MONO.SIM/MP.MONO.SIM.csproj
# UI:staging:
# stage: staging
@@ -58,7 +58,7 @@ SIM:build:
# - develop
# needs: ["SIM:build"]
# script:
# - dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
# - dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true MP.MONO.SIM/MP.MONO.SIM.csproj
# UI:deploy:
@@ -83,9 +83,9 @@ SIM:build:
# needs: ["SIM:build"]
# script:
# # IIS 02
# - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
# - dotnet publish -p:PublishProfile=IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true MP.MONO.SIM/MP.MONO.SIM.csproj
# # IIS DEV
# - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
# - dotnet publish -p:PublishProfile=IIS03.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true MP.MONO.SIM/MP.MONO.SIM.csproj
# UI:release:
# stage: release
@@ -115,4 +115,4 @@ SIM:build:
# paths:
# - publish/
# script:
# - dotnet publish -c Release -o ./publish GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
# - dotnet publish -c Release -o ./publish MP.MONO.SIM/MP.MONO.SIM.csproj
+5 -5
View File
@@ -9,7 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MP.MONO.Data", "MP.MONO.Dat
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MP.MONO.Core", "MP.MONO.Core\MP.MONO.Core.csproj", "{7DE649D8-511E-4674-A170-7E7AFDE4FD89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MachineSim", "MachineSim\MachineSim.csproj", "{4C719185-F1C9-4066-8464-183166475CB5}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MP.MONO.SIM", "MP.MONO.SIM\MP.MONO.SIM.csproj", "{BFF20F9D-5706-4CF1-BFE3-FB771034070F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -29,10 +29,10 @@ Global
{7DE649D8-511E-4674-A170-7E7AFDE4FD89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DE649D8-511E-4674-A170-7E7AFDE4FD89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DE649D8-511E-4674-A170-7E7AFDE4FD89}.Release|Any CPU.Build.0 = Release|Any CPU
{4C719185-F1C9-4066-8464-183166475CB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C719185-F1C9-4066-8464-183166475CB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C719185-F1C9-4066-8464-183166475CB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C719185-F1C9-4066-8464-183166475CB5}.Release|Any CPU.Build.0 = Release|Any CPU
{BFF20F9D-5706-4CF1-BFE3-FB771034070F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFF20F9D-5706-4CF1-BFE3-FB771034070F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFF20F9D-5706-4CF1-BFE3-FB771034070F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFF20F9D-5706-4CF1-BFE3-FB771034070F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE