mirror of
				https://github.com/gnh1201/welsonjs.git
				synced 2025-10-31 04:51:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			385 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			385 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <OutputType>Exe</OutputType>
 | |
|     <RootNamespace>WelsonJS.Cryptography.Test</RootNamespace>
 | |
|     <TargetFramework>net5.0</TargetFramework>
 | |
|     <Platforms>AnyCPU;x86</Platforms>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\WelsonJS.Cryptography\WelsonJS.Cryptography.vbproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |