From 63be44bf018a5dcdb89ac8c8c3155a4d992cdee8 Mon Sep 17 00:00:00 2001 From: moosecrab Date: Tue, 16 Jun 2020 01:58:46 -0700 Subject: [PATCH] Did some retargeting and platform management. --- webcrab.sln | 12 ++++++------ webcrab/App.config | 6 +++--- webcrab/webcrab.vbproj | 29 ++++++++++++++++++++++++++++- 3 files changed, 37 insertions(+), 10 deletions(-) diff --git a/webcrab.sln b/webcrab.sln index 47d868f..9218719 100755 --- a/webcrab.sln +++ b/webcrab.sln @@ -5,14 +5,14 @@ Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "webcrab", "webcrab\webcrab. EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Release|x86 = Release|x86 + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {78548D07-15EF-4268-9126-BB8FA39889C8}.Debug|x86.ActiveCfg = Debug|x86 - {78548D07-15EF-4268-9126-BB8FA39889C8}.Debug|x86.Build.0 = Debug|x86 - {78548D07-15EF-4268-9126-BB8FA39889C8}.Release|x86.ActiveCfg = Release|x86 - {78548D07-15EF-4268-9126-BB8FA39889C8}.Release|x86.Build.0 = Release|x86 + {78548D07-15EF-4268-9126-BB8FA39889C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {78548D07-15EF-4268-9126-BB8FA39889C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {78548D07-15EF-4268-9126-BB8FA39889C8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {78548D07-15EF-4268-9126-BB8FA39889C8}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/webcrab/App.config b/webcrab/App.config index 7505428..095562b 100755 --- a/webcrab/App.config +++ b/webcrab/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/webcrab/webcrab.vbproj b/webcrab/webcrab.vbproj index 64fccdb..00c5094 100755 --- a/webcrab/webcrab.vbproj +++ b/webcrab/webcrab.vbproj @@ -51,6 +51,30 @@ My Project\app.manifest + + true + true + true + bin\Debug\ + webcrab.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + full + AnyCPU + true + true + false + + + true + bin\Release\ + webcrab.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + pdbonly + AnyCPU + true + true + @@ -111,6 +135,7 @@ + Designer @@ -125,7 +150,9 @@ - + + PreserveNewest +