From: Oliver Schmidt
Date: Fri, 3 Jun 2016 09:37:15 +0000 (+0200)
Subject: Added chrcvt65 to the Visual Studio project.
X-Git-Tag: V2.16~117
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6f0b57fe514c0656c179189f73399a2a52907eee;p=cc65
Added chrcvt65 to the Visual Studio project.
---
diff --git a/src/cc65.sln b/src/cc65.sln
index 9d0f2cc2e..4ae2816ad 100644
--- a/src/cc65.sln
+++ b/src/cc65.sln
@@ -58,6 +58,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sim65", "sim65.vcxproj", "{
{71DC1F68-BFC4-478C-8655-C8E9C9654D2B} = {71DC1F68-BFC4-478C-8655-C8E9C9654D2B}
EndProjectSection
EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chrcvt65", "chrcvt65.vcxproj", "{1C7A3FEF-DD0B-4B10-BC33-C3BE29BF67CC}"
+ ProjectSection(ProjectDependencies) = postProject
+ {71DC1F68-BFC4-478C-8655-C8E9C9654D2B} = {71DC1F68-BFC4-478C-8655-C8E9C9654D2B}
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
@@ -112,6 +117,10 @@ Global
{002A366E-2863-46A8-BDDE-DDF534AAEC73}.Debug|Win32.Build.0 = Debug|Win32
{002A366E-2863-46A8-BDDE-DDF534AAEC73}.Release|Win32.ActiveCfg = Release|Win32
{002A366E-2863-46A8-BDDE-DDF534AAEC73}.Release|Win32.Build.0 = Release|Win32
+ {1C7A3FEF-DD0B-4B10-BC33-C3BE29BF67CC}.Debug|Win32.ActiveCfg = Debug|Win32
+ {1C7A3FEF-DD0B-4B10-BC33-C3BE29BF67CC}.Debug|Win32.Build.0 = Debug|Win32
+ {1C7A3FEF-DD0B-4B10-BC33-C3BE29BF67CC}.Release|Win32.ActiveCfg = Release|Win32
+ {1C7A3FEF-DD0B-4B10-BC33-C3BE29BF67CC}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/src/chrcvt65.vcxproj b/src/chrcvt65.vcxproj
new file mode 100644
index 000000000..1daf7cae9
--- /dev/null
+++ b/src/chrcvt65.vcxproj
@@ -0,0 +1,87 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+
+ {1C7A3FEF-DD0B-4B10-BC33-C3BE29BF67CC}
+ Win32Proj
+ chrcvt65
+
+
+
+ true
+ v120
+
+
+ false
+ true
+ v120
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ $(SolutionDir)..\bin\
+ $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+
+
+ $(SolutionDir)..\bin\
+ $(SolutionDir)..\wrk\$(ProjectName)\$(Configuration)\
+
+
+
+
+
+ Level3
+ _CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;_DEBUG
+ common
+ true
+
+
+ Console
+ true
+ $(IntDir)..\..\common\$(Configuration)\common.lib
+
+
+
+
+ Level3
+
+
+ _CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CONSOLE;NDEBUG
+ common
+ true
+
+
+ Console
+ false
+ $(IntDir)..\..\common\$(Configuration)\common.lib
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file