Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-06-25 01:37:57 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-06-25 01:37:57 +0300
commit6d401eb774bc4d9a0014e24b2d48c4f5e156d912 (patch)
treef1c248691362d61f2052fc8709df4524f38c0b02 /UVtools.sln
parent625b736ad725d8b91576d4a511149a1f8920930e (diff)
Droped Parser and create UVtoolsCmd
Diffstat (limited to 'UVtools.sln')
-rw-r--r--UVtools.sln12
1 files changed, 1 insertions, 11 deletions
diff --git a/UVtools.sln b/UVtools.sln
index 6a73697..f048516 100644
--- a/UVtools.sln
+++ b/UVtools.sln
@@ -5,15 +5,13 @@ 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}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UVtools.Parser", "UVtools.Parser\UVtools.Parser.csproj", "{53B884CA-E640-4171-8AA2-03935AC076D2}"
-EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "UVtools.InstallerMM", "UVtools.InstallerMM\UVtools.InstallerMM.wixproj", "{E53BAA5D-29A8-4287-B3AA-1AFF5A4BDC6C}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "UVtools.Installer", "UVtools.Installer\UVtools.Installer.wixproj", "{41224896-08E9-4F22-9E56-5F9D46DEC7D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UVtools.Core", "UVtools.Core\UVtools.Core.csproj", "{7C9927F8-132E-4A37-B894-440E0FD5AA3D}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UVtools.Terminal", "UVtools.Console\UVtools.Terminal.csproj", "{36E5877E-6AA6-4368-A9EA-46D7C7C90302}"
+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
@@ -34,14 +32,6 @@ Global
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Release|Any CPU.Build.0 = Release|Any CPU
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Release|x86.ActiveCfg = Release|Any CPU
{E7389EE3-CF56-464B-9BA1-816B31D1E6FF}.Release|x86.Build.0 = Release|Any CPU
- {53B884CA-E640-4171-8AA2-03935AC076D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {53B884CA-E640-4171-8AA2-03935AC076D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {53B884CA-E640-4171-8AA2-03935AC076D2}.Debug|x86.ActiveCfg = Debug|Any CPU
- {53B884CA-E640-4171-8AA2-03935AC076D2}.Debug|x86.Build.0 = Debug|Any CPU
- {53B884CA-E640-4171-8AA2-03935AC076D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {53B884CA-E640-4171-8AA2-03935AC076D2}.Release|Any CPU.Build.0 = Release|Any CPU
- {53B884CA-E640-4171-8AA2-03935AC076D2}.Release|x86.ActiveCfg = Release|Any CPU
- {53B884CA-E640-4171-8AA2-03935AC076D2}.Release|x86.Build.0 = Release|Any CPU
{E53BAA5D-29A8-4287-B3AA-1AFF5A4BDC6C}.Debug|Any CPU.ActiveCfg = Debug|x86
{E53BAA5D-29A8-4287-B3AA-1AFF5A4BDC6C}.Debug|x86.ActiveCfg = Debug|x86
{E53BAA5D-29A8-4287-B3AA-1AFF5A4BDC6C}.Debug|x86.Build.0 = Debug|x86