123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- <?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</WindowsTargetPlatformVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v142</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v142</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>v142</PlatformToolset>
- <WholeProgramOptimization>false</WholeProgramOptimization>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v142</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v142</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>v142</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>
|