Last active
August 29, 2015 14:24
-
-
Save ciathyza/dc85e7add3456665dfc1 to your computer and use it in GitHub Desktop.
Reason RE SDK Project vcxproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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="LLVMDebugging|Win32"> | |
<Configuration>LLVMDebugging</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="LLVMDebugging|x64"> | |
<Configuration>LLVMDebugging</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="LLVMDeployment|Win32"> | |
<Configuration>LLVMDeployment</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="LLVMDeployment|x64"> | |
<Configuration>LLVMDeployment</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="LLVMTesting|Win32"> | |
<Configuration>LLVMTesting</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="LLVMTesting|x64"> | |
<Configuration>LLVMTesting</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Universal45|Win32"> | |
<Configuration>Universal45</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Universal45|x64"> | |
<Configuration>Universal45</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="VisualDebugging|Win32"> | |
<Configuration>VisualDebugging</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="VisualDebugging|x64"> | |
<Configuration>VisualDebugging</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="VisualDeployment|Win32"> | |
<Configuration>VisualDeployment</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="VisualDeployment|x64"> | |
<Configuration>VisualDeployment</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="VisualTesting|Win32"> | |
<Configuration>VisualTesting</Configuration> | |
<Platform>Win32</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="VisualTesting|x64"> | |
<Configuration>VisualTesting</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
</ItemGroup> | |
<PropertyGroup Label="Globals"> | |
<ProjectGuid>{AA4FA7D1-4E9D-4E16-8372-CEA3A79DC9D7}</ProjectGuid> | |
<RootNamespace>RackExtension</RootNamespace> | |
<Keyword>MakeFileProj</Keyword> | |
</PropertyGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='VisualDeployment|Win32'" Label="Configuration"> | |
<ConfigurationType>DynamicLibrary</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='VisualTesting|Win32'" Label="Configuration"> | |
<ConfigurationType>DynamicLibrary</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='VisualDebugging|Win32'" Label="Configuration"> | |
<ConfigurationType>DynamicLibrary</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Universal45|Win32'" Label="Configuration"> | |
<ConfigurationType>Makefile</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVMTesting|Win32'" Label="Configuration"> | |
<ConfigurationType>Makefile</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVMDeployment|Win32'" Label="Configuration"> | |
<ConfigurationType>Makefile</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVMDebugging|Win32'" Label="Configuration"> | |
<ConfigurationType>Makefile</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='VisualDeployment|x64'" Label="Configuration"> | |
<ConfigurationType>DynamicLibrary</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='VisualTesting|x64'" Label="Configuration"> | |
<ConfigurationType>DynamicLibrary</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='VisualDebugging|x64'" Label="Configuration"> | |
<ConfigurationType>DynamicLibrary</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Universal45|x64'" Label="Configuration"> | |
<ConfigurationType>Makefile</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVMTesting|x64'" Label="Configuration"> | |
<ConfigurationType>Makefile</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVMDeployment|x64'" Label="Configuration"> | |
<ConfigurationType>Makefile</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVMDebugging|x64'" Label="Configuration"> | |
<ConfigurationType>Makefile</ConfigurationType> | |
<PlatformToolset>v120</PlatformToolset> | |
</PropertyGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
<ImportGroup Label="ExtensionSettings"> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='VisualDeployment|Win32'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
<Import Project="JBox_DirSetup.props" /> | |
<Import Project="VisualStudioProperties\VisualStudio.props" /> | |
<Import Project="VisualStudioProperties\Deployment.props" /> | |
<Import Project="VisualStudioProperties\32bits.props" /> | |
<Import Project="VisualStudioProperties\General.props" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='VisualTesting|Win32'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
<Import Project="JBox_DirSetup.props" /> | |
<Import Project="VisualStudioProperties\VisualStudio.props" /> | |
<Import Project="VisualStudioProperties\Testing.props" /> | |
<Import Project="VisualStudioProperties\32bits.props" /> | |
<Import Project="VisualStudioProperties\General.props" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='VisualDebugging|Win32'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
<Import Project="JBox_DirSetup.props" /> | |
<Import Project="VisualStudioProperties\VisualStudio.props" /> | |
<Import Project="VisualStudioProperties\Debugging.props" /> | |
<Import Project="VisualStudioProperties\32bits.props" /> | |
<Import Project="VisualStudioProperties\General.props" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Universal45|Win32'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='LLVMTesting|Win32'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='LLVMDeployment|Win32'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='LLVMDebugging|Win32'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='VisualDeployment|x64'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
<Import Project="JBox_DirSetup.props" /> | |
<Import Project="VisualStudioProperties\VisualStudio.props" /> | |
<Import Project="VisualStudioProperties\Deployment.props" /> | |
<Import Project="VisualStudioProperties\64bits.props" /> | |
<Import Project="VisualStudioProperties\General.props" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='VisualTesting|x64'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
<Import Project="JBox_DirSetup.props" /> | |
<Import Project="VisualStudioProperties\VisualStudio.props" /> | |
<Import Project="VisualStudioProperties\Testing.props" /> | |
<Import Project="VisualStudioProperties\64bits.props" /> | |
<Import Project="VisualStudioProperties\General.props" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='VisualDebugging|x64'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
<Import Project="JBox_DirSetup.props" /> | |
<Import Project="VisualStudioProperties\VisualStudio.props" /> | |
<Import Project="VisualStudioProperties\Debugging.props" /> | |
<Import Project="VisualStudioProperties\64bits.props" /> | |
<Import Project="VisualStudioProperties\General.props" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Universal45|x64'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='LLVMTesting|x64'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='LLVMDeployment|x64'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
</ImportGroup> | |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='LLVMDebugging|x64'" Label="PropertySheets"> | |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
</ImportGroup> | |
<PropertyGroup Label="UserMacros" /> | |
<PropertyGroup> | |
<_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVMDebugging|Win32'"> | |
<OutDir>$(ProjectDir)Output\LLVM\$(Platform)\Debugging\</OutDir> | |
<IntDir>$(ProjectDir)Intermediate\LLVM\$(Platform)\Debugging\</IntDir> | |
<NMakeBuildCommandLine>python build45.py Win local45 $(Platform) Debugging</NMakeBuildCommandLine> | |
<NMakeReBuildCommandLine>START CMD /C "ECHO Rebuild not supported! && PAUSE"</NMakeReBuildCommandLine> | |
<NMakeCleanCommandLine>START CMD /C "ECHO Clean not supported! && PAUSE"</NMakeCleanCommandLine> | |
<NMakeOutput>RackExtension32.dll</NMakeOutput> | |
<NMakePreprocessorDefinitions>DEBUG;JUKEBOX_SDK;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVMDebugging|x64'"> | |
<OutDir>$(ProjectDir)Output\LLVM\$(Platform)\Debugging\</OutDir> | |
<IntDir>$(ProjectDir)Intermediate\LLVM\$(Platform)\Debugging\</IntDir> | |
<NMakeBuildCommandLine>python build45.py Win local45 $(Platform) Debugging</NMakeBuildCommandLine> | |
<NMakeReBuildCommandLine>START CMD /C "ECHO Rebuild not supported! && PAUSE"</NMakeReBuildCommandLine> | |
<NMakeCleanCommandLine>START CMD /C "ECHO Clean not supported! && PAUSE"</NMakeCleanCommandLine> | |
<NMakeOutput>RackExtension64.dll</NMakeOutput> | |
<NMakePreprocessorDefinitions>DEBUG;JUKEBOX_SDK;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> | |
<NMakeIncludeSearchPath>E:\Projects\Reason\SDK\API;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVMDeployment|Win32'"> | |
<OutDir>$(ProjectDir)Output\LLVM\$(Platform)\Deployment\</OutDir> | |
<IntDir>$(ProjectDir)Intermediate\LLVM\$(Platform)\Deployment\</IntDir> | |
<NMakeBuildCommandLine>python build45.py Win local45 $(Platform) Deployment</NMakeBuildCommandLine> | |
<NMakeReBuildCommandLine>START CMD /C "ECHO Rebuild not supported! && PAUSE"</NMakeReBuildCommandLine> | |
<NMakeCleanCommandLine>START CMD /C "ECHO Clean not supported! && PAUSE"</NMakeCleanCommandLine> | |
<NMakeOutput>RackExtension32.dll</NMakeOutput> | |
<NMakePreprocessorDefinitions>NDEBUG;JUKEBOX_SDK;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVMDeployment|x64'"> | |
<OutDir>$(ProjectDir)Output\LLVM\$(Platform)\Deployment\</OutDir> | |
<IntDir>$(ProjectDir)Intermediate\LLVM\$(Platform)\Deployment\</IntDir> | |
<NMakeBuildCommandLine>python build45.py Win local45 $(Platform) Deployment</NMakeBuildCommandLine> | |
<NMakeReBuildCommandLine>START CMD /C "ECHO Rebuild not supported! && PAUSE"</NMakeReBuildCommandLine> | |
<NMakeCleanCommandLine>START CMD /C "ECHO Clean not supported! && PAUSE"</NMakeCleanCommandLine> | |
<NMakeOutput>RackExtension64.dll</NMakeOutput> | |
<NMakePreprocessorDefinitions>NDEBUG;JUKEBOX_SDK;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVMTesting|Win32'"> | |
<OutDir>$(ProjectDir)Output\LLVM\$(Platform)\Testing\</OutDir> | |
<IntDir>$(ProjectDir)Intermediate\LLVM\$(Platform)\Testing\</IntDir> | |
<NMakeBuildCommandLine>python build45.py Win local45 $(Platform) Testing</NMakeBuildCommandLine> | |
<NMakeReBuildCommandLine>START CMD /C "ECHO Rebuild not supported! && PAUSE"</NMakeReBuildCommandLine> | |
<NMakeCleanCommandLine>START CMD /C "ECHO Clean not supported! && PAUSE"</NMakeCleanCommandLine> | |
<NMakeOutput>RackExtension32.dll</NMakeOutput> | |
<NMakePreprocessorDefinitions>DEBUG;JUKEBOX_SDK;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LLVMTesting|x64'"> | |
<OutDir>$(ProjectDir)Output\LLVM\$(Platform)\Testing\</OutDir> | |
<IntDir>$(ProjectDir)Intermediate\LLVM\$(Platform)\Testing\</IntDir> | |
<NMakeBuildCommandLine>python build45.py Win local45 $(Platform) Testing</NMakeBuildCommandLine> | |
<NMakeReBuildCommandLine>START CMD /C "ECHO Rebuild not supported! && PAUSE"</NMakeReBuildCommandLine> | |
<NMakeCleanCommandLine>START CMD /C "ECHO Clean not supported! && PAUSE"</NMakeCleanCommandLine> | |
<NMakeOutput>RackExtension64.dll</NMakeOutput> | |
<NMakePreprocessorDefinitions>DEBUG;JUKEBOX_SDK;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Universal45|Win32'"> | |
<OutDir>$(ProjectDir)Output\LLVM\$(Platform)\Deployment\</OutDir> | |
<IntDir>$(ProjectDir)Intermediate\LLVM\$(Platform)\Deployment\</IntDir> | |
<NMakeBuildCommandLine>python build45.py Win universal45</NMakeBuildCommandLine> | |
<NMakeReBuildCommandLine /> | |
<NMakeCleanCommandLine /> | |
<NMakeOutput>RackExtension.u45</NMakeOutput> | |
<NMakePreprocessorDefinitions>NDEBUG;JUKEBOX_SDK;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Universal45|x64'"> | |
<OutDir>$(ProjectDir)Output\LLVM\$(Platform)\Deployment\</OutDir> | |
<IntDir>$(ProjectDir)Intermediate\LLVM\$(Platform)\Deployment\</IntDir> | |
<NMakeBuildCommandLine>python build45.py Win universal45</NMakeBuildCommandLine> | |
<NMakeReBuildCommandLine /> | |
<NMakeCleanCommandLine /> | |
<NMakeOutput>RackExtension.u45</NMakeOutput> | |
<NMakePreprocessorDefinitions>NDEBUG;JUKEBOX_SDK;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions> | |
<IncludePath>$(IncludePath)</IncludePath> | |
</PropertyGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='VisualDebugging|Win32'"> | |
<PreBuildEvent> | |
<Command>python -u build45.py Win copyresources</Command> | |
</PreBuildEvent> | |
<ClCompile> | |
<PreprocessorDefinitions>DEBUG;JUKEBOX_SDK;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> | |
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
</ClCompile> | |
<PostBuildEvent> | |
<Command>python -u build45.py Win copylibrary $(JBox_32or64) "$(TargetPath)"</Command> | |
</PostBuildEvent> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='VisualDebugging|x64'"> | |
<PreBuildEvent> | |
<Command>python -u build45.py Win copyresources</Command> | |
</PreBuildEvent> | |
<ClCompile> | |
<PreprocessorDefinitions>DEBUG;JUKEBOX_SDK;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet> | |
</ClCompile> | |
<PostBuildEvent> | |
<Command>python -u build45.py Win copylibrary $(JBox_32or64) "$(TargetPath)"</Command> | |
</PostBuildEvent> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='VisualTesting|Win32'"> | |
<PreBuildEvent> | |
<Command>python -u build45.py Win copyresources</Command> | |
</PreBuildEvent> | |
<ClCompile> | |
<PreprocessorDefinitions>DEBUG;JUKEBOX_SDK;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> | |
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
</ClCompile> | |
<PostBuildEvent> | |
<Command>python -u build45.py Win copylibrary $(JBox_32or64) "$(TargetPath)"</Command> | |
</PostBuildEvent> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='VisualTesting|x64'"> | |
<PreBuildEvent> | |
<Command>python -u build45.py Win copyresources</Command> | |
</PreBuildEvent> | |
<ClCompile> | |
<PreprocessorDefinitions>DEBUG;JUKEBOX_SDK;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet> | |
</ClCompile> | |
<PostBuildEvent> | |
<Command>python -u build45.py Win copylibrary $(JBox_32or64) "$(TargetPath)"</Command> | |
</PostBuildEvent> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='VisualDeployment|Win32'"> | |
<PreBuildEvent> | |
<Command>python -u build45.py Win copyresources</Command> | |
</PreBuildEvent> | |
<ClCompile> | |
<PreprocessorDefinitions>NDEBUG;JUKEBOX_SDK;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> | |
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
</ClCompile> | |
<PostBuildEvent> | |
<Command>python -u build45.py Win copylibrary $(JBox_32or64) "$(TargetPath)"</Command> | |
</PostBuildEvent> | |
</ItemDefinitionGroup> | |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='VisualDeployment|x64'"> | |
<PreBuildEvent> | |
<Command>python -u build45.py Win copyresources</Command> | |
</PreBuildEvent> | |
<ClCompile> | |
<PreprocessorDefinitions>NDEBUG;JUKEBOX_SDK;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet> | |
</ClCompile> | |
<PostBuildEvent> | |
<Command>python -u build45.py Win copylibrary $(JBox_32or64) "$(TargetPath)"</Command> | |
</PostBuildEvent> | |
</ItemDefinitionGroup> | |
<ItemGroup> | |
<ClInclude Include="$(JBox_JukeboxSDKDir)\API\Jukebox.h" /> | |
<ClInclude Include="$(JBox_JukeboxSDKDir)\API\JukeboxTypes.h" /> | |
<ClInclude Include="$(JBox_JukeboxSDKDir)\Tools\Libs\Jukebox\ShimABI\JukeboxABI.h" /> | |
<ClInclude Include="Constants.h" /> | |
<ClInclude Include="SampleSound.h" /> | |
<ClInclude Include="Instrument.h" /> | |
<ClInclude Include="Utils.h" /> | |
<ClInclude Include="Voice.h" /> | |
<ClInclude Include="VoicePool.h" /> | |
<ClInclude Include="WaveFormType.h" /> | |
</ItemGroup> | |
<ItemGroup> | |
<None Include="build45.py" /> | |
<None Include="GUI\Output\gui.lua" /> | |
<None Include="GUI\resources\scenegraphs\back.sg" /> | |
<None Include="GUI\resources\scenegraphs\back_folded.sg" /> | |
<None Include="GUI\resources\scenegraphs\front.sg" /> | |
<None Include="GUI\resources\scenegraphs\front_folded.sg" /> | |
<None Include="GUI\resources\scripts\hdgui.lua" /> | |
<None Include="info.lua" /> | |
<None Include="JBox_DirSetup.props" /> | |
<None Include="JBox_DirSetup.vsprops" /> | |
<None Include="motherboard_def.lua" /> | |
<None Include="realtime_controller.lua" /> | |
<None Include="Resources\English\texts.lua" /> | |
<None Include="Resources\Public\Plain Sinus.repatch"> | |
<SubType>Designer</SubType> | |
</None> | |
<None Include="Resources\Public\Triangle with sample.repatch"> | |
<SubType>Designer</SubType> | |
</None> | |
</ItemGroup> | |
<ItemGroup> | |
<ClCompile Include="$(JBox_JukeboxSDKDir)\Tools\Libs\Jukebox\ShimABI\JukeboxABI.cpp" /> | |
<ClCompile Include="JukeboxExports.cpp" /> | |
<ClCompile Include="SampleSound.cpp" /> | |
<ClCompile Include="Instrument.cpp" /> | |
<ClCompile Include="Voice.cpp" /> | |
<ClCompile Include="VoicePool.cpp" /> | |
</ItemGroup> | |
<ItemGroup> | |
<Media Include="Resources\Private\Sample_192000.wav" /> | |
<Media Include="Resources\Private\Sample_22050.wav" /> | |
<Media Include="Resources\Private\Sample_44100.wav" /> | |
<Media Include="Resources\Private\Sample_48000.wav" /> | |
<Media Include="Resources\Private\Sample_88200.wav" /> | |
<Media Include="Resources\Private\Sample_96000.wav" /> | |
<Media Include="Resources\Public\Sample_44100.wav" /> | |
</ItemGroup> | |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
<ImportGroup Label="ExtensionTargets"> | |
</ImportGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment