1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <ItemGroup >
14
+ <ClInclude Include =" ..\rfs_server_src\deskutils.h" />
15
+ <ClInclude Include =" ..\rfs_server_src\log.h" />
16
+ <ClInclude Include =" ..\rfs_server_src\net.h" />
17
+ <ClInclude Include =" ..\rfs_server_src\rfs.h" />
18
+ <ClInclude Include =" ..\rfs_server_src\rfs_transports.h" />
19
+ <ClInclude Include =" ..\rfs_server_src\serial.h" />
20
+ <ClInclude Include =" ..\rfs_server_src\server.h" />
21
+ <ClInclude Include =" config.h" />
22
+ </ItemGroup >
23
+ <ItemGroup >
24
+ <ClCompile Include =" ..\rfs_server_src\deskutils.c" />
25
+ <ClCompile Include =" ..\rfs_server_src\log.c" />
26
+ <ClCompile Include =" ..\rfs_server_src\net_win32.c" />
27
+ <ClCompile Include =" ..\rfs_server_src\os_io_win32.c" />
28
+ <ClCompile Include =" ..\rfs_server_src\rfs_transports.c" />
29
+ <ClCompile Include =" ..\rfs_server_src\serial_win32.c" />
30
+ <ClCompile Include =" ..\rfs_server_src\server.c" />
31
+ <ClCompile Include =" ..\src\eluarpc.c" />
32
+ <ClCompile Include =" ..\src\remotefs\remotefs.c" />
33
+ <ClCompile Include =" main.c" />
34
+ </ItemGroup >
35
+ <PropertyGroup Label =" Globals" >
36
+ <ProjectGuid >{68EE7183-C1E2-41A9-AADA-3456B4773685}</ProjectGuid >
37
+ <Keyword >Win32Proj</Keyword >
38
+ <RootNamespace >mux</RootNamespace >
39
+ </PropertyGroup >
40
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
41
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
42
+ <ConfigurationType >Application</ConfigurationType >
43
+ <UseDebugLibraries >true</UseDebugLibraries >
44
+ <CharacterSet >MultiByte</CharacterSet >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <UseDebugLibraries >false</UseDebugLibraries >
49
+ <WholeProgramOptimization >true</WholeProgramOptimization >
50
+ <CharacterSet >MultiByte</CharacterSet >
51
+ </PropertyGroup >
52
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
53
+ <ImportGroup Label =" ExtensionSettings" >
54
+ </ImportGroup >
55
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
56
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57
+ </ImportGroup >
58
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ </ImportGroup >
61
+ <PropertyGroup Label =" UserMacros" />
62
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
63
+ <LinkIncremental >true</LinkIncremental >
64
+ <IncludePath >..\rfs_server_src;..\inc;..\inc\remotefs;$(IncludePath)</IncludePath >
65
+ </PropertyGroup >
66
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
67
+ <LinkIncremental >false</LinkIncremental >
68
+ <IncludePath >..\rfs_server_src;..\inc;..\inc\remotefs;$(IncludePath)</IncludePath >
69
+ </PropertyGroup >
70
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
71
+ <ClCompile >
72
+ <PrecompiledHeader >
73
+ </PrecompiledHeader >
74
+ <WarningLevel >Level3</WarningLevel >
75
+ <Optimization >Disabled</Optimization >
76
+ <PreprocessorDefinitions >WIN32_BUILD;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
77
+ </ClCompile >
78
+ <Link >
79
+ <SubSystem >Console</SubSystem >
80
+ <GenerateDebugInformation >true</GenerateDebugInformation >
81
+ <AdditionalDependencies >Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies >
82
+ <EntryPointSymbol >
83
+ </EntryPointSymbol >
84
+ </Link >
85
+ </ItemDefinitionGroup >
86
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
87
+ <ClCompile >
88
+ <WarningLevel >Level3</WarningLevel >
89
+ <PrecompiledHeader >
90
+ </PrecompiledHeader >
91
+ <Optimization >MaxSpeed</Optimization >
92
+ <FunctionLevelLinking >true</FunctionLevelLinking >
93
+ <IntrinsicFunctions >true</IntrinsicFunctions >
94
+ <PreprocessorDefinitions >WIN32_BUILD;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
95
+ </ClCompile >
96
+ <Link >
97
+ <SubSystem >Console</SubSystem >
98
+ <GenerateDebugInformation >true</GenerateDebugInformation >
99
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
100
+ <OptimizeReferences >true</OptimizeReferences >
101
+ <AdditionalDependencies >Ws2_32.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
102
+ </Link >
103
+ </ItemDefinitionGroup >
104
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
105
+ <ImportGroup Label =" ExtensionTargets" >
106
+ </ImportGroup >
107
+ </Project >
0 commit comments