1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{E7C70C40-7372-477F-A555-50E13EB0C323}</ProjectGuid>
23 <RootNamespace>VSPipe</RootNamespace>
24 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>Application</ConfigurationType>
29 <UseDebugLibraries>true</UseDebugLibraries>
30 <PlatformToolset>v143</PlatformToolset>
31 <CharacterSet>Unicode</CharacterSet>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
34 <ConfigurationType>Application</ConfigurationType>
35 <UseDebugLibraries>true</UseDebugLibraries>
36 <PlatformToolset>v143</PlatformToolset>
37 <CharacterSet>Unicode</CharacterSet>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40 <ConfigurationType>Application</ConfigurationType>
41 <UseDebugLibraries>false</UseDebugLibraries>
42 <PlatformToolset>v143</PlatformToolset>
43 <WholeProgramOptimization>true</WholeProgramOptimization>
44 <CharacterSet>Unicode</CharacterSet>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47 <ConfigurationType>Application</ConfigurationType>
48 <UseDebugLibraries>false</UseDebugLibraries>
49 <PlatformToolset>v143</PlatformToolset>
50 <WholeProgramOptimization>true</WholeProgramOptimization>
51 <CharacterSet>Unicode</CharacterSet>
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54 <ImportGroup Label="ExtensionSettings">
56 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 <PropertyGroup Label="UserMacros" />
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70 <IncludePath>../../include;$(IncludePath)</IncludePath>
71 <LibraryPath>$(SolutionDir)$(Configuration)\;$(LibraryPath)</LibraryPath>
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
74 <IncludePath>../../include;$(IncludePath)</IncludePath>
75 <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78 <IncludePath>../../include;$(IncludePath)</IncludePath>
79 <LibraryPath>$(SolutionDir)$(Configuration)\;$(LibraryPath)</LibraryPath>
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
82 <IncludePath>../../include;$(IncludePath)</IncludePath>
83 <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
87 <WarningLevel>Level3</WarningLevel>
88 <Optimization>Disabled</Optimization>
89 <SDLCheck>true</SDLCheck>
90 <PreprocessorDefinitions>NOMINMAX;VS_TARGET_OS_WINDOWS;_CRT_SECURE_NO_WARNINGS;VS_USE_LATEST_API;VS_GRAPH_API;VSSCRIPT_USE_LATEST_API;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91 <ConformanceMode>true</ConformanceMode>
92 <LanguageStandard>stdcpp17</LanguageStandard>
95 <GenerateDebugInformation>true</GenerateDebugInformation>
96 <AdditionalDependencies>vsscript.lib;%(AdditionalDependencies)</AdditionalDependencies>
97 <SubSystem>Console</SubSystem>
98 <LargeAddressAware>true</LargeAddressAware>
100 </ItemDefinitionGroup>
101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
103 <WarningLevel>Level3</WarningLevel>
104 <Optimization>Disabled</Optimization>
105 <SDLCheck>true</SDLCheck>
106 <PreprocessorDefinitions>NOMINMAX;VS_TARGET_OS_WINDOWS;_CRT_SECURE_NO_WARNINGS;VS_USE_LATEST_API;VS_GRAPH_API;VSSCRIPT_USE_LATEST_API;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107 <ConformanceMode>true</ConformanceMode>
108 <LanguageStandard>stdcpp17</LanguageStandard>
111 <GenerateDebugInformation>true</GenerateDebugInformation>
112 <AdditionalDependencies>vsscript.lib;%(AdditionalDependencies)</AdditionalDependencies>
113 <SubSystem>Console</SubSystem>
115 </ItemDefinitionGroup>
116 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
118 <WarningLevel>Level3</WarningLevel>
119 <Optimization>MaxSpeed</Optimization>
120 <FunctionLevelLinking>true</FunctionLevelLinking>
121 <IntrinsicFunctions>true</IntrinsicFunctions>
122 <SDLCheck>false</SDLCheck>
123 <PreprocessorDefinitions>NOMINMAX;VS_TARGET_OS_WINDOWS;_CRT_SECURE_NO_WARNINGS;VS_USE_LATEST_API;VS_GRAPH_API;VSSCRIPT_USE_LATEST_API;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
124 <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
125 <BufferSecurityCheck>false</BufferSecurityCheck>
126 <ConformanceMode>true</ConformanceMode>
127 <LanguageStandard>stdcpp17</LanguageStandard>
130 <GenerateDebugInformation>true</GenerateDebugInformation>
131 <EnableCOMDATFolding>true</EnableCOMDATFolding>
132 <OptimizeReferences>true</OptimizeReferences>
133 <AdditionalDependencies>vsscript.lib;%(AdditionalDependencies)</AdditionalDependencies>
134 <SubSystem>Console</SubSystem>
135 <LargeAddressAware>true</LargeAddressAware>
137 </ItemDefinitionGroup>
138 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
140 <WarningLevel>Level3</WarningLevel>
141 <Optimization>MaxSpeed</Optimization>
142 <FunctionLevelLinking>true</FunctionLevelLinking>
143 <IntrinsicFunctions>true</IntrinsicFunctions>
144 <SDLCheck>false</SDLCheck>
145 <PreprocessorDefinitions>NOMINMAX;VS_TARGET_OS_WINDOWS;_CRT_SECURE_NO_WARNINGS;VS_USE_LATEST_API;VS_GRAPH_API;VSSCRIPT_USE_LATEST_API;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
146 <BufferSecurityCheck>false</BufferSecurityCheck>
147 <ConformanceMode>true</ConformanceMode>
148 <LanguageStandard>stdcpp17</LanguageStandard>
151 <GenerateDebugInformation>true</GenerateDebugInformation>
152 <EnableCOMDATFolding>true</EnableCOMDATFolding>
153 <OptimizeReferences>true</OptimizeReferences>
154 <AdditionalDependencies>vsscript.lib;%(AdditionalDependencies)</AdditionalDependencies>
155 <SubSystem>Console</SubSystem>
157 </ItemDefinitionGroup>
159 <ClCompile Include="..\..\src\common\wave.cpp" />
160 <ClCompile Include="..\..\src\vspipe\printgraph.cpp" />
161 <ClCompile Include="..\..\src\vspipe\vsjson.cpp" />
162 <ClCompile Include="..\..\src\vspipe\vspipe.cpp" />
165 <ClInclude Include="..\..\include\VapourSynth4.h" />
166 <ClInclude Include="..\..\include\VSHelper4.h" />
167 <ClInclude Include="..\..\include\VSScript4.h" />
168 <ClInclude Include="..\..\src\common\vsutf16.h" />
169 <ClInclude Include="..\..\src\common\wave.h" />
170 <ClInclude Include="..\..\src\vspipe\md5.h" />
171 <ClInclude Include="..\..\src\vspipe\printgraph.h" />
172 <ClInclude Include="..\..\src\vspipe\vsjson.h" />
175 <Manifest Include="..\..\src\vspipe\vspipe.manifest" />
177 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
178 <ImportGroup Label="ExtensionTargets">