sapling/eden/win/eden.sln
Puneet Kaushik 5a7df37497 win: Fixing build scripts to setup contbuild in lego-win
Summary:
Modified the build scripts to use dependencies from D:\edenwin64. This is the location where we will mount the edenwin64.iso.

It also contains changes to compile it with the latest Eden Linux changes plus removed some POC stuff and dependencies from my laptop.

Reviewed By: strager

Differential Revision: D9545688

fbshipit-source-id: e92e34d0af07974845faf9f729e0861fde5af459
2018-09-02 14:21:56 -07:00

45 lines
2.3 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eden", "eden\eden.vcxproj", "{0DCEA1BA-99EA-415C-B6E1-831BE96EA2FB}"
ProjectSection(ProjectDependencies) = postProject
{8114CF14-12EB-45FD-B6F7-FDBA930C1F1D} = {8114CF14-12EB-45FD-B6F7-FDBA930C1F1D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datapack", "lib\datapack\datapack.vcxproj", "{8114CF14-12EB-45FD-B6F7-FDBA930C1F1D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DCEA1BA-99EA-415C-B6E1-831BE96EA2FB}.Debug|x64.ActiveCfg = Debug|x64
{0DCEA1BA-99EA-415C-B6E1-831BE96EA2FB}.Debug|x64.Build.0 = Debug|x64
{0DCEA1BA-99EA-415C-B6E1-831BE96EA2FB}.Debug|x86.ActiveCfg = Debug|Win32
{0DCEA1BA-99EA-415C-B6E1-831BE96EA2FB}.Debug|x86.Build.0 = Debug|Win32
{0DCEA1BA-99EA-415C-B6E1-831BE96EA2FB}.Release|x64.ActiveCfg = Release|x64
{0DCEA1BA-99EA-415C-B6E1-831BE96EA2FB}.Release|x64.Build.0 = Release|x64
{0DCEA1BA-99EA-415C-B6E1-831BE96EA2FB}.Release|x86.ActiveCfg = Release|Win32
{0DCEA1BA-99EA-415C-B6E1-831BE96EA2FB}.Release|x86.Build.0 = Release|Win32
{8114CF14-12EB-45FD-B6F7-FDBA930C1F1D}.Debug|x64.ActiveCfg = Debug|x64
{8114CF14-12EB-45FD-B6F7-FDBA930C1F1D}.Debug|x64.Build.0 = Debug|x64
{8114CF14-12EB-45FD-B6F7-FDBA930C1F1D}.Debug|x86.ActiveCfg = Debug|Win32
{8114CF14-12EB-45FD-B6F7-FDBA930C1F1D}.Debug|x86.Build.0 = Debug|Win32
{8114CF14-12EB-45FD-B6F7-FDBA930C1F1D}.Release|x64.ActiveCfg = Release|x64
{8114CF14-12EB-45FD-B6F7-FDBA930C1F1D}.Release|x64.Build.0 = Release|x64
{8114CF14-12EB-45FD-B6F7-FDBA930C1F1D}.Release|x86.ActiveCfg = Release|Win32
{8114CF14-12EB-45FD-B6F7-FDBA930C1F1D}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7AAAE065-16C2-4A58-8EFF-72006C27E7C0}
EndGlobalSection
EndGlobal