mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-29 19:18:39 -05:00 
			
		
		
		
	sys, dll: NetworkProvider implementation (NPGetConnection)
This commit is contained in:
		| @@ -24,6 +24,7 @@ | ||||
|     <ClInclude Include="..\..\src\dll\library.h" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <ClCompile Include="..\..\src\dll\np.c" /> | ||||
|     <ClCompile Include="..\..\src\dll\security.c" /> | ||||
|     <ClCompile Include="..\..\src\dll\debug.c" /> | ||||
|     <ClCompile Include="..\..\src\dll\fsctl.c" /> | ||||
| @@ -34,6 +35,7 @@ | ||||
|     <ClCompile Include="..\..\src\dll\path.c" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <None Include="..\..\src\dll\library.def" /> | ||||
|     <None Include="..\..\src\dll\ntstatus.i" /> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup Label="Globals"> | ||||
| @@ -133,6 +135,7 @@ | ||||
|       <GenerateMapFile>true</GenerateMapFile> | ||||
|       <MapFileName>$(OutDir)$(TargetFileName).map</MapFileName> | ||||
|       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> | ||||
|       <ModuleDefinitionFile>..\..\src\dll\library.def</ModuleDefinitionFile> | ||||
|     </Link> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||||
| @@ -156,6 +159,7 @@ | ||||
|       <GenerateMapFile>true</GenerateMapFile> | ||||
|       <MapFileName>$(OutDir)$(TargetFileName).map</MapFileName> | ||||
|       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> | ||||
|       <ModuleDefinitionFile>..\..\src\dll\library.def</ModuleDefinitionFile> | ||||
|     </Link> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||||
| @@ -182,6 +186,7 @@ | ||||
|       <GenerateMapFile>true</GenerateMapFile> | ||||
|       <MapFileName>$(OutDir)$(TargetFileName).map</MapFileName> | ||||
|       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> | ||||
|       <ModuleDefinitionFile>..\..\src\dll\library.def</ModuleDefinitionFile> | ||||
|     </Link> | ||||
|   </ItemDefinitionGroup> | ||||
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||||
| @@ -208,6 +213,7 @@ | ||||
|       <GenerateMapFile>true</GenerateMapFile> | ||||
|       <MapFileName>$(OutDir)$(TargetFileName).map</MapFileName> | ||||
|       <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> | ||||
|       <ModuleDefinitionFile>..\..\src\dll\library.def</ModuleDefinitionFile> | ||||
|     </Link> | ||||
|   </ItemDefinitionGroup> | ||||
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
|   | ||||
| @@ -49,10 +49,16 @@ | ||||
|     <ClCompile Include="..\..\src\dll\security.c"> | ||||
|       <Filter>Source</Filter> | ||||
|     </ClCompile> | ||||
|     <ClCompile Include="..\..\src\dll\np.c"> | ||||
|       <Filter>Source</Filter> | ||||
|     </ClCompile> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <None Include="..\..\src\dll\ntstatus.i"> | ||||
|       <Filter>Source</Filter> | ||||
|     </None> | ||||
|     <None Include="..\..\src\dll\library.def"> | ||||
|       <Filter>Source</Filter> | ||||
|     </None> | ||||
|   </ItemGroup> | ||||
| </Project> | ||||
		Reference in New Issue
	
	Block a user