mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Update solution and compile cmd
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
dotnet build
|
||||
+2
-1
@@ -14,7 +14,8 @@ GOTO end
|
||||
|
||||
|
||||
:noMSBuild
|
||||
echo MSBuild.exe path not found!
|
||||
echo MSBuild.exe path not found! trying 'dotnet' instead
|
||||
dotnet build
|
||||
|
||||
:end
|
||||
pause
|
||||
|
||||
+1
-35
@@ -3,11 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.29926.136
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UVtools.GUI", "UVtools.GUI\UVtools.GUI.csproj", "{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{36E5877E-6AA6-4368-A9EA-46D7C7C90302} = {36E5877E-6AA6-4368-A9EA-46D7C7C90302}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "UVtools.InstallerMM", "UVtools.InstallerMM\UVtools.InstallerMM.wixproj", "{E53BAA5D-29A8-4287-B3AA-1AFF5A4BDC6C}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B1B40A7B-D30B-4056-AE6F-C4F0519FD8D4} = {B1B40A7B-D30B-4056-AE6F-C4F0519FD8D4}
|
||||
@@ -17,17 +12,12 @@ Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "UVtools.Installer", "UVtool
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UVtools.Core", "UVtools.Core\UVtools.Core.csproj", "{7C9927F8-132E-4A37-B894-440E0FD5AA3D}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UVtools.Cmd", "UVtools.Cmd\UVtools.Cmd.csproj", "{36E5877E-6AA6-4368-A9EA-46D7C7C90302}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{7C9927F8-132E-4A37-B894-440E0FD5AA3D} = {7C9927F8-132E-4A37-B894-440E0FD5AA3D}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UVtools.WPF", "UVtools.WPF\UVtools.WPF.csproj", "{B1B40A7B-D30B-4056-AE6F-C4F0519FD8D4}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{7C9927F8-132E-4A37-B894-440E0FD5AA3D} = {7C9927F8-132E-4A37-B894-440E0FD5AA3D}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UVtools.ScriptSample", "UVtools.ScriptSample\UVtools.ScriptSample.csproj", "{6CCAA18A-8810-42DF-B75B-4160B40B9DD5}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UVtools.ScriptSample", "UVtools.ScriptSample\UVtools.ScriptSample.csproj", "{6CCAA18A-8810-42DF-B75B-4160B40B9DD5}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{7C9927F8-132E-4A37-B894-440E0FD5AA3D} = {7C9927F8-132E-4A37-B894-440E0FD5AA3D}
|
||||
EndProjectSection
|
||||
@@ -42,18 +32,6 @@ Global
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Debug|x64.Build.0 = Debug|x64
|
||||
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Release|x64.ActiveCfg = Release|x64
|
||||
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Release|x64.Build.0 = Release|x64
|
||||
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Release|x86.Build.0 = Release|Any CPU
|
||||
{E53BAA5D-29A8-4287-B3AA-1AFF5A4BDC6C}.Debug|Any CPU.ActiveCfg = Debug|x86
|
||||
{E53BAA5D-29A8-4287-B3AA-1AFF5A4BDC6C}.Debug|x64.ActiveCfg = Debug|x86
|
||||
{E53BAA5D-29A8-4287-B3AA-1AFF5A4BDC6C}.Debug|x86.ActiveCfg = Debug|x86
|
||||
@@ -82,18 +60,6 @@ Global
|
||||
{7C9927F8-132E-4A37-B894-440E0FD5AA3D}.Release|x64.Build.0 = Release|x64
|
||||
{7C9927F8-132E-4A37-B894-440E0FD5AA3D}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{7C9927F8-132E-4A37-B894-440E0FD5AA3D}.Release|x86.Build.0 = Release|Any CPU
|
||||
{36E5877E-6AA6-4368-A9EA-46D7C7C90302}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{36E5877E-6AA6-4368-A9EA-46D7C7C90302}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{36E5877E-6AA6-4368-A9EA-46D7C7C90302}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{36E5877E-6AA6-4368-A9EA-46D7C7C90302}.Debug|x64.Build.0 = Debug|x64
|
||||
{36E5877E-6AA6-4368-A9EA-46D7C7C90302}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{36E5877E-6AA6-4368-A9EA-46D7C7C90302}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{36E5877E-6AA6-4368-A9EA-46D7C7C90302}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{36E5877E-6AA6-4368-A9EA-46D7C7C90302}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{36E5877E-6AA6-4368-A9EA-46D7C7C90302}.Release|x64.ActiveCfg = Release|x64
|
||||
{36E5877E-6AA6-4368-A9EA-46D7C7C90302}.Release|x64.Build.0 = Release|x64
|
||||
{36E5877E-6AA6-4368-A9EA-46D7C7C90302}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{36E5877E-6AA6-4368-A9EA-46D7C7C90302}.Release|x86.Build.0 = Release|Any CPU
|
||||
{B1B40A7B-D30B-4056-AE6F-C4F0519FD8D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B1B40A7B-D30B-4056-AE6F-C4F0519FD8D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B1B40A7B-D30B-4056-AE6F-C4F0519FD8D4}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
|
||||
Reference in New Issue
Block a user