forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.vcxproj
124 lines (124 loc) · 6.37 KB
/
common.vcxproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props" Condition="Exists('..\packages\grpc.dependencies.openssl.1.0.204.1\build\native\grpc.dependencies.openssl.props')" />
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\src\common\common.c" />
<ClCompile Include="..\src\common\event_loop.c" />
<ClCompile Include="..\src\common\io.c" />
<ClCompile Include="..\src\common\lib\python\common_extension.c" />
<ClCompile Include="..\src\common\lib\python\common_module.c" />
<ClCompile Include="..\src\common\logging.c" />
<ClCompile Include="..\src\common\net.c" />
<ClCompile Include="..\src\common\shims\windows\getopt.c" />
<ClCompile Include="..\src\common\shims\windows\msg.c" />
<ClCompile Include="..\src\common\shims\windows\socketpair.c" />
<ClCompile Include="..\src\common\state\object_table.c" />
<ClCompile Include="..\src\common\state\redis.c" />
<ClCompile Include="..\src\common\state\table.c" />
<ClCompile Include="..\src\common\state\task_table.c" />
<ClCompile Include="..\src\common\task.c" />
<ClCompile Include="..\src\common\thirdparty\sha256.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\common\common.h" />
<ClInclude Include="..\src\common\event_loop.h" />
<ClInclude Include="..\src\common\io.h" />
<ClInclude Include="..\src\common\lib\python\common_extension.h" />
<ClInclude Include="..\src\common\logging.h" />
<ClInclude Include="..\src\common\net.h" />
<ClInclude Include="..\src\common\shims\windows\getopt.h" />
<ClInclude Include="..\src\common\shims\windows\netdb.h" />
<ClInclude Include="..\src\common\shims\windows\netinet\in.h" />
<ClInclude Include="..\src\common\shims\windows\poll.h" />
<ClInclude Include="..\src\common\shims\windows\strings.h" />
<ClInclude Include="..\src\common\shims\windows\sys\ioctl.h" />
<ClInclude Include="..\src\common\shims\windows\sys\mman.h" />
<ClInclude Include="..\src\common\shims\windows\sys\select.h" />
<ClInclude Include="..\src\common\shims\windows\sys\socket.h" />
<ClInclude Include="..\src\common\shims\windows\sys\time.h" />
<ClInclude Include="..\src\common\shims\windows\sys\un.h" />
<ClInclude Include="..\src\common\shims\windows\sys\wait.h" />
<ClInclude Include="..\src\common\shims\windows\unistd.h" />
<ClInclude Include="..\src\common\state\db.h" />
<ClInclude Include="..\src\common\state\object_table.h" />
<ClInclude Include="..\src\common\state\redis.h" />
<ClInclude Include="..\src\common\state\table.h" />
<ClInclude Include="..\src\common\state\task_table.h" />
<ClInclude Include="..\src\common\task.h" />
<ClInclude Include="..\src\common\test\test_common.h" />
<ClInclude Include="..\src\common\thirdparty\greatest.h" />
<ClInclude Include="..\src\common\thirdparty\sha256.h" />
<ClInclude Include="..\src\common\thirdparty\utarray.h" />
<ClInclude Include="..\src\common\thirdparty\uthash.h" />
<ClInclude Include="..\src\common\thirdparty\utlist.h" />
<ClInclude Include="..\src\common\thirdparty\utringbuffer.h" />
<ClInclude Include="..\src\common\thirdparty\utstring.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\common\thirdparty\redis-windows\msvs\hiredis\hiredis.vcxproj">
<Project>{13e85053-54b3-487b-8ddb-3430b1c1b3bf}</Project>
</ProjectReference>
<ProjectReference Include="..\src\common\thirdparty\redis-windows\msvs\RedisServer.vcxproj">
<Project>{46842776-68a5-ec98-6a09-1859bbfc73aa}</Project>
</ProjectReference>
<ProjectReference Include="..\src\common\thirdparty\redis-windows\src\Win32_Interop\Win32_Interop.vcxproj">
<Project>{8c07f811-c81c-432c-b334-1ae6faecf951}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{C002F9F6-8447-4B95-AA18-FB781F4A7865}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
<PlatformToolset>v140_xp</PlatformToolset>
<ConfigurationType>StaticLibrary</ConfigurationType>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(SolutionDir)vsprojects\base.props" Condition="exists('$(SolutionDir)vsprojects\base.props')" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<ItemDefinitionGroup>
<Link>
<SubSystem>Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>