Commit | Line | Data |
---|---|---|
292e2d90 M |
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="Debug|x64"> | |
9 | <Configuration>Debug</Configuration> | |
10 | <Platform>x64</Platform> | |
11 | </ProjectConfiguration> | |
12 | <ProjectConfiguration Include="Release|Win32"> | |
13 | <Configuration>Release</Configuration> | |
14 | <Platform>Win32</Platform> | |
15 | </ProjectConfiguration> | |
16 | <ProjectConfiguration Include="Release|x64"> | |
17 | <Configuration>Release</Configuration> | |
18 | <Platform>x64</Platform> | |
19 | </ProjectConfiguration> | |
20 | </ItemGroup> | |
21 | <PropertyGroup Label="Globals"> | |
22 | <ProjectGuid>{43A2C9EF-338F-4326-9DF2-1CE0B1DA1C6B}</ProjectGuid> | |
23 | <Keyword>Win32Proj</Keyword> | |
24 | <RootNamespace>nfsclientsync</RootNamespace> | |
25 | </PropertyGroup> | |
26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
28 | <ConfigurationType>Application</ConfigurationType> | |
29 | <UseDebugLibraries>true</UseDebugLibraries> | |
30 | <CharacterSet>Unicode</CharacterSet> | |
31 | </PropertyGroup> | |
32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
33 | <ConfigurationType>Application</ConfigurationType> | |
34 | <UseDebugLibraries>true</UseDebugLibraries> | |
35 | <CharacterSet>Unicode</CharacterSet> | |
36 | </PropertyGroup> | |
37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
38 | <ConfigurationType>Application</ConfigurationType> | |
39 | <UseDebugLibraries>false</UseDebugLibraries> | |
40 | <WholeProgramOptimization>true</WholeProgramOptimization> | |
41 | <CharacterSet>Unicode</CharacterSet> | |
42 | </PropertyGroup> | |
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
44 | <ConfigurationType>Application</ConfigurationType> | |
45 | <UseDebugLibraries>false</UseDebugLibraries> | |
46 | <WholeProgramOptimization>true</WholeProgramOptimization> | |
47 | <CharacterSet>Unicode</CharacterSet> | |
48 | </PropertyGroup> | |
49 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
50 | <ImportGroup Label="ExtensionSettings"> | |
51 | </ImportGroup> | |
52 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
54 | </ImportGroup> | |
55 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
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 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
63 | </ImportGroup> | |
64 | <PropertyGroup Label="UserMacros" /> | |
65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
66 | <LinkIncremental>true</LinkIncremental> | |
67 | <LibraryPath>..\libnfs\Release;..\..\..\oncrpc-win32\win32\bin;..\..\bin;$(LibraryPath)</LibraryPath> | |
68 | </PropertyGroup> | |
69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
70 | <LinkIncremental>true</LinkIncremental> | |
71 | <LibraryPath>..\libnfs\Release;..\..\..\oncrpc-win32\win32\bin;..\..\bin;$(LibraryPath)</LibraryPath> | |
72 | </PropertyGroup> | |
73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
74 | <LinkIncremental>false</LinkIncremental> | |
75 | <LibraryPath>..\libnfs\Release;..\..\..\oncrpc-win32\win32\bin;..\..\bin;$(LibraryPath)</LibraryPath> | |
76 | </PropertyGroup> | |
77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
78 | <LinkIncremental>false</LinkIncremental> | |
79 | <LibraryPath>..\libnfs\Release;..\..\..\oncrpc-win32\win32\bin;..\..\bin;$(LibraryPath)</LibraryPath> | |
80 | </PropertyGroup> | |
81 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
82 | <ClCompile> | |
83 | <PrecompiledHeader> | |
84 | </PrecompiledHeader> | |
85 | <WarningLevel>Level3</WarningLevel> | |
86 | <Optimization>Disabled</Optimization> | |
87 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0501;_U_=;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
88 | <AdditionalIncludeDirectories>..\..\include\nfsc;..\..\include;..\..\.;..\..\win32;..\..\mount;..\..\nfs</AdditionalIncludeDirectories> | |
89 | </ClCompile> | |
90 | <Link> | |
91 | <SubSystem>Console</SubSystem> | |
92 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
93 | <AdditionalDependencies>libnfs.lib;WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
94 | </Link> | |
95 | <ProjectReference> | |
96 | <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> | |
97 | <LinkLibraryDependencies>true</LinkLibraryDependencies> | |
98 | </ProjectReference> | |
99 | </ItemDefinitionGroup> | |
100 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
101 | <ClCompile> | |
102 | <PrecompiledHeader> | |
103 | </PrecompiledHeader> | |
104 | <WarningLevel>Level3</WarningLevel> | |
105 | <Optimization>Disabled</Optimization> | |
106 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT=0x0501;_U_=;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
107 | <AdditionalIncludeDirectories>..\..\..\oncrpc-win32\win32\include;..\..\include;..\..\.;..\..\win32;..\..\mount;..\..\nfs</AdditionalIncludeDirectories> | |
108 | </ClCompile> | |
109 | <Link> | |
110 | <SubSystem>Console</SubSystem> | |
111 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
112 | <AdditionalDependencies>libnfs.lib;oncrpc.lib;WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
113 | </Link> | |
114 | <ProjectReference> | |
115 | <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> | |
116 | <LinkLibraryDependencies>true</LinkLibraryDependencies> | |
117 | </ProjectReference> | |
118 | </ItemDefinitionGroup> | |
119 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
120 | <ClCompile> | |
121 | <WarningLevel>Level3</WarningLevel> | |
122 | <PrecompiledHeader> | |
123 | </PrecompiledHeader> | |
124 | <Optimization>MaxSpeed</Optimization> | |
125 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
126 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
127 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_WIN32_WINNT=0x0501;_U_=;ONCRPC_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
128 | <AdditionalIncludeDirectories>..\..\include\nfsc;..\..\include;..\..\.;..\..\win32;..\..\mount;..\..\nfs</AdditionalIncludeDirectories> | |
129 | </ClCompile> | |
130 | <Link> | |
131 | <SubSystem>Console</SubSystem> | |
132 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
133 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
134 | <OptimizeReferences>true</OptimizeReferences> | |
135 | <AdditionalDependencies>libnfs.lib;WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
136 | </Link> | |
137 | </ItemDefinitionGroup> | |
138 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
139 | <ClCompile> | |
140 | <WarningLevel>Level3</WarningLevel> | |
141 | <PrecompiledHeader> | |
142 | </PrecompiledHeader> | |
143 | <Optimization>MaxSpeed</Optimization> | |
144 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
145 | <IntrinsicFunctions>true</IntrinsicFunctions> | |
146 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_WIN32_WINNT=0x0501;_U_=;ONCRPC_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
147 | <AdditionalIncludeDirectories>..\..\..\oncrpc-win32\win32\include;..\..\include;..\..\.;..\..\win32;..\..\mount;..\..\nfs</AdditionalIncludeDirectories> | |
148 | </ClCompile> | |
149 | <Link> | |
150 | <SubSystem>Console</SubSystem> | |
151 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
152 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
153 | <OptimizeReferences>true</OptimizeReferences> | |
154 | <AdditionalDependencies>libnfs.lib;oncrpc.lib;WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
155 | </Link> | |
156 | </ItemDefinitionGroup> | |
157 | <ItemGroup> | |
158 | <ClCompile Include="..\..\examples\nfs-ls.c" /> | |
159 | </ItemGroup> | |
160 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
161 | <ImportGroup Label="ExtensionTargets"> | |
162 | </ImportGroup> | |
163 | </Project> |