Apply convolution patch
[vapoursynth.git] / msvc_project / VSPipe / VSPipe.vcxproj
blobb6ca1983532ede25f4844eb1b03967dcbdd2241d
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>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{E7C70C40-7372-477F-A555-50E13EB0C323}</ProjectGuid>
23     <RootNamespace>VSPipe</RootNamespace>
24     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
25   </PropertyGroup>
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>
32   </PropertyGroup>
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>
38   </PropertyGroup>
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>
45   </PropertyGroup>
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>
52   </PropertyGroup>
53   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54   <ImportGroup Label="ExtensionSettings">
55   </ImportGroup>
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" />
58   </ImportGroup>
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" />
61   </ImportGroup>
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" />
64   </ImportGroup>
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" />
67   </ImportGroup>
68   <PropertyGroup Label="UserMacros" />
69   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70     <IncludePath>../../include;$(IncludePath)</IncludePath>
71     <LibraryPath>$(SolutionDir)$(Configuration)\;$(LibraryPath)</LibraryPath>
72   </PropertyGroup>
73   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
74     <IncludePath>../../include;$(IncludePath)</IncludePath>
75     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
76   </PropertyGroup>
77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78     <IncludePath>../../include;$(IncludePath)</IncludePath>
79     <LibraryPath>$(SolutionDir)$(Configuration)\;$(LibraryPath)</LibraryPath>
80   </PropertyGroup>
81   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
82     <IncludePath>../../include;$(IncludePath)</IncludePath>
83     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
84   </PropertyGroup>
85   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86     <ClCompile>
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>
93     </ClCompile>
94     <Link>
95       <GenerateDebugInformation>true</GenerateDebugInformation>
96       <AdditionalDependencies>vsscript.lib;%(AdditionalDependencies)</AdditionalDependencies>
97       <SubSystem>Console</SubSystem>
98       <LargeAddressAware>true</LargeAddressAware>
99     </Link>
100   </ItemDefinitionGroup>
101   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
102     <ClCompile>
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>
109     </ClCompile>
110     <Link>
111       <GenerateDebugInformation>true</GenerateDebugInformation>
112       <AdditionalDependencies>vsscript.lib;%(AdditionalDependencies)</AdditionalDependencies>
113       <SubSystem>Console</SubSystem>
114     </Link>
115   </ItemDefinitionGroup>
116   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
117     <ClCompile>
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>
128     </ClCompile>
129     <Link>
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>
136     </Link>
137   </ItemDefinitionGroup>
138   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
139     <ClCompile>
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>
149     </ClCompile>
150     <Link>
151       <GenerateDebugInformation>true</GenerateDebugInformation>
152       <EnableCOMDATFolding>true</EnableCOMDATFolding>
153       <OptimizeReferences>true</OptimizeReferences>
154       <AdditionalDependencies>vsscript.lib;%(AdditionalDependencies)</AdditionalDependencies>
155       <SubSystem>Console</SubSystem>
156     </Link>
157   </ItemDefinitionGroup>
158   <ItemGroup>
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" />
163   </ItemGroup>
164   <ItemGroup>
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" />
173   </ItemGroup>
174   <ItemGroup>
175     <Manifest Include="..\..\src\vspipe\vspipe.manifest" />
176   </ItemGroup>
177   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
178   <ImportGroup Label="ExtensionTargets">
179   </ImportGroup>
180 </Project>