mirror of
				https://github.com/Ryujinx/SDL2-CS.git
				synced 2025-11-04 14:34:57 +00:00 
			
		
		
		
	Use the proper Unsafe feature in the csproj
This commit is contained in:
		
							parent
							
								
									0023c59bd3
								
							
						
					
					
						commit
						ce89a55acf
					
				| 
						 | 
					@ -20,7 +20,7 @@
 | 
				
			||||||
    <WarningLevel>4</WarningLevel>
 | 
					    <WarningLevel>4</WarningLevel>
 | 
				
			||||||
    <PlatformTarget>x86</PlatformTarget>
 | 
					    <PlatformTarget>x86</PlatformTarget>
 | 
				
			||||||
    <ConsolePause>false</ConsolePause>
 | 
					    <ConsolePause>false</ConsolePause>
 | 
				
			||||||
    <additionalargs>/unsafe</additionalargs>
 | 
					    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 | 
				
			||||||
  </PropertyGroup>
 | 
					  </PropertyGroup>
 | 
				
			||||||
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 | 
					  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 | 
				
			||||||
    <DebugType>none</DebugType>
 | 
					    <DebugType>none</DebugType>
 | 
				
			||||||
| 
						 | 
					@ -30,7 +30,7 @@
 | 
				
			||||||
    <WarningLevel>4</WarningLevel>
 | 
					    <WarningLevel>4</WarningLevel>
 | 
				
			||||||
    <PlatformTarget>x86</PlatformTarget>
 | 
					    <PlatformTarget>x86</PlatformTarget>
 | 
				
			||||||
    <ConsolePause>false</ConsolePause>
 | 
					    <ConsolePause>false</ConsolePause>
 | 
				
			||||||
    <additionalargs>/unsafe</additionalargs>
 | 
					    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 | 
				
			||||||
  </PropertyGroup>
 | 
					  </PropertyGroup>
 | 
				
			||||||
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 | 
					  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 | 
				
			||||||
  <ItemGroup>
 | 
					  <ItemGroup>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue