diff options
| author | Li Jin <dragon-fly@qq.com> | 2023-06-29 11:18:44 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2023-06-29 11:18:44 +0800 |
| commit | 3edfe65c36d716ca0d1a4d15e78c84c94cb144d0 (patch) | |
| tree | 1fa4ede64f0fdc3fcbb944a78326677aa75d133d /win-build/Yuescript/Yuescript.vcxproj | |
| parent | c98c6053635ddfca7aab15b268b0f2c1fcc0c6ef (diff) | |
| download | yuescript-3edfe65c36d716ca0d1a4d15e78c84c94cb144d0.tar.gz yuescript-3edfe65c36d716ca0d1a4d15e78c84c94cb144d0.tar.bz2 yuescript-3edfe65c36d716ca0d1a4d15e78c84c94cb144d0.zip | |
fix Windows build.
Diffstat (limited to 'win-build/Yuescript/Yuescript.vcxproj')
| -rw-r--r-- | win-build/Yuescript/Yuescript.vcxproj | 883 |
1 files changed, 442 insertions, 441 deletions
diff --git a/win-build/Yuescript/Yuescript.vcxproj b/win-build/Yuescript/Yuescript.vcxproj index e4bed1d..b141579 100644 --- a/win-build/Yuescript/Yuescript.vcxproj +++ b/win-build/Yuescript/Yuescript.vcxproj | |||
| @@ -1,441 +1,442 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <ItemGroup Label="ProjectConfigurations"> | 3 | <ItemGroup Label="ProjectConfigurations"> |
| 4 | <ProjectConfiguration Include="Debug53|Win32"> | 4 | <ProjectConfiguration Include="Debug53|Win32"> |
| 5 | <Configuration>Debug53</Configuration> | 5 | <Configuration>Debug53</Configuration> |
| 6 | <Platform>Win32</Platform> | 6 | <Platform>Win32</Platform> |
| 7 | </ProjectConfiguration> | 7 | </ProjectConfiguration> |
| 8 | <ProjectConfiguration Include="Debug53|x64"> | 8 | <ProjectConfiguration Include="Debug53|x64"> |
| 9 | <Configuration>Debug53</Configuration> | 9 | <Configuration>Debug53</Configuration> |
| 10 | <Platform>x64</Platform> | 10 | <Platform>x64</Platform> |
| 11 | </ProjectConfiguration> | 11 | </ProjectConfiguration> |
| 12 | <ProjectConfiguration Include="Debug|Win32"> | 12 | <ProjectConfiguration Include="Debug|Win32"> |
| 13 | <Configuration>Debug</Configuration> | 13 | <Configuration>Debug</Configuration> |
| 14 | <Platform>Win32</Platform> | 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> | 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="Release53|Win32"> | 16 | <ProjectConfiguration Include="Release53|Win32"> |
| 17 | <Configuration>Release53</Configuration> | 17 | <Configuration>Release53</Configuration> |
| 18 | <Platform>Win32</Platform> | 18 | <Platform>Win32</Platform> |
| 19 | </ProjectConfiguration> | 19 | </ProjectConfiguration> |
| 20 | <ProjectConfiguration Include="Release53|x64"> | 20 | <ProjectConfiguration Include="Release53|x64"> |
| 21 | <Configuration>Release53</Configuration> | 21 | <Configuration>Release53</Configuration> |
| 22 | <Platform>x64</Platform> | 22 | <Platform>x64</Platform> |
| 23 | </ProjectConfiguration> | 23 | </ProjectConfiguration> |
| 24 | <ProjectConfiguration Include="Release|Win32"> | 24 | <ProjectConfiguration Include="Release|Win32"> |
| 25 | <Configuration>Release</Configuration> | 25 | <Configuration>Release</Configuration> |
| 26 | <Platform>Win32</Platform> | 26 | <Platform>Win32</Platform> |
| 27 | </ProjectConfiguration> | 27 | </ProjectConfiguration> |
| 28 | <ProjectConfiguration Include="Debug|x64"> | 28 | <ProjectConfiguration Include="Debug|x64"> |
| 29 | <Configuration>Debug</Configuration> | 29 | <Configuration>Debug</Configuration> |
| 30 | <Platform>x64</Platform> | 30 | <Platform>x64</Platform> |
| 31 | </ProjectConfiguration> | 31 | </ProjectConfiguration> |
| 32 | <ProjectConfiguration Include="Release|x64"> | 32 | <ProjectConfiguration Include="Release|x64"> |
| 33 | <Configuration>Release</Configuration> | 33 | <Configuration>Release</Configuration> |
| 34 | <Platform>x64</Platform> | 34 | <Platform>x64</Platform> |
| 35 | </ProjectConfiguration> | 35 | </ProjectConfiguration> |
| 36 | </ItemGroup> | 36 | </ItemGroup> |
| 37 | <PropertyGroup Label="Globals"> | 37 | <PropertyGroup Label="Globals"> |
| 38 | <VCProjectVersion>16.0</VCProjectVersion> | 38 | <VCProjectVersion>16.0</VCProjectVersion> |
| 39 | <ProjectGuid>{CF4F54DB-61FE-48E0-BA2E-4168BA27ECBD}</ProjectGuid> | 39 | <ProjectGuid>{CF4F54DB-61FE-48E0-BA2E-4168BA27ECBD}</ProjectGuid> |
| 40 | <RootNamespace>Yuescript</RootNamespace> | 40 | <RootNamespace>Yuescript</RootNamespace> |
| 41 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | 41 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
| 42 | <ProjectName>Yuescript</ProjectName> | 42 | <ProjectName>Yuescript</ProjectName> |
| 43 | </PropertyGroup> | 43 | </PropertyGroup> |
| 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 46 | <ConfigurationType>Application</ConfigurationType> | 46 | <ConfigurationType>Application</ConfigurationType> |
| 47 | <UseDebugLibraries>true</UseDebugLibraries> | 47 | <UseDebugLibraries>true</UseDebugLibraries> |
| 48 | <PlatformToolset>v143</PlatformToolset> | 48 | <PlatformToolset>v143</PlatformToolset> |
| 49 | <CharacterSet>Unicode</CharacterSet> | 49 | <CharacterSet>Unicode</CharacterSet> |
| 50 | </PropertyGroup> | 50 | </PropertyGroup> |
| 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'" Label="Configuration"> | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'" Label="Configuration"> |
| 52 | <ConfigurationType>Application</ConfigurationType> | 52 | <ConfigurationType>Application</ConfigurationType> |
| 53 | <UseDebugLibraries>true</UseDebugLibraries> | 53 | <UseDebugLibraries>true</UseDebugLibraries> |
| 54 | <PlatformToolset>v143</PlatformToolset> | 54 | <PlatformToolset>v143</PlatformToolset> |
| 55 | <CharacterSet>Unicode</CharacterSet> | 55 | <CharacterSet>Unicode</CharacterSet> |
| 56 | </PropertyGroup> | 56 | </PropertyGroup> |
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 58 | <ConfigurationType>Application</ConfigurationType> | 58 | <ConfigurationType>Application</ConfigurationType> |
| 59 | <UseDebugLibraries>false</UseDebugLibraries> | 59 | <UseDebugLibraries>false</UseDebugLibraries> |
| 60 | <PlatformToolset>v143</PlatformToolset> | 60 | <PlatformToolset>v143</PlatformToolset> |
| 61 | <WholeProgramOptimization>true</WholeProgramOptimization> | 61 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 62 | <CharacterSet>Unicode</CharacterSet> | 62 | <CharacterSet>Unicode</CharacterSet> |
| 63 | </PropertyGroup> | 63 | </PropertyGroup> |
| 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'" Label="Configuration"> | 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'" Label="Configuration"> |
| 65 | <ConfigurationType>Application</ConfigurationType> | 65 | <ConfigurationType>Application</ConfigurationType> |
| 66 | <UseDebugLibraries>false</UseDebugLibraries> | 66 | <UseDebugLibraries>false</UseDebugLibraries> |
| 67 | <PlatformToolset>v143</PlatformToolset> | 67 | <PlatformToolset>v143</PlatformToolset> |
| 68 | <WholeProgramOptimization>true</WholeProgramOptimization> | 68 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 69 | <CharacterSet>Unicode</CharacterSet> | 69 | <CharacterSet>Unicode</CharacterSet> |
| 70 | </PropertyGroup> | 70 | </PropertyGroup> |
| 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 72 | <ConfigurationType>Application</ConfigurationType> | 72 | <ConfigurationType>Application</ConfigurationType> |
| 73 | <UseDebugLibraries>true</UseDebugLibraries> | 73 | <UseDebugLibraries>true</UseDebugLibraries> |
| 74 | <PlatformToolset>v143</PlatformToolset> | 74 | <PlatformToolset>v143</PlatformToolset> |
| 75 | <CharacterSet>Unicode</CharacterSet> | 75 | <CharacterSet>Unicode</CharacterSet> |
| 76 | </PropertyGroup> | 76 | </PropertyGroup> |
| 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'" Label="Configuration"> | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'" Label="Configuration"> |
| 78 | <ConfigurationType>Application</ConfigurationType> | 78 | <ConfigurationType>Application</ConfigurationType> |
| 79 | <UseDebugLibraries>true</UseDebugLibraries> | 79 | <UseDebugLibraries>true</UseDebugLibraries> |
| 80 | <PlatformToolset>v143</PlatformToolset> | 80 | <PlatformToolset>v143</PlatformToolset> |
| 81 | <CharacterSet>Unicode</CharacterSet> | 81 | <CharacterSet>Unicode</CharacterSet> |
| 82 | </PropertyGroup> | 82 | </PropertyGroup> |
| 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 84 | <ConfigurationType>Application</ConfigurationType> | 84 | <ConfigurationType>Application</ConfigurationType> |
| 85 | <UseDebugLibraries>false</UseDebugLibraries> | 85 | <UseDebugLibraries>false</UseDebugLibraries> |
| 86 | <PlatformToolset>v143</PlatformToolset> | 86 | <PlatformToolset>v143</PlatformToolset> |
| 87 | <WholeProgramOptimization>true</WholeProgramOptimization> | 87 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 88 | <CharacterSet>Unicode</CharacterSet> | 88 | <CharacterSet>Unicode</CharacterSet> |
| 89 | </PropertyGroup> | 89 | </PropertyGroup> |
| 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'" Label="Configuration"> | 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'" Label="Configuration"> |
| 91 | <ConfigurationType>Application</ConfigurationType> | 91 | <ConfigurationType>Application</ConfigurationType> |
| 92 | <UseDebugLibraries>false</UseDebugLibraries> | 92 | <UseDebugLibraries>false</UseDebugLibraries> |
| 93 | <PlatformToolset>v143</PlatformToolset> | 93 | <PlatformToolset>v143</PlatformToolset> |
| 94 | <WholeProgramOptimization>true</WholeProgramOptimization> | 94 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 95 | <CharacterSet>Unicode</CharacterSet> | 95 | <CharacterSet>Unicode</CharacterSet> |
| 96 | </PropertyGroup> | 96 | </PropertyGroup> |
| 97 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 97 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 98 | <ImportGroup Label="ExtensionSettings"> | 98 | <ImportGroup Label="ExtensionSettings"> |
| 99 | </ImportGroup> | 99 | </ImportGroup> |
| 100 | <ImportGroup Label="Shared"> | 100 | <ImportGroup Label="Shared"> |
| 101 | </ImportGroup> | 101 | </ImportGroup> |
| 102 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 102 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 103 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 103 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 104 | </ImportGroup> | 104 | </ImportGroup> |
| 105 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'" Label="PropertySheets"> | 105 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'" Label="PropertySheets"> |
| 106 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 106 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 107 | </ImportGroup> | 107 | </ImportGroup> |
| 108 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 108 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 109 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 110 | </ImportGroup> | 110 | </ImportGroup> |
| 111 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'" Label="PropertySheets"> | 111 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'" Label="PropertySheets"> |
| 112 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 112 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 113 | </ImportGroup> | 113 | </ImportGroup> |
| 114 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 114 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 115 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 115 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 116 | </ImportGroup> | 116 | </ImportGroup> |
| 117 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'" Label="PropertySheets"> | 117 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'" Label="PropertySheets"> |
| 118 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 118 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 119 | </ImportGroup> | 119 | </ImportGroup> |
| 120 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 120 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 121 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 121 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 122 | </ImportGroup> | 122 | </ImportGroup> |
| 123 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'" Label="PropertySheets"> | 123 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'" Label="PropertySheets"> |
| 124 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 124 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 125 | </ImportGroup> | 125 | </ImportGroup> |
| 126 | <PropertyGroup Label="UserMacros" /> | 126 | <PropertyGroup Label="UserMacros" /> |
| 127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 128 | <LinkIncremental>true</LinkIncremental> | 128 | <LinkIncremental>true</LinkIncremental> |
| 129 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 129 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 130 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 130 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 131 | <TargetName>yue</TargetName> | 131 | <TargetName>yue</TargetName> |
| 132 | </PropertyGroup> | 132 | </PropertyGroup> |
| 133 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'"> | 133 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'"> |
| 134 | <LinkIncremental>true</LinkIncremental> | 134 | <LinkIncremental>true</LinkIncremental> |
| 135 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 135 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 136 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 136 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 137 | <TargetName>yue</TargetName> | 137 | <TargetName>yue</TargetName> |
| 138 | </PropertyGroup> | 138 | </PropertyGroup> |
| 139 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 139 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 140 | <LinkIncremental>true</LinkIncremental> | 140 | <LinkIncremental>true</LinkIncremental> |
| 141 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 141 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 142 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 142 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 143 | <TargetName>yue</TargetName> | 143 | <TargetName>yue</TargetName> |
| 144 | </PropertyGroup> | 144 | </PropertyGroup> |
| 145 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'"> | 145 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'"> |
| 146 | <LinkIncremental>true</LinkIncremental> | 146 | <LinkIncremental>true</LinkIncremental> |
| 147 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 147 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 148 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 148 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 149 | <TargetName>yue</TargetName> | 149 | <TargetName>yue</TargetName> |
| 150 | </PropertyGroup> | 150 | </PropertyGroup> |
| 151 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 151 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 152 | <LinkIncremental>false</LinkIncremental> | 152 | <LinkIncremental>false</LinkIncremental> |
| 153 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 153 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 154 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 154 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 155 | <TargetName>yue</TargetName> | 155 | <TargetName>yue</TargetName> |
| 156 | </PropertyGroup> | 156 | </PropertyGroup> |
| 157 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'"> | 157 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'"> |
| 158 | <LinkIncremental>false</LinkIncremental> | 158 | <LinkIncremental>false</LinkIncremental> |
| 159 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 159 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 160 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 160 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 161 | <TargetName>yue</TargetName> | 161 | <TargetName>yue</TargetName> |
| 162 | </PropertyGroup> | 162 | </PropertyGroup> |
| 163 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 163 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 164 | <LinkIncremental>false</LinkIncremental> | 164 | <LinkIncremental>false</LinkIncremental> |
| 165 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 165 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 166 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 166 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 167 | <TargetName>yue</TargetName> | 167 | <TargetName>yue</TargetName> |
| 168 | </PropertyGroup> | 168 | </PropertyGroup> |
| 169 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'"> | 169 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'"> |
| 170 | <LinkIncremental>false</LinkIncremental> | 170 | <LinkIncremental>false</LinkIncremental> |
| 171 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> | 171 | <OutDir>$(SolutionDir)..\bin\windows\$(Platform)\$(Configuration)\</OutDir> |
| 172 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> | 172 | <IntDir>$(SolutionDir)..\build\windows\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir> |
| 173 | <TargetName>yue</TargetName> | 173 | <TargetName>yue</TargetName> |
| 174 | </PropertyGroup> | 174 | </PropertyGroup> |
| 175 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 175 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 176 | <ClCompile> | 176 | <ClCompile> |
| 177 | <WarningLevel>Level3</WarningLevel> | 177 | <WarningLevel>Level3</WarningLevel> |
| 178 | <SDLCheck>true</SDLCheck> | 178 | <SDLCheck>true</SDLCheck> |
| 179 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 179 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 180 | <ConformanceMode>true</ConformanceMode> | 180 | <ConformanceMode>true</ConformanceMode> |
| 181 | <LanguageStandard>stdcpp17</LanguageStandard> | 181 | <LanguageStandard>stdcpp17</LanguageStandard> |
| 182 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 182 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 183 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | 183 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> |
| 184 | </ClCompile> | 184 | </ClCompile> |
| 185 | <Link> | 185 | <Link> |
| 186 | <SubSystem>Console</SubSystem> | 186 | <SubSystem>Console</SubSystem> |
| 187 | <GenerateDebugInformation>true</GenerateDebugInformation> | 187 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 188 | </Link> | 188 | </Link> |
| 189 | </ItemDefinitionGroup> | 189 | </ItemDefinitionGroup> |
| 190 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'"> | 190 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|Win32'"> |
| 191 | <ClCompile> | 191 | <ClCompile> |
| 192 | <WarningLevel>Level3</WarningLevel> | 192 | <WarningLevel>Level3</WarningLevel> |
| 193 | <SDLCheck>true</SDLCheck> | 193 | <SDLCheck>true</SDLCheck> |
| 194 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 194 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 195 | <ConformanceMode>true</ConformanceMode> | 195 | <ConformanceMode>true</ConformanceMode> |
| 196 | <LanguageStandard>stdcpp17</LanguageStandard> | 196 | <LanguageStandard>stdcpp17</LanguageStandard> |
| 197 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 197 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 198 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | 198 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> |
| 199 | </ClCompile> | 199 | </ClCompile> |
| 200 | <Link> | 200 | <Link> |
| 201 | <SubSystem>Console</SubSystem> | 201 | <SubSystem>Console</SubSystem> |
| 202 | <GenerateDebugInformation>true</GenerateDebugInformation> | 202 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 203 | </Link> | 203 | </Link> |
| 204 | </ItemDefinitionGroup> | 204 | </ItemDefinitionGroup> |
| 205 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 205 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 206 | <ClCompile> | 206 | <ClCompile> |
| 207 | <WarningLevel>Level3</WarningLevel> | 207 | <WarningLevel>Level3</WarningLevel> |
| 208 | <SDLCheck>true</SDLCheck> | 208 | <SDLCheck>true</SDLCheck> |
| 209 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 209 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 210 | <ConformanceMode>true</ConformanceMode> | 210 | <ConformanceMode>true</ConformanceMode> |
| 211 | <LanguageStandard>stdcpp17</LanguageStandard> | 211 | <LanguageStandard>stdcpp17</LanguageStandard> |
| 212 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 212 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 213 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | 213 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> |
| 214 | </ClCompile> | 214 | </ClCompile> |
| 215 | <Link> | 215 | <Link> |
| 216 | <SubSystem>Console</SubSystem> | 216 | <SubSystem>Console</SubSystem> |
| 217 | <GenerateDebugInformation>true</GenerateDebugInformation> | 217 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 218 | </Link> | 218 | </Link> |
| 219 | </ItemDefinitionGroup> | 219 | </ItemDefinitionGroup> |
| 220 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'"> | 220 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug53|x64'"> |
| 221 | <ClCompile> | 221 | <ClCompile> |
| 222 | <WarningLevel>Level3</WarningLevel> | 222 | <WarningLevel>Level3</WarningLevel> |
| 223 | <SDLCheck>true</SDLCheck> | 223 | <SDLCheck>true</SDLCheck> |
| 224 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 224 | <PreprocessorDefinitions>_DEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 225 | <ConformanceMode>true</ConformanceMode> | 225 | <ConformanceMode>true</ConformanceMode> |
| 226 | <LanguageStandard>stdcpp17</LanguageStandard> | 226 | <LanguageStandard>stdcpp17</LanguageStandard> |
| 227 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 227 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 228 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | 228 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> |
| 229 | </ClCompile> | 229 | </ClCompile> |
| 230 | <Link> | 230 | <Link> |
| 231 | <SubSystem>Console</SubSystem> | 231 | <SubSystem>Console</SubSystem> |
| 232 | <GenerateDebugInformation>true</GenerateDebugInformation> | 232 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 233 | </Link> | 233 | </Link> |
| 234 | </ItemDefinitionGroup> | 234 | </ItemDefinitionGroup> |
| 235 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 235 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 236 | <ClCompile> | 236 | <ClCompile> |
| 237 | <WarningLevel>Level3</WarningLevel> | 237 | <WarningLevel>Level3</WarningLevel> |
| 238 | <FunctionLevelLinking>true</FunctionLevelLinking> | 238 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 239 | <IntrinsicFunctions>true</IntrinsicFunctions> | 239 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 240 | <SDLCheck>true</SDLCheck> | 240 | <SDLCheck>true</SDLCheck> |
| 241 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 241 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 242 | <ConformanceMode>true</ConformanceMode> | 242 | <ConformanceMode>true</ConformanceMode> |
| 243 | <LanguageStandard>stdcpp17</LanguageStandard> | 243 | <LanguageStandard>stdcpp17</LanguageStandard> |
| 244 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 244 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 245 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | 245 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> |
| 246 | </ClCompile> | 246 | </ClCompile> |
| 247 | <Link> | 247 | <Link> |
| 248 | <SubSystem>Console</SubSystem> | 248 | <SubSystem>Console</SubSystem> |
| 249 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | 249 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 250 | <OptimizeReferences>true</OptimizeReferences> | 250 | <OptimizeReferences>true</OptimizeReferences> |
| 251 | <GenerateDebugInformation>true</GenerateDebugInformation> | 251 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 252 | </Link> | 252 | </Link> |
| 253 | </ItemDefinitionGroup> | 253 | </ItemDefinitionGroup> |
| 254 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'"> | 254 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release53|Win32'"> |
| 255 | <ClCompile> | 255 | <ClCompile> |
| 256 | <WarningLevel>Level3</WarningLevel> | 256 | <WarningLevel>Level3</WarningLevel> |
| 257 | <FunctionLevelLinking>true</FunctionLevelLinking> | 257 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 258 | <IntrinsicFunctions>true</IntrinsicFunctions> | 258 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 259 | <SDLCheck>true</SDLCheck> | 259 | <SDLCheck>true</SDLCheck> |
| 260 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 260 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 261 | <ConformanceMode>true</ConformanceMode> | 261 | <ConformanceMode>true</ConformanceMode> |
| 262 | <LanguageStandard>stdcpp17</LanguageStandard> | 262 | <LanguageStandard>stdcpp17</LanguageStandard> |
| 263 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 263 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 264 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | 264 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> |
| 265 | </ClCompile> | 265 | </ClCompile> |
| 266 | <Link> | 266 | <Link> |
| 267 | <SubSystem>Console</SubSystem> | 267 | <SubSystem>Console</SubSystem> |
| 268 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | 268 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 269 | <OptimizeReferences>true</OptimizeReferences> | 269 | <OptimizeReferences>true</OptimizeReferences> |
| 270 | <GenerateDebugInformation>true</GenerateDebugInformation> | 270 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 271 | </Link> | 271 | </Link> |
| 272 | </ItemDefinitionGroup> | 272 | </ItemDefinitionGroup> |
| 273 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 273 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 274 | <ClCompile> | 274 | <ClCompile> |
| 275 | <WarningLevel>Level3</WarningLevel> | 275 | <WarningLevel>Level3</WarningLevel> |
| 276 | <FunctionLevelLinking>true</FunctionLevelLinking> | 276 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 277 | <IntrinsicFunctions>true</IntrinsicFunctions> | 277 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 278 | <SDLCheck>true</SDLCheck> | 278 | <SDLCheck>true</SDLCheck> |
| 279 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 279 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 280 | <ConformanceMode>true</ConformanceMode> | 280 | <ConformanceMode>true</ConformanceMode> |
| 281 | <LanguageStandard>stdcpp17</LanguageStandard> | 281 | <LanguageStandard>stdcpp17</LanguageStandard> |
| 282 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 282 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 283 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | 283 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> |
| 284 | </ClCompile> | 284 | </ClCompile> |
| 285 | <Link> | 285 | <Link> |
| 286 | <SubSystem>Console</SubSystem> | 286 | <SubSystem>Console</SubSystem> |
| 287 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | 287 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 288 | <OptimizeReferences>true</OptimizeReferences> | 288 | <OptimizeReferences>true</OptimizeReferences> |
| 289 | <GenerateDebugInformation>true</GenerateDebugInformation> | 289 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 290 | </Link> | 290 | </Link> |
| 291 | </ItemDefinitionGroup> | 291 | </ItemDefinitionGroup> |
| 292 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'"> | 292 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release53|x64'"> |
| 293 | <ClCompile> | 293 | <ClCompile> |
| 294 | <WarningLevel>Level3</WarningLevel> | 294 | <WarningLevel>Level3</WarningLevel> |
| 295 | <FunctionLevelLinking>true</FunctionLevelLinking> | 295 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 296 | <IntrinsicFunctions>true</IntrinsicFunctions> | 296 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 297 | <SDLCheck>true</SDLCheck> | 297 | <SDLCheck>true</SDLCheck> |
| 298 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 298 | <PreprocessorDefinitions>NDEBUG;_CONSOLE;_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 299 | <ConformanceMode>true</ConformanceMode> | 299 | <ConformanceMode>true</ConformanceMode> |
| 300 | <LanguageStandard>stdcpp17</LanguageStandard> | 300 | <LanguageStandard>stdcpp17</LanguageStandard> |
| 301 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 301 | <AdditionalIncludeDirectories>..\..\src;..\..\src\3rdParty;..\..\src\3rdParty\lua;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 302 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> | 302 | <AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions> |
| 303 | </ClCompile> | 303 | </ClCompile> |
| 304 | <Link> | 304 | <Link> |
| 305 | <SubSystem>Console</SubSystem> | 305 | <SubSystem>Console</SubSystem> |
| 306 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | 306 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 307 | <OptimizeReferences>true</OptimizeReferences> | 307 | <OptimizeReferences>true</OptimizeReferences> |
| 308 | <GenerateDebugInformation>true</GenerateDebugInformation> | 308 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 309 | </Link> | 309 | </Link> |
| 310 | </ItemDefinitionGroup> | 310 | </ItemDefinitionGroup> |
| 311 | <ItemGroup> | 311 | <ItemGroup> |
| 312 | <ClCompile Include="..\..\src\3rdParty\lua\lapi.c" /> | 312 | <ClCompile Include="..\..\src\3rdParty\lua\lapi.c" /> |
| 313 | <ClCompile Include="..\..\src\3rdParty\lua\lauxlib.c" /> | 313 | <ClCompile Include="..\..\src\3rdParty\lua\lauxlib.c" /> |
| 314 | <ClCompile Include="..\..\src\3rdParty\lua\lbaselib.c" /> | 314 | <ClCompile Include="..\..\src\3rdParty\lua\lbaselib.c" /> |
| 315 | <ClCompile Include="..\..\src\3rdParty\lua\lcode.c" /> | 315 | <ClCompile Include="..\..\src\3rdParty\lua\lcode.c" /> |
| 316 | <ClCompile Include="..\..\src\3rdParty\lua\lcorolib.c" /> | 316 | <ClCompile Include="..\..\src\3rdParty\lua\lcorolib.c" /> |
| 317 | <ClCompile Include="..\..\src\3rdParty\lua\lctype.c" /> | 317 | <ClCompile Include="..\..\src\3rdParty\lua\lctype.c" /> |
| 318 | <ClCompile Include="..\..\src\3rdParty\lua\ldblib.c" /> | 318 | <ClCompile Include="..\..\src\3rdParty\lua\ldblib.c" /> |
| 319 | <ClCompile Include="..\..\src\3rdParty\lua\ldebug.c" /> | 319 | <ClCompile Include="..\..\src\3rdParty\lua\ldebug.c" /> |
| 320 | <ClCompile Include="..\..\src\3rdParty\lua\ldo.c" /> | 320 | <ClCompile Include="..\..\src\3rdParty\lua\ldo.c" /> |
| 321 | <ClCompile Include="..\..\src\3rdParty\lua\ldump.c" /> | 321 | <ClCompile Include="..\..\src\3rdParty\lua\ldump.c" /> |
| 322 | <ClCompile Include="..\..\src\3rdParty\lua\lfunc.c" /> | 322 | <ClCompile Include="..\..\src\3rdParty\lua\lfunc.c" /> |
| 323 | <ClCompile Include="..\..\src\3rdParty\lua\lgc.c" /> | 323 | <ClCompile Include="..\..\src\3rdParty\lua\lgc.c" /> |
| 324 | <ClCompile Include="..\..\src\3rdParty\lua\linit.c" /> | 324 | <ClCompile Include="..\..\src\3rdParty\lua\linit.c" /> |
| 325 | <ClCompile Include="..\..\src\3rdParty\lua\liolib.c" /> | 325 | <ClCompile Include="..\..\src\3rdParty\lua\liolib.c" /> |
| 326 | <ClCompile Include="..\..\src\3rdParty\lua\llex.c" /> | 326 | <ClCompile Include="..\..\src\3rdParty\lua\llex.c" /> |
| 327 | <ClCompile Include="..\..\src\3rdParty\lua\lmathlib.c" /> | 327 | <ClCompile Include="..\..\src\3rdParty\lua\lmathlib.c" /> |
| 328 | <ClCompile Include="..\..\src\3rdParty\lua\lmem.c" /> | 328 | <ClCompile Include="..\..\src\3rdParty\lua\lmem.c" /> |
| 329 | <ClCompile Include="..\..\src\3rdParty\lua\loadlib.c" /> | 329 | <ClCompile Include="..\..\src\3rdParty\lua\loadlib.c" /> |
| 330 | <ClCompile Include="..\..\src\3rdParty\lua\lobject.c" /> | 330 | <ClCompile Include="..\..\src\3rdParty\lua\lobject.c" /> |
| 331 | <ClCompile Include="..\..\src\3rdParty\lua\lopcodes.c" /> | 331 | <ClCompile Include="..\..\src\3rdParty\lua\lopcodes.c" /> |
| 332 | <ClCompile Include="..\..\src\3rdParty\lua\loslib.c" /> | 332 | <ClCompile Include="..\..\src\3rdParty\lua\loslib.c" /> |
| 333 | <ClCompile Include="..\..\src\3rdParty\lua\lparser.c" /> | 333 | <ClCompile Include="..\..\src\3rdParty\lua\lparser.c" /> |
| 334 | <ClCompile Include="..\..\src\3rdParty\lua\lstate.c" /> | 334 | <ClCompile Include="..\..\src\3rdParty\lua\lstate.c" /> |
| 335 | <ClCompile Include="..\..\src\3rdParty\lua\lstring.c" /> | 335 | <ClCompile Include="..\..\src\3rdParty\lua\lstring.c" /> |
| 336 | <ClCompile Include="..\..\src\3rdParty\lua\lstrlib.c" /> | 336 | <ClCompile Include="..\..\src\3rdParty\lua\lstrlib.c" /> |
| 337 | <ClCompile Include="..\..\src\3rdParty\lua\ltable.c" /> | 337 | <ClCompile Include="..\..\src\3rdParty\lua\ltable.c" /> |
| 338 | <ClCompile Include="..\..\src\3rdParty\lua\ltablib.c" /> | 338 | <ClCompile Include="..\..\src\3rdParty\lua\ltablib.c" /> |
| 339 | <ClCompile Include="..\..\src\3rdParty\lua\ltm.c" /> | 339 | <ClCompile Include="..\..\src\3rdParty\lua\ltm.c" /> |
| 340 | <ClCompile Include="..\..\src\3rdParty\lua\lundump.c" /> | 340 | <ClCompile Include="..\..\src\3rdParty\lua\lundump.c" /> |
| 341 | <ClCompile Include="..\..\src\3rdParty\lua\lutf8lib.c" /> | 341 | <ClCompile Include="..\..\src\3rdParty\lua\lutf8lib.c" /> |
| 342 | <ClCompile Include="..\..\src\3rdParty\lua\lvm.c" /> | 342 | <ClCompile Include="..\..\src\3rdParty\lua\lvm.c" /> |
| 343 | <ClCompile Include="..\..\src\3rdParty\lua\lzio.c" /> | 343 | <ClCompile Include="..\..\src\3rdParty\lua\lzio.c" /> |
| 344 | <ClCompile Include="..\..\src\yue.cpp" /> | 344 | <ClCompile Include="..\..\src\yue.cpp" /> |
| 345 | <ClCompile Include="..\..\src\yuescript\ast.cpp" /> | 345 | <ClCompile Include="..\..\src\yuescript\ast.cpp" /> |
| 346 | <ClCompile Include="..\..\src\yuescript\parser.cpp" /> | 346 | <ClCompile Include="..\..\src\yuescript\parser.cpp" /> |
| 347 | <ClCompile Include="..\..\src\yuescript\yuescript.cpp" /> | 347 | <ClCompile Include="..\..\src\yuescript\yuescript.cpp" /> |
| 348 | <ClCompile Include="..\..\src\yuescript\yue_compiler.cpp" /> | 348 | <ClCompile Include="..\..\src\yuescript\yue_ast.cpp" /> |
| 349 | <ClCompile Include="..\..\src\yuescript\yue_parser.cpp" /> | 349 | <ClCompile Include="..\..\src\yuescript\yue_compiler.cpp" /> |
| 350 | <ClCompile Include="..\..\src\3rdParty\efsw\Debug.cpp" /> | 350 | <ClCompile Include="..\..\src\yuescript\yue_parser.cpp" /> |
| 351 | <ClCompile Include="..\..\src\3rdParty\efsw\DirectorySnapshot.cpp" /> | 351 | <ClCompile Include="..\..\src\3rdParty\efsw\Debug.cpp" /> |
| 352 | <ClCompile Include="..\..\src\3rdParty\efsw\DirectorySnapshotDiff.cpp" /> | 352 | <ClCompile Include="..\..\src\3rdParty\efsw\DirectorySnapshot.cpp" /> |
| 353 | <ClCompile Include="..\..\src\3rdParty\efsw\DirWatcherGeneric.cpp" /> | 353 | <ClCompile Include="..\..\src\3rdParty\efsw\DirectorySnapshotDiff.cpp" /> |
| 354 | <ClCompile Include="..\..\src\3rdParty\efsw\FileInfo.cpp" /> | 354 | <ClCompile Include="..\..\src\3rdParty\efsw\DirWatcherGeneric.cpp" /> |
| 355 | <ClCompile Include="..\..\src\3rdParty\efsw\FileSystem.cpp" /> | 355 | <ClCompile Include="..\..\src\3rdParty\efsw\FileInfo.cpp" /> |
| 356 | <ClCompile Include="..\..\src\3rdParty\efsw\FileWatcher.cpp" /> | 356 | <ClCompile Include="..\..\src\3rdParty\efsw\FileSystem.cpp" /> |
| 357 | <ClCompile Include="..\..\src\3rdParty\efsw\FileWatcherCWrapper.cpp" /> | 357 | <ClCompile Include="..\..\src\3rdParty\efsw\FileWatcher.cpp" /> |
| 358 | <ClCompile Include="..\..\src\3rdParty\efsw\FileWatcherGeneric.cpp" /> | 358 | <ClCompile Include="..\..\src\3rdParty\efsw\FileWatcherCWrapper.cpp" /> |
| 359 | <ClCompile Include="..\..\src\3rdParty\efsw\FileWatcherImpl.cpp" /> | 359 | <ClCompile Include="..\..\src\3rdParty\efsw\FileWatcherGeneric.cpp" /> |
| 360 | <ClCompile Include="..\..\src\3rdParty\efsw\FileWatcherWin32.cpp" /> | 360 | <ClCompile Include="..\..\src\3rdParty\efsw\FileWatcherImpl.cpp" /> |
| 361 | <ClCompile Include="..\..\src\3rdParty\efsw\Log.cpp" /> | 361 | <ClCompile Include="..\..\src\3rdParty\efsw\FileWatcherWin32.cpp" /> |
| 362 | <ClCompile Include="..\..\src\3rdParty\efsw\Mutex.cpp" /> | 362 | <ClCompile Include="..\..\src\3rdParty\efsw\Log.cpp" /> |
| 363 | <ClCompile Include="..\..\src\3rdParty\efsw\platform\win\FileSystemImpl.cpp" /> | 363 | <ClCompile Include="..\..\src\3rdParty\efsw\Mutex.cpp" /> |
| 364 | <ClCompile Include="..\..\src\3rdParty\efsw\platform\win\MutexImpl.cpp" /> | 364 | <ClCompile Include="..\..\src\3rdParty\efsw\platform\win\FileSystemImpl.cpp" /> |
| 365 | <ClCompile Include="..\..\src\3rdParty\efsw\platform\win\SystemImpl.cpp" /> | 365 | <ClCompile Include="..\..\src\3rdParty\efsw\platform\win\MutexImpl.cpp" /> |
| 366 | <ClCompile Include="..\..\src\3rdParty\efsw\platform\win\ThreadImpl.cpp" /> | 366 | <ClCompile Include="..\..\src\3rdParty\efsw\platform\win\SystemImpl.cpp" /> |
| 367 | <ClCompile Include="..\..\src\3rdParty\efsw\String.cpp" /> | 367 | <ClCompile Include="..\..\src\3rdParty\efsw\platform\win\ThreadImpl.cpp" /> |
| 368 | <ClCompile Include="..\..\src\3rdParty\efsw\System.cpp" /> | 368 | <ClCompile Include="..\..\src\3rdParty\efsw\String.cpp" /> |
| 369 | <ClCompile Include="..\..\src\3rdParty\efsw\Thread.cpp" /> | 369 | <ClCompile Include="..\..\src\3rdParty\efsw\System.cpp" /> |
| 370 | <ClCompile Include="..\..\src\3rdParty\efsw\Watcher.cpp" /> | 370 | <ClCompile Include="..\..\src\3rdParty\efsw\Thread.cpp" /> |
| 371 | <ClCompile Include="..\..\src\3rdParty\efsw\WatcherGeneric.cpp" /> | 371 | <ClCompile Include="..\..\src\3rdParty\efsw\Watcher.cpp" /> |
| 372 | <ClCompile Include="..\..\src\3rdParty\efsw\WatcherWin32.cpp" /> | 372 | <ClCompile Include="..\..\src\3rdParty\efsw\WatcherGeneric.cpp" /> |
| 373 | </ItemGroup> | 373 | <ClCompile Include="..\..\src\3rdParty\efsw\WatcherWin32.cpp" /> |
| 374 | <ItemGroup> | 374 | </ItemGroup> |
| 375 | <ClInclude Include="..\..\src\3rdParty\lua\lapi.h" /> | 375 | <ItemGroup> |
| 376 | <ClInclude Include="..\..\src\3rdParty\lua\lauxlib.h" /> | 376 | <ClInclude Include="..\..\src\3rdParty\lua\lapi.h" /> |
| 377 | <ClInclude Include="..\..\src\3rdParty\lua\lcode.h" /> | 377 | <ClInclude Include="..\..\src\3rdParty\lua\lauxlib.h" /> |
| 378 | <ClInclude Include="..\..\src\3rdParty\lua\lctype.h" /> | 378 | <ClInclude Include="..\..\src\3rdParty\lua\lcode.h" /> |
| 379 | <ClInclude Include="..\..\src\3rdParty\lua\ldebug.h" /> | 379 | <ClInclude Include="..\..\src\3rdParty\lua\lctype.h" /> |
| 380 | <ClInclude Include="..\..\src\3rdParty\lua\ldo.h" /> | 380 | <ClInclude Include="..\..\src\3rdParty\lua\ldebug.h" /> |
| 381 | <ClInclude Include="..\..\src\3rdParty\lua\lfunc.h" /> | 381 | <ClInclude Include="..\..\src\3rdParty\lua\ldo.h" /> |
| 382 | <ClInclude Include="..\..\src\3rdParty\lua\lgc.h" /> | 382 | <ClInclude Include="..\..\src\3rdParty\lua\lfunc.h" /> |
| 383 | <ClInclude Include="..\..\src\3rdParty\lua\ljumptab.h" /> | 383 | <ClInclude Include="..\..\src\3rdParty\lua\lgc.h" /> |
| 384 | <ClInclude Include="..\..\src\3rdParty\lua\llex.h" /> | 384 | <ClInclude Include="..\..\src\3rdParty\lua\ljumptab.h" /> |
| 385 | <ClInclude Include="..\..\src\3rdParty\lua\llimits.h" /> | 385 | <ClInclude Include="..\..\src\3rdParty\lua\llex.h" /> |
| 386 | <ClInclude Include="..\..\src\3rdParty\lua\lmem.h" /> | 386 | <ClInclude Include="..\..\src\3rdParty\lua\llimits.h" /> |
| 387 | <ClInclude Include="..\..\src\3rdParty\lua\lobject.h" /> | 387 | <ClInclude Include="..\..\src\3rdParty\lua\lmem.h" /> |
| 388 | <ClInclude Include="..\..\src\3rdParty\lua\lopcodes.h" /> | 388 | <ClInclude Include="..\..\src\3rdParty\lua\lobject.h" /> |
| 389 | <ClInclude Include="..\..\src\3rdParty\lua\lopnames.h" /> | 389 | <ClInclude Include="..\..\src\3rdParty\lua\lopcodes.h" /> |
| 390 | <ClInclude Include="..\..\src\3rdParty\lua\lparser.h" /> | 390 | <ClInclude Include="..\..\src\3rdParty\lua\lopnames.h" /> |
| 391 | <ClInclude Include="..\..\src\3rdParty\lua\lprefix.h" /> | 391 | <ClInclude Include="..\..\src\3rdParty\lua\lparser.h" /> |
| 392 | <ClInclude Include="..\..\src\3rdParty\lua\lstate.h" /> | 392 | <ClInclude Include="..\..\src\3rdParty\lua\lprefix.h" /> |
| 393 | <ClInclude Include="..\..\src\3rdParty\lua\lstring.h" /> | 393 | <ClInclude Include="..\..\src\3rdParty\lua\lstate.h" /> |
| 394 | <ClInclude Include="..\..\src\3rdParty\lua\ltable.h" /> | 394 | <ClInclude Include="..\..\src\3rdParty\lua\lstring.h" /> |
| 395 | <ClInclude Include="..\..\src\3rdParty\lua\ltm.h" /> | 395 | <ClInclude Include="..\..\src\3rdParty\lua\ltable.h" /> |
| 396 | <ClInclude Include="..\..\src\3rdParty\lua\lua.h" /> | 396 | <ClInclude Include="..\..\src\3rdParty\lua\ltm.h" /> |
| 397 | <ClInclude Include="..\..\src\3rdParty\lua\lua.hpp" /> | 397 | <ClInclude Include="..\..\src\3rdParty\lua\lua.h" /> |
| 398 | <ClInclude Include="..\..\src\3rdParty\lua\luaconf.h" /> | 398 | <ClInclude Include="..\..\src\3rdParty\lua\lua.hpp" /> |
| 399 | <ClInclude Include="..\..\src\3rdParty\lua\lualib.h" /> | 399 | <ClInclude Include="..\..\src\3rdParty\lua\luaconf.h" /> |
| 400 | <ClInclude Include="..\..\src\3rdParty\lua\lundump.h" /> | 400 | <ClInclude Include="..\..\src\3rdParty\lua\lualib.h" /> |
| 401 | <ClInclude Include="..\..\src\3rdParty\lua\lvm.h" /> | 401 | <ClInclude Include="..\..\src\3rdParty\lua\lundump.h" /> |
| 402 | <ClInclude Include="..\..\src\3rdParty\lua\lzio.h" /> | 402 | <ClInclude Include="..\..\src\3rdParty\lua\lvm.h" /> |
| 403 | <ClInclude Include="..\..\src\yuescript\ast.hpp" /> | 403 | <ClInclude Include="..\..\src\3rdParty\lua\lzio.h" /> |
| 404 | <ClInclude Include="..\..\src\yuescript\parser.hpp" /> | 404 | <ClInclude Include="..\..\src\yuescript\ast.hpp" /> |
| 405 | <ClInclude Include="..\..\src\yuescript\stacktraceplus.h" /> | 405 | <ClInclude Include="..\..\src\yuescript\parser.hpp" /> |
| 406 | <ClInclude Include="..\..\src\yuescript\yuescript.h" /> | 406 | <ClInclude Include="..\..\src\yuescript\stacktraceplus.h" /> |
| 407 | <ClInclude Include="..\..\src\yuescript\yue_ast.h" /> | 407 | <ClInclude Include="..\..\src\yuescript\yuescript.h" /> |
| 408 | <ClInclude Include="..\..\src\yuescript\yue_compiler.h" /> | 408 | <ClInclude Include="..\..\src\yuescript\yue_ast.h" /> |
| 409 | <ClInclude Include="..\..\src\yuescript\yue_parser.h" /> | 409 | <ClInclude Include="..\..\src\yuescript\yue_compiler.h" /> |
| 410 | <ClInclude Include="..\..\src\3rdParty\efsw\Atomic.hpp" /> | 410 | <ClInclude Include="..\..\src\yuescript\yue_parser.h" /> |
| 411 | <ClInclude Include="..\..\src\3rdParty\efsw\base.hpp" /> | 411 | <ClInclude Include="..\..\src\3rdParty\efsw\Atomic.hpp" /> |
| 412 | <ClInclude Include="..\..\src\3rdParty\efsw\Debug.hpp" /> | 412 | <ClInclude Include="..\..\src\3rdParty\efsw\base.hpp" /> |
| 413 | <ClInclude Include="..\..\src\3rdParty\efsw\DirectorySnapshot.hpp" /> | 413 | <ClInclude Include="..\..\src\3rdParty\efsw\Debug.hpp" /> |
| 414 | <ClInclude Include="..\..\src\3rdParty\efsw\DirectorySnapshotDiff.hpp" /> | 414 | <ClInclude Include="..\..\src\3rdParty\efsw\DirectorySnapshot.hpp" /> |
| 415 | <ClInclude Include="..\..\src\3rdParty\efsw\DirWatcherGeneric.hpp" /> | 415 | <ClInclude Include="..\..\src\3rdParty\efsw\DirectorySnapshotDiff.hpp" /> |
| 416 | <ClInclude Include="..\..\src\3rdParty\efsw\efsw.h" /> | 416 | <ClInclude Include="..\..\src\3rdParty\efsw\DirWatcherGeneric.hpp" /> |
| 417 | <ClInclude Include="..\..\src\3rdParty\efsw\efsw.hpp" /> | 417 | <ClInclude Include="..\..\src\3rdParty\efsw\efsw.h" /> |
| 418 | <ClInclude Include="..\..\src\3rdParty\efsw\FileInfo.hpp" /> | 418 | <ClInclude Include="..\..\src\3rdParty\efsw\efsw.hpp" /> |
| 419 | <ClInclude Include="..\..\src\3rdParty\efsw\FileSystem.hpp" /> | 419 | <ClInclude Include="..\..\src\3rdParty\efsw\FileInfo.hpp" /> |
| 420 | <ClInclude Include="..\..\src\3rdParty\efsw\FileWatcherGeneric.hpp" /> | 420 | <ClInclude Include="..\..\src\3rdParty\efsw\FileSystem.hpp" /> |
| 421 | <ClInclude Include="..\..\src\3rdParty\efsw\FileWatcherImpl.hpp" /> | 421 | <ClInclude Include="..\..\src\3rdParty\efsw\FileWatcherGeneric.hpp" /> |
| 422 | <ClInclude Include="..\..\src\3rdParty\efsw\FileWatcherWin32.hpp" /> | 422 | <ClInclude Include="..\..\src\3rdParty\efsw\FileWatcherImpl.hpp" /> |
| 423 | <ClInclude Include="..\..\src\3rdParty\efsw\Lock.hpp" /> | 423 | <ClInclude Include="..\..\src\3rdParty\efsw\FileWatcherWin32.hpp" /> |
| 424 | <ClInclude Include="..\..\src\3rdParty\efsw\Mutex.hpp" /> | 424 | <ClInclude Include="..\..\src\3rdParty\efsw\Lock.hpp" /> |
| 425 | <ClInclude Include="..\..\src\3rdParty\efsw\platform\win\FileSystemImpl.hpp" /> | 425 | <ClInclude Include="..\..\src\3rdParty\efsw\Mutex.hpp" /> |
| 426 | <ClInclude Include="..\..\src\3rdParty\efsw\platform\win\MutexImpl.hpp" /> | 426 | <ClInclude Include="..\..\src\3rdParty\efsw\platform\win\FileSystemImpl.hpp" /> |
| 427 | <ClInclude Include="..\..\src\3rdParty\efsw\platform\win\SystemImpl.hpp" /> | 427 | <ClInclude Include="..\..\src\3rdParty\efsw\platform\win\MutexImpl.hpp" /> |
| 428 | <ClInclude Include="..\..\src\3rdParty\efsw\platform\win\ThreadImpl.hpp" /> | 428 | <ClInclude Include="..\..\src\3rdParty\efsw\platform\win\SystemImpl.hpp" /> |
| 429 | <ClInclude Include="..\..\src\3rdParty\efsw\sophist.h" /> | 429 | <ClInclude Include="..\..\src\3rdParty\efsw\platform\win\ThreadImpl.hpp" /> |
| 430 | <ClInclude Include="..\..\src\3rdParty\efsw\String.hpp" /> | 430 | <ClInclude Include="..\..\src\3rdParty\efsw\sophist.h" /> |
| 431 | <ClInclude Include="..\..\src\3rdParty\efsw\System.hpp" /> | 431 | <ClInclude Include="..\..\src\3rdParty\efsw\String.hpp" /> |
| 432 | <ClInclude Include="..\..\src\3rdParty\efsw\Thread.hpp" /> | 432 | <ClInclude Include="..\..\src\3rdParty\efsw\System.hpp" /> |
| 433 | <ClInclude Include="..\..\src\3rdParty\efsw\Utf.hpp" /> | 433 | <ClInclude Include="..\..\src\3rdParty\efsw\Thread.hpp" /> |
| 434 | <ClInclude Include="..\..\src\3rdParty\efsw\Watcher.hpp" /> | 434 | <ClInclude Include="..\..\src\3rdParty\efsw\Utf.hpp" /> |
| 435 | <ClInclude Include="..\..\src\3rdParty\efsw\WatcherGeneric.hpp" /> | 435 | <ClInclude Include="..\..\src\3rdParty\efsw\Watcher.hpp" /> |
| 436 | <ClInclude Include="..\..\src\3rdParty\efsw\WatcherWin32.hpp" /> | 436 | <ClInclude Include="..\..\src\3rdParty\efsw\WatcherGeneric.hpp" /> |
| 437 | </ItemGroup> | 437 | <ClInclude Include="..\..\src\3rdParty\efsw\WatcherWin32.hpp" /> |
| 438 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 438 | </ItemGroup> |
| 439 | <ImportGroup Label="ExtensionTargets"> | 439 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 440 | </ImportGroup> | 440 | <ImportGroup Label="ExtensionTargets"> |
| 441 | </Project> | 441 | </ImportGroup> |
| 442 | </Project> \ No newline at end of file | ||
