Skip to content

Commit

Permalink
Add xrScriptEngine project stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 1, 2015
1 parent d36f902 commit c83bc23
Show file tree
Hide file tree
Showing 8 changed files with 375 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/engine.sln
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrLCUtil", "utils\xrLCUtil\
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrAICore", "xrAICore\xrAICore.vcxproj", "{5CB057D8-4464-40A6-AF10-C26B826D1D90}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xrScriptEngine", "xrScriptEngine\xrScriptEngine.vcxproj", "{132C62DE-DE85-4978-9675-C78ED4DA46F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_Dedicated|Mixed Platforms = Debug_Dedicated|Mixed Platforms
Expand Down Expand Up @@ -1314,6 +1316,30 @@ Global
{5CB057D8-4464-40A6-AF10-C26B826D1D90}.Release|Mixed Platforms.Build.0 = Release|Win32
{5CB057D8-4464-40A6-AF10-C26B826D1D90}.Release|Win32.ActiveCfg = Release|Win32
{5CB057D8-4464-40A6-AF10-C26B826D1D90}.Release|Win32.Build.0 = Release|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Debug_Dedicated|Mixed Platforms.ActiveCfg = Debug|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Debug_Dedicated|Mixed Platforms.Build.0 = Debug|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Debug_Dedicated|Win32.ActiveCfg = Debug|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Debug_Dedicated|Win32.Build.0 = Debug|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Debug|Win32.ActiveCfg = Debug|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Debug|Win32.Build.0 = Debug|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Mixed_Dedicated|Mixed Platforms.ActiveCfg = Mixed|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Mixed_Dedicated|Mixed Platforms.Build.0 = Mixed|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Mixed_Dedicated|Win32.ActiveCfg = Mixed|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Mixed_Dedicated|Win32.Build.0 = Mixed|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Mixed|Mixed Platforms.ActiveCfg = Mixed|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Mixed|Mixed Platforms.Build.0 = Mixed|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Mixed|Win32.ActiveCfg = Mixed|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Mixed|Win32.Build.0 = Mixed|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Release_Dedicated|Mixed Platforms.ActiveCfg = Release|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Release_Dedicated|Mixed Platforms.Build.0 = Release|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Release_Dedicated|Win32.ActiveCfg = Release|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Release_Dedicated|Win32.Build.0 = Release|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Release|Mixed Platforms.Build.0 = Release|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Release|Win32.ActiveCfg = Release|Win32
{132C62DE-DE85-4978-9675-C78ED4DA46F0}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
33 changes: 33 additions & 0 deletions src/xrAICore/xrAICore.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@
<Filter Include="Kernel">
<UniqueIdentifier>{322ee2eb-e5e9-490a-810f-46254b9b50be}</UniqueIdentifier>
</Filter>
<Filter Include="AI">
<UniqueIdentifier>{ead4ed3c-483a-4897-9a67-86aee65993a3}</UniqueIdentifier>
</Filter>
<Filter Include="AI\Space">
<UniqueIdentifier>{eb5bf024-7c70-4fb8-a36f-dab9d4f49934}</UniqueIdentifier>
</Filter>
<Filter Include="AI\Sound">
<UniqueIdentifier>{f2a8f6d9-3cd0-4632-8581-de07014634a5}</UniqueIdentifier>
</Filter>
<Filter Include="AI\Navigation">
<UniqueIdentifier>{d9e337c6-7d29-410e-8e17-5d9846fdb40c}</UniqueIdentifier>
</Filter>
<Filter Include="AI\Monsters">
<UniqueIdentifier>{d9b3a029-b867-49ed-9a0a-77a5df273816}</UniqueIdentifier>
</Filter>
<Filter Include="AI\Life">
<UniqueIdentifier>{9ae1eb7a-5b47-4a29-9051-7a2b431b76b0}</UniqueIdentifier>
</Filter>
<Filter Include="AI\Group">
<UniqueIdentifier>{8202bea5-dd0d-44a0-bde7-71b5d24a890d}</UniqueIdentifier>
</Filter>
<Filter Include="AI\Eval">
<UniqueIdentifier>{1adf8660-aa3a-4fa8-8081-3b4e004c6cb2}</UniqueIdentifier>
</Filter>
<Filter Include="AI\Debug">
<UniqueIdentifier>{79c65283-544c-4ba7-bce5-ffb1883aeab7}</UniqueIdentifier>
</Filter>
<Filter Include="AI\Cover">
<UniqueIdentifier>{75958997-701a-4933-8d49-37f1b2e39e76}</UniqueIdentifier>
</Filter>
<Filter Include="AI\Components">
<UniqueIdentifier>{511278d6-d14c-4c32-8f26-cfebab343732}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="xrAICore.hpp">
Expand Down
1 change: 1 addition & 0 deletions src/xrScriptEngine/pch.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "pch.hpp"
1 change: 1 addition & 0 deletions src/xrScriptEngine/pch.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#pragma once
2 changes: 2 additions & 0 deletions src/xrScriptEngine/xrScriptEngine.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#include "pch.hpp"
#include "xrScriptEngine.hpp"
7 changes: 7 additions & 0 deletions src/xrScriptEngine/xrScriptEngine.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#pragma once

#ifdef XRSCRIPTENGINE_EXPORTS
#define XRSCRIPTENGINE_API __declspec(dllexport)
#else
#define XRSCRIPTENGINE_API __declspec(dllimport)
#endif
263 changes: 263 additions & 0 deletions src/xrScriptEngine/xrScriptEngine.vcxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,263 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.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="Mixed|Win32">
<Configuration>Mixed</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{132C62DE-DE85-4978-9675-C78ED4DA46F0}</ProjectGuid>
<RootNamespace>xrScriptEngine</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
<Import Project="$(SolutionDir)Common.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
<Import Project="$(SolutionDir)Common.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
<Import Project="$(SolutionDir)Common.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(xrBinDir)</OutDir>
<IntDir>$(xrIntDir)$(ProjectName)\</IntDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
<OutDir>$(xrBinDir)</OutDir>
<IntDir>$(xrIntDir)$(ProjectName)\</IntDir>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(xrBinDir)</OutDir>
<IntDir>$(xrIntDir)$(ProjectName)\</IntDir>
<IgnoreImportLibrary>true</IgnoreImportLibrary>
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MkTypLibCompatible>true</MkTypLibCompatible>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TargetEnvironment>Win32</TargetEnvironment>
<TypeLibraryName>$(OutDir)$(TargetName).tlb</TypeLibraryName>
</Midl>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<WholeProgramOptimization>true</WholeProgramOptimization>
<AdditionalIncludeDirectories>$(SolutionDir);$(xrSdkDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;XRSCRIPTENGINE_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<ExceptionHandling />
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<FunctionLevelLinking>false</FunctionLevelLinking>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<FloatingPointModel>Fast</FloatingPointModel>
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
<BrowseInformation />
<WarningLevel>Level4</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Link>
<AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
<SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalLibraryDirectories>$(xrSdkDir)libraries;$(xrLibDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>NotSet</SubSystem>
<LargeAddressAware>false</LargeAddressAware>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>NotSet</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">
<Midl>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MkTypLibCompatible>true</MkTypLibCompatible>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TargetEnvironment>Win32</TargetEnvironment>
<TypeLibraryName>$(OutDir)$(TargetName).tlb</TypeLibraryName>
</Midl>
<ClCompile>
<Optimization>Full</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>false</OmitFramePointers>
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<AdditionalIncludeDirectories>$(SolutionDir);$(xrSdkDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>MIXED;WIN32;DEBUG;_WINDOWS;_USRDLL;XRSCRIPTENGINE_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>true</BufferSecurityCheck>
<FunctionLevelLinking>false</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>Use</PrecompiledHeader>
<BrowseInformation />
<WarningLevel>Level4</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Link>
<AdditionalLibraryDirectories>$(xrSdkDir)libraries;$(xrLibDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
<LargeAddressAware>false</LargeAddressAware>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>NotSet</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MkTypLibCompatible>true</MkTypLibCompatible>
<SuppressStartupBanner>true</SuppressStartupBanner>
<TargetEnvironment>Win32</TargetEnvironment>
<TypeLibraryName>$(OutDir)$(TargetName).tlb</TypeLibraryName>
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
<IntrinsicFunctions>false</IntrinsicFunctions>
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<AdditionalIncludeDirectories>$(SolutionDir);$(xrSdkDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;DEBUG;_WINDOWS;_USRDLL;XRSCRIPTENGINE_EXPORTS;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>false</StringPooling>
<MinimalRebuild>true</MinimalRebuild>
<ExceptionHandling>Sync</ExceptionHandling>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<SmallerTypeCheck>true</SmallerTypeCheck>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
<BrowseInformation />
<WarningLevel>Level4</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Link>
<AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
<SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalLibraryDirectories>$(xrSdkDir)libraries;$(xrLibDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<MapExports>false</MapExports>
<LargeAddressAware>false</LargeAddressAware>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention />
<ImportLibrary>$(xrLibDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>NotSet</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)Layers\xrAPI\xrAPI.vcxproj">
<Project>{1daec516-e52c-4a3c-a4da-ae3553e6e0f8}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)3rd party\luabind\luabind.beta7-devel.rc4.vcxproj">
<Project>{cc52e0b3-cc35-4934-9302-035b748f3f2c}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)3rd party\luajit\lua.JIT.1.1.4.vcxproj">
<Project>{f6c4f74a-152c-4612-9e3b-d02346234855}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.hpp" />
<ClInclude Include="xrScriptEngine.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="pch.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'">pch.hpp</PrecompiledHeaderFile>
</ClCompile>
<ClCompile Include="xrScriptEngine.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<ProjectExtensions>
<VisualStudio>
<UserProperties DevPartner_IsInstrumented="1" />
</VisualStudio>
</ProjectExtensions>
</Project>
Loading

0 comments on commit c83bc23

Please sign in to comment.