diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-12 15:15:32 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-12 15:15:32 +0300 |
| commit | 123d1d766d137bedea32608f013b3fd498fd77d8 (patch) | |
| tree | faf872ce1c2d5a2ab50d7b5efc89124a97fd1bb9 /Software/Visual_Studio/SideChains/WebRtc.NET/WebRtc.NET.vcxproj | |
| parent | 1b6987a5e82aa6056cf105a486b846979278b050 (diff) | |
| download | Tango-123d1d766d137bedea32608f013b3fd498fd77d8.tar.gz Tango-123d1d766d137bedea32608f013b3fd498fd77d8.zip | |
Initial application of cartridge state protobuf
Diffstat (limited to 'Software/Visual_Studio/SideChains/WebRtc.NET/WebRtc.NET.vcxproj')
| -rw-r--r-- | Software/Visual_Studio/SideChains/WebRtc.NET/WebRtc.NET.vcxproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Software/Visual_Studio/SideChains/WebRtc.NET/WebRtc.NET.vcxproj b/Software/Visual_Studio/SideChains/WebRtc.NET/WebRtc.NET.vcxproj index 661997d3f..609613a91 100644 --- a/Software/Visual_Studio/SideChains/WebRtc.NET/WebRtc.NET.vcxproj +++ b/Software/Visual_Studio/SideChains/WebRtc.NET/WebRtc.NET.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> @@ -22,33 +22,33 @@ <ProjectGuid>{A07E6CB4-0132-4EB1-9A38-C8C057884DC2}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>WebRtcLibDemo</RootNamespace> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> <ProjectName>WebRtc.NET</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> |
