fix csharp binding path
This commit is contained in:
		
							parent
							
								
									12eefd9978
								
							
						
					
					
						commit
						eab2d58945
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -43,13 +43,13 @@ | |||
|     </Target> | ||||
| 
 | ||||
|     <ItemGroup Condition="'$(Configuration)'=='Debug'"> | ||||
|         <Content Include="../../servicepoint2/target/debug/libservicepoint2.so" CopyToOutputDirectory="Always"> | ||||
|         <Content Include="../../target/debug/libservicepoint2.so" CopyToOutputDirectory="Always"> | ||||
|             <Link>libservicepoint2.so</Link> | ||||
|         </Content> | ||||
|     </ItemGroup> | ||||
| 
 | ||||
|     <ItemGroup Condition="'$(Configuration)'=='Release'"> | ||||
|         <Content Include="../../servicepoint2/target/release/libservicepoint2.so" CopyToOutputDirectory="Always"> | ||||
|         <Content Include="../../target/release/libservicepoint2.so" CopyToOutputDirectory="Always"> | ||||
|             <Link>libservicepoint2.so</Link> | ||||
|         </Content> | ||||
|     </ItemGroup> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vinzenz Schroeter
						Vinzenz Schroeter