279 lines
13 KiB
XML
279 lines
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Master|Win32">
|
|
<Configuration>Master</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Master|x64">
|
|
<Configuration>Master</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="MasterWithLTCG|Win32">
|
|
<Configuration>MasterWithLTCG</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="MasterWithLTCG|x64">
|
|
<Configuration>MasterWithLTCG</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{9B743A06-56DC-42C2-99B1-B11DE6C02BBD}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>UnityPlayerStub</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
|
|
</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>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Master|Win32' OR '$(Configuration)|$(Platform)'=='MasterWithLTCG|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Master|x64' OR '$(Configuration)|$(Platform)'=='MasterWithLTCG|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<ArtifactsDir>$(SolutionDir)build\obj\$(PlatformShortName)\$(Configuration)\</ArtifactsDir>
|
|
<OutDir>$(ArtifactsDir)UnityPlayerStub\bin\</OutDir>
|
|
<IntDir>$(ArtifactsDir)UnityPlayerStub\obj\</IntDir>
|
|
<TargetName>UnityPlayer</TargetName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<ArtifactsDir>$(SolutionDir)build\obj\$(PlatformShortName)\$(Configuration)\</ArtifactsDir>
|
|
<OutDir>$(ArtifactsDir)UnityPlayerStub\bin\</OutDir>
|
|
<IntDir>$(ArtifactsDir)UnityPlayerStub\obj\</IntDir>
|
|
<TargetName>UnityPlayer</TargetName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<ArtifactsDir>$(SolutionDir)build\obj\$(PlatformShortName)\$(Configuration)\</ArtifactsDir>
|
|
<OutDir>$(ArtifactsDir)UnityPlayerStub\bin\</OutDir>
|
|
<IntDir>$(ArtifactsDir)UnityPlayerStub\obj\</IntDir>
|
|
<TargetName>UnityPlayer</TargetName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Master|Win32' OR '$(Configuration)|$(Platform)'=='MasterWithLTCG|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<ArtifactsDir>$(SolutionDir)build\obj\$(PlatformShortName)\$(Configuration)\</ArtifactsDir>
|
|
<OutDir>$(ArtifactsDir)UnityPlayerStub\bin\</OutDir>
|
|
<IntDir>$(ArtifactsDir)UnityPlayerStub\obj\</IntDir>
|
|
<TargetName>UnityPlayer</TargetName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<ArtifactsDir>$(SolutionDir)build\obj\$(PlatformShortName)\$(Configuration)\</ArtifactsDir>
|
|
<OutDir>$(ArtifactsDir)UnityPlayerStub\bin\</OutDir>
|
|
<IntDir>$(ArtifactsDir)UnityPlayerStub\obj\</IntDir>
|
|
<TargetName>UnityPlayer</TargetName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Master|x64' OR '$(Configuration)|$(Platform)'=='MasterWithLTCG|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<ArtifactsDir>$(SolutionDir)build\obj\$(PlatformShortName)\$(Configuration)\</ArtifactsDir>
|
|
<OutDir>$(ArtifactsDir)UnityPlayerStub\bin\</OutDir>
|
|
<IntDir>$(ArtifactsDir)UnityPlayerStub\obj\</IntDir>
|
|
<TargetName>UnityPlayer</TargetName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>UNITY_WIN=1;UNITY_STANDALONE=1;UNITY_STANDALONE_WIN=1;BUILDING_PLAYER_DLL=1;WIN32;_DEBUG;_WINDOWS;_USRDLL;UNITYPLAYERSTUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<SDLCheck>
|
|
</SDLCheck>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>No</GenerateDebugInformation>
|
|
<ImportLibrary>$(OutDir)UnityPlayerStub.lib</ImportLibrary>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>UNITY_WIN=1;UNITY_STANDALONE=1;UNITY_STANDALONE_WIN=1;BUILDING_PLAYER_DLL=1;_DEBUG;_WINDOWS;_USRDLL;UNITYPLAYERSTUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<SDLCheck>
|
|
</SDLCheck>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>No</GenerateDebugInformation>
|
|
<ImportLibrary>$(OutDir)UnityPlayerStub.lib</ImportLibrary>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>UNITY_WIN=1;UNITY_STANDALONE=1;UNITY_STANDALONE_WIN=1;BUILDING_PLAYER_DLL=1;WIN32;NDEBUG;_WINDOWS;_USRDLL;UNITYPLAYERSTUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<SDLCheck>
|
|
</SDLCheck>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>No</GenerateDebugInformation>
|
|
<ImportLibrary>$(OutDir)UnityPlayerStub.lib</ImportLibrary>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Master|Win32' OR '$(Configuration)|$(Platform)'=='MasterWithLTCG|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>UNITY_WIN=1;UNITY_STANDALONE=1;UNITY_STANDALONE_WIN=1;BUILDING_PLAYER_DLL=1;WIN32;NDEBUG;_WINDOWS;_USRDLL;UNITYPLAYERSTUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<SDLCheck>
|
|
</SDLCheck>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>No</GenerateDebugInformation>
|
|
<ImportLibrary>$(OutDir)UnityPlayerStub.lib</ImportLibrary>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>UNITY_WIN=1;UNITY_STANDALONE=1;UNITY_STANDALONE_WIN=1;BUILDING_PLAYER_DLL=1;NDEBUG;_WINDOWS;_USRDLL;UNITYPLAYERSTUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<SDLCheck>
|
|
</SDLCheck>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>No</GenerateDebugInformation>
|
|
<ImportLibrary>$(OutDir)UnityPlayerStub.lib</ImportLibrary>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Master|x64' OR '$(Configuration)|$(Platform)'=='MasterWithLTCG|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>UNITY_WIN=1;UNITY_STANDALONE=1;UNITY_STANDALONE_WIN=1;BUILDING_PLAYER_DLL=1;NDEBUG;_WINDOWS;_USRDLL;UNITYPLAYERSTUB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<SDLCheck>
|
|
</SDLCheck>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>No</GenerateDebugInformation>
|
|
<ImportLibrary>$(OutDir)UnityPlayerStub.lib</ImportLibrary>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Exports.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="Exports.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |