Fixed fix path issue in CasaAuthToken c-sharp library.
This commit is contained in:
		| @@ -4,6 +4,7 @@ | ||||
| 	Version="8.00" | ||||
| 	Name="test" | ||||
| 	ProjectGUID="{6034EBF1-0838-45C4-A538-A41A31EC8F46}" | ||||
| 	RootNamespace="test" | ||||
| 	Keyword="Win32Proj" | ||||
| 	> | ||||
| 	<Platforms> | ||||
| @@ -62,10 +63,10 @@ | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="authtoken.lib ws2_32.lib" | ||||
| 				AdditionalDependencies="casa_authtoken.lib ws2_32.lib" | ||||
| 				OutputFile="$(OutDir)/test.exe" | ||||
| 				LinkIncremental="2" | ||||
| 				AdditionalLibraryDirectories=""C:\Program Files\novell\CASA\lib"" | ||||
| 				AdditionalLibraryDirectories=""C:\Program Files\novell\CASA\lib";"C:\Dev\casa\CASA-auth-token\client\lib\windows"" | ||||
| 				GenerateDebugInformation="true" | ||||
| 				ProgramDatabaseFile="$(OutDir)/test.pdb" | ||||
| 				SubSystem="1" | ||||
| @@ -94,7 +95,7 @@ | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCPostBuildEventTool" | ||||
| 				CommandLine="copy ..\..\windows\debug\authtoken.dll debug\authtoken.dll" | ||||
| 				CommandLine="copy ..\..\windows\debug\casa_authtoken.dll debug\casa_authtoken.dll" | ||||
| 			/> | ||||
| 		</Configuration> | ||||
| 		<Configuration | ||||
| @@ -142,7 +143,7 @@ | ||||
| 			/> | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalDependencies="authtoken.lib ws2_32.lib" | ||||
| 				AdditionalDependencies="casa_authtoken.lib ws2_32.lib" | ||||
| 				OutputFile="$(OutDir)/test.exe" | ||||
| 				LinkIncremental="1" | ||||
| 				AdditionalLibraryDirectories=""C:\Program Files\novell\CASA\lib"" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user