0.3.0: initial premake projects for cli (tested on windows)

linux and mac and others will require careful splicing of the libuv files, which will come next
This commit is contained in:
underscorediscovery
2020-02-11 20:18:24 -08:00
parent 934cc32b37
commit 3c5f087d2c
5 changed files with 809 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 16
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wren_cli", "wren_cli.vcxproj", "{F8A65189-E473-AC94-0D8D-9A3CF9B8E122}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|64bit = Debug|64bit
Release|64bit = Release|64bit
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|32bit = Debug|32bit
Release|32bit = Release|32bit
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8A65189-E473-AC94-0D8D-9A3CF9B8E122}.Debug|32bit.ActiveCfg = Debug 32bit|Win32
{F8A65189-E473-AC94-0D8D-9A3CF9B8E122}.Debug|32bit.Build.0 = Debug 32bit|Win32
{F8A65189-E473-AC94-0D8D-9A3CF9B8E122}.Debug|64bit.ActiveCfg = Debug 64bit|x64
{F8A65189-E473-AC94-0D8D-9A3CF9B8E122}.Debug|64bit.Build.0 = Debug 64bit|x64
{F8A65189-E473-AC94-0D8D-9A3CF9B8E122}.Release|32bit.ActiveCfg = Release 32bit|Win32
{F8A65189-E473-AC94-0D8D-9A3CF9B8E122}.Release|32bit.Build.0 = Release 32bit|Win32
{F8A65189-E473-AC94-0D8D-9A3CF9B8E122}.Release|64bit.ActiveCfg = Release 64bit|x64
{F8A65189-E473-AC94-0D8D-9A3CF9B8E122}.Release|64bit.Build.0 = Release 64bit|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal