sapling/eden/win/eden.sln
Puneet Kaushik 313fbbe0f9 Win: Restructured the Windows code to align with the eden code layout
Summary:
Restructured the Windows code to align with the eden code layout. Plus changed the build location to eden/win/build directory, which is generated by the Windows build script.
  eden
    \_fs
    \_ ...
    \_ win
        \_fs
           \_service
           \_utils
        \_build (generated by the build script)

Reviewed By: strager

Differential Revision: D10081143

fbshipit-source-id: db9fb25f963d1a9cccb8a8f83646e7e45c87d409
2018-09-28 13:14:11 -07:00

42 lines
2.1 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}") = "datapack", "lib\datapack\datapack.vcxproj", "{8114CF14-12EB-45FD-B6F7-FDBA930C1F1D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "edenfs", "fs\edenfs.vcxproj", "{0DCEA1BA-99EA-415C-B6E1-831BE96EA2FB}"
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
{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
{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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7AAAE065-16C2-4A58-8EFF-72006C27E7C0}
EndGlobalSection
EndGlobal