From 9d6ab944b8c281025507b7674458b88a9188a3cc Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Sat, 27 Apr 2013 09:21:02 +0200
Subject: [PATCH] Added projects for the remaining binaries to the MS VS 2010
solution.
---
src/cc65.sln | 45 +++++++++++++++++
src/co65.vcxproj | 95 ++++++++++++++++++++++++++++++++++
src/da65.vcxproj | 126 ++++++++++++++++++++++++++++++++++++++++++++++
src/grc65.vcxproj | 81 +++++++++++++++++++++++++++++
src/od65.vcxproj | 91 +++++++++++++++++++++++++++++++++
src/sp65.vcxproj | 122 ++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 560 insertions(+)
create mode 100644 src/co65.vcxproj
create mode 100644 src/da65.vcxproj
create mode 100644 src/grc65.vcxproj
create mode 100644 src/od65.vcxproj
create mode 100644 src/sp65.vcxproj
diff --git a/src/cc65.sln b/src/cc65.sln
index 21cf61144..2c8a2e197 100644
--- a/src/cc65.sln
+++ b/src/cc65.sln
@@ -28,6 +28,31 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cl65", "cl65.vcxproj", "{F6
{71DC1F68-BFC4-478C-8655-C8E9C9654D2B} = {71DC1F68-BFC4-478C-8655-C8E9C9654D2B}
EndProjectSection
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "da65", "da65.vcxproj", "{0BCFB793-2B25-40E2-B265-75848824AC4C}"
+ ProjectSection(ProjectDependencies) = postProject
+ {71DC1F68-BFC4-478C-8655-C8E9C9654D2B} = {71DC1F68-BFC4-478C-8655-C8E9C9654D2B}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "co65", "co65.vcxproj", "{F5DB5D1A-05BC-48FE-B346-4E96DD522AA2}"
+ ProjectSection(ProjectDependencies) = postProject
+ {71DC1F68-BFC4-478C-8655-C8E9C9654D2B} = {71DC1F68-BFC4-478C-8655-C8E9C9654D2B}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "grc65", "grc65.vcxproj", "{E0FD0AB3-3BEE-496F-8108-A8E0F8933F39}"
+ ProjectSection(ProjectDependencies) = postProject
+ {71DC1F68-BFC4-478C-8655-C8E9C9654D2B} = {71DC1F68-BFC4-478C-8655-C8E9C9654D2B}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "od65", "od65.vcxproj", "{FF8576C2-1253-44FE-A51B-D9AE35F3CEAD}"
+ ProjectSection(ProjectDependencies) = postProject
+ {71DC1F68-BFC4-478C-8655-C8E9C9654D2B} = {71DC1F68-BFC4-478C-8655-C8E9C9654D2B}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sp65", "sp65.vcxproj", "{4388D1AF-C7EA-4AD4-8E80-CA1FB7BF76BF}"
+ ProjectSection(ProjectDependencies) = postProject
+ {71DC1F68-BFC4-478C-8655-C8E9C9654D2B} = {71DC1F68-BFC4-478C-8655-C8E9C9654D2B}
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -58,6 +83,26 @@ Global
{F657912F-050A-488B-B203-50ED5715CDD7}.Debug|Win32.Build.0 = Debug|Win32
{F657912F-050A-488B-B203-50ED5715CDD7}.Release|Win32.ActiveCfg = Release|Win32
{F657912F-050A-488B-B203-50ED5715CDD7}.Release|Win32.Build.0 = Release|Win32
+ {0BCFB793-2B25-40E2-B265-75848824AC4C}.Debug|Win32.ActiveCfg = Debug|Win32
+ {0BCFB793-2B25-40E2-B265-75848824AC4C}.Debug|Win32.Build.0 = Debug|Win32
+ {0BCFB793-2B25-40E2-B265-75848824AC4C}.Release|Win32.ActiveCfg = Release|Win32
+ {0BCFB793-2B25-40E2-B265-75848824AC4C}.Release|Win32.Build.0 = Release|Win32
+ {F5DB5D1A-05BC-48FE-B346-4E96DD522AA2}.Debug|Win32.ActiveCfg = Debug|Win32
+ {F5DB5D1A-05BC-48FE-B346-4E96DD522AA2}.Debug|Win32.Build.0 = Debug|Win32
+ {F5DB5D1A-05BC-48FE-B346-4E96DD522AA2}.Release|Win32.ActiveCfg = Release|Win32
+ {F5DB5D1A-05BC-48FE-B346-4E96DD522AA2}.Release|Win32.Build.0 = Release|Win32
+ {E0FD0AB3-3BEE-496F-8108-A8E0F8933F39}.Debug|Win32.ActiveCfg = Debug|Win32
+ {E0FD0AB3-3BEE-496F-8108-A8E0F8933F39}.Debug|Win32.Build.0 = Debug|Win32
+ {E0FD0AB3-3BEE-496F-8108-A8E0F8933F39}.Release|Win32.ActiveCfg = Release|Win32
+ {E0FD0AB3-3BEE-496F-8108-A8E0F8933F39}.Release|Win32.Build.0 = Release|Win32
+ {FF8576C2-1253-44FE-A51B-D9AE35F3CEAD}.Debug|Win32.ActiveCfg = Debug|Win32
+ {FF8576C2-1253-44FE-A51B-D9AE35F3CEAD}.Debug|Win32.Build.0 = Debug|Win32
+ {FF8576C2-1253-44FE-A51B-D9AE35F3CEAD}.Release|Win32.ActiveCfg = Release|Win32
+ {FF8576C2-1253-44FE-A51B-D9AE35F3CEAD}.Release|Win32.Build.0 = Release|Win32
+ {4388D1AF-C7EA-4AD4-8E80-CA1FB7BF76BF}.Debug|Win32.ActiveCfg = Debug|Win32
+ {4388D1AF-C7EA-4AD4-8E80-CA1FB7BF76BF}.Debug|Win32.Build.0 = Debug|Win32
+ {4388D1AF-C7EA-4AD4-8E80-CA1FB7BF76BF}.Release|Win32.ActiveCfg = Release|Win32
+ {4388D1AF-C7EA-4AD4-8E80-CA1FB7BF76BF}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/src/co65.vcxproj b/src/co65.vcxproj
new file mode 100644
index 000000000..7560cb866
--- /dev/null
+++ b/src/co65.vcxproj
@@ -0,0 +1,95 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+
+ {F5DB5D1A-05BC-48FE-B346-4E96DD522AA2}
+ Win32Proj
+ co65
+
+
+
+ true
+
+
+ false
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ $(SolutionDir)..\bin\
+ $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+
+
+ $(SolutionDir)..\bin\
+ $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+
+
+
+
+
+ Level3
+ _CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG
+ common
+ true
+
+
+ Console
+ true
+ $(IntDir)..\..\common\$(Configuration)\common.lib
+
+
+
+
+ Level3
+
+
+ _CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG
+ common
+ true
+
+
+ Console
+ false
+ $(IntDir)..\..\common\$(Configuration)\common.lib
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/da65.vcxproj b/src/da65.vcxproj
new file mode 100644
index 000000000..a71e46a65
--- /dev/null
+++ b/src/da65.vcxproj
@@ -0,0 +1,126 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+
+ {0BCFB793-2B25-40E2-B265-75848824AC4C}
+ Win32Proj
+ da65
+
+
+
+ true
+
+
+ false
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ $(SolutionDir)..\bin\
+ $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+
+
+ $(SolutionDir)..\bin\
+ $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+
+
+
+
+
+ Level3
+ _CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG
+ common
+ true
+
+
+ Console
+ true
+ $(IntDir)..\..\common\$(Configuration)\common.lib
+
+
+
+
+ Level3
+
+
+ _CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG
+ common
+ true
+
+
+ Console
+ false
+ $(IntDir)..\..\common\$(Configuration)\common.lib
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/grc65.vcxproj b/src/grc65.vcxproj
new file mode 100644
index 000000000..29a8ca4b5
--- /dev/null
+++ b/src/grc65.vcxproj
@@ -0,0 +1,81 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+
+ {E0FD0AB3-3BEE-496F-8108-A8E0F8933F39}
+ Win32Proj
+ grc65
+
+
+
+ true
+
+
+ false
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ $(SolutionDir)..\bin\
+ $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+
+
+ $(SolutionDir)..\bin\
+ $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+
+
+
+
+
+ Level3
+ _CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG
+ common
+ true
+
+
+ Console
+ true
+ $(IntDir)..\..\common\$(Configuration)\common.lib
+
+
+
+
+ Level3
+
+
+ _CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG
+ common
+ true
+
+
+ Console
+ false
+ $(IntDir)..\..\common\$(Configuration)\common.lib
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/od65.vcxproj b/src/od65.vcxproj
new file mode 100644
index 000000000..abb2e7c8a
--- /dev/null
+++ b/src/od65.vcxproj
@@ -0,0 +1,91 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+
+ {FF8576C2-1253-44FE-A51B-D9AE35F3CEAD}
+ Win32Proj
+ od65
+
+
+
+ true
+
+
+ false
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ $(SolutionDir)..\bin\
+ $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+
+
+ $(SolutionDir)..\bin\
+ $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+
+
+
+
+
+ Level3
+ _CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG
+ common
+ true
+
+
+ Console
+ true
+ $(IntDir)..\..\common\$(Configuration)\common.lib
+
+
+
+
+ Level3
+
+
+ _CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG
+ common
+ true
+
+
+ Console
+ false
+ $(IntDir)..\..\common\$(Configuration)\common.lib
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/sp65.vcxproj b/src/sp65.vcxproj
new file mode 100644
index 000000000..1651ab007
--- /dev/null
+++ b/src/sp65.vcxproj
@@ -0,0 +1,122 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+
+ {4388D1AF-C7EA-4AD4-8E80-CA1FB7BF76BF}
+ Win32Proj
+ sp65
+
+
+
+ true
+
+
+ false
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ $(SolutionDir)..\bin\
+ $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+
+
+ $(SolutionDir)..\bin\
+ $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+
+
+
+
+
+ Level3
+ _CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG
+ common
+ true
+
+
+ Console
+ true
+ $(IntDir)..\..\common\$(Configuration)\common.lib
+
+
+
+
+ Level3
+
+
+ _CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG
+ common
+ true
+
+
+ Console
+ false
+ $(IntDir)..\..\common\$(Configuration)\common.lib
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
2.39.5