1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 14.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 =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <ItemGroup >
22+ <ClCompile Include =" ..\..\common\common_block.c" />
23+ <ClCompile Include =" ..\..\common\common_frame.c" />
24+ <ClCompile Include =" ..\..\common\common_kernels.c" />
25+ <ClCompile Include =" ..\..\common\inter_prediction.c" />
26+ <ClCompile Include =" ..\..\common\intra_prediction.c" />
27+ <ClCompile Include =" ..\..\common\simd.c" />
28+ <ClCompile Include =" ..\..\common\snr.c" />
29+ <ClCompile Include =" ..\..\common\temporal_interp.c" />
30+ <ClCompile Include =" ..\..\common\transform.c" />
31+ <ClCompile Include =" ..\..\dec\decode_block.c" />
32+ <ClCompile Include =" ..\..\dec\decode_frame.c" />
33+ <ClCompile Include =" ..\..\dec\getbits.c" />
34+ <ClCompile Include =" ..\..\dec\getvlc.c" />
35+ <ClCompile Include =" ..\..\dec\maindec.c" />
36+ <ClCompile Include =" ..\..\dec\read_bits.c" />
37+ </ItemGroup >
38+ <ItemGroup >
39+ <ClInclude Include =" ..\..\common\common_block.h" />
40+ <ClInclude Include =" ..\..\common\common_frame.h" />
41+ <ClInclude Include =" ..\..\common\common_kernels.h" />
42+ <ClInclude Include =" ..\..\common\global.h" />
43+ <ClInclude Include =" ..\..\common\inter_prediction.h" />
44+ <ClInclude Include =" ..\..\common\intra_prediction.h" />
45+ <ClInclude Include =" ..\..\common\simd.h" />
46+ <ClInclude Include =" ..\..\common\snr.h" />
47+ <ClInclude Include =" ..\..\common\temporal_interp.h" />
48+ <ClInclude Include =" ..\..\common\transform.h" />
49+ <ClInclude Include =" ..\..\common\types.h" />
50+ <ClInclude Include =" ..\..\dec\decode_block.h" />
51+ <ClInclude Include =" ..\..\dec\decode_frame.h" />
52+ <ClInclude Include =" ..\..\dec\getbits.h" />
53+ <ClInclude Include =" ..\..\dec\getvlc.h" />
54+ <ClInclude Include =" ..\..\dec\maindec.h" />
55+ <ClInclude Include =" ..\..\dec\read_bits.h" />
56+ </ItemGroup >
57+ <PropertyGroup Label =" Globals" >
58+ <ProjectGuid >{3DEF2CEC-29EC-4579-8B6D-6B0DB75EC609}</ProjectGuid >
59+ <RootNamespace >ThorDec</RootNamespace >
60+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
61+ </PropertyGroup >
62+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
63+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
64+ <ConfigurationType >Application</ConfigurationType >
65+ <UseDebugLibraries >true</UseDebugLibraries >
66+ <PlatformToolset >v140</PlatformToolset >
67+ <CharacterSet >MultiByte</CharacterSet >
68+ </PropertyGroup >
69+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
70+ <ConfigurationType >Application</ConfigurationType >
71+ <UseDebugLibraries >false</UseDebugLibraries >
72+ <PlatformToolset >v140</PlatformToolset >
73+ <WholeProgramOptimization >true</WholeProgramOptimization >
74+ <CharacterSet >MultiByte</CharacterSet >
75+ </PropertyGroup >
76+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
77+ <ConfigurationType >Application</ConfigurationType >
78+ <UseDebugLibraries >true</UseDebugLibraries >
79+ <PlatformToolset >v140</PlatformToolset >
80+ <CharacterSet >MultiByte</CharacterSet >
81+ </PropertyGroup >
82+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
83+ <ConfigurationType >Application</ConfigurationType >
84+ <UseDebugLibraries >false</UseDebugLibraries >
85+ <PlatformToolset >v140</PlatformToolset >
86+ <WholeProgramOptimization >true</WholeProgramOptimization >
87+ <CharacterSet >MultiByte</CharacterSet >
88+ </PropertyGroup >
89+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
90+ <ImportGroup Label =" ExtensionSettings" >
91+ </ImportGroup >
92+ <ImportGroup Label =" Shared" >
93+ </ImportGroup >
94+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
95+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
96+ </ImportGroup >
97+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
98+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
99+ </ImportGroup >
100+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
101+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
102+ </ImportGroup >
103+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
104+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
105+ </ImportGroup >
106+ <PropertyGroup Label =" UserMacros" />
107+ <PropertyGroup />
108+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
109+ <ClCompile >
110+ <WarningLevel >Level3</WarningLevel >
111+ <Optimization >Disabled</Optimization >
112+ <SDLCheck >true</SDLCheck >
113+ <AdditionalIncludeDirectories >..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
114+ <PreprocessorDefinitions >VS_2015;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
115+ </ClCompile >
116+ <Link >
117+ <GenerateDebugInformation >true</GenerateDebugInformation >
118+ </Link >
119+ </ItemDefinitionGroup >
120+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
121+ <ClCompile >
122+ <WarningLevel >Level3</WarningLevel >
123+ <Optimization >Disabled</Optimization >
124+ <SDLCheck >true</SDLCheck >
125+ <AdditionalIncludeDirectories >..\..\common</AdditionalIncludeDirectories >
126+ <PreprocessorDefinitions >_MBCS;VS_2015;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
127+ </ClCompile >
128+ <Link >
129+ <GenerateDebugInformation >true</GenerateDebugInformation >
130+ </Link >
131+ </ItemDefinitionGroup >
132+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
133+ <ClCompile >
134+ <WarningLevel >Level3</WarningLevel >
135+ <Optimization >MaxSpeed</Optimization >
136+ <FunctionLevelLinking >true</FunctionLevelLinking >
137+ <IntrinsicFunctions >true</IntrinsicFunctions >
138+ <SDLCheck >true</SDLCheck >
139+ <AdditionalIncludeDirectories >..\..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
140+ <PreprocessorDefinitions >VS_2015;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
141+ </ClCompile >
142+ <Link >
143+ <GenerateDebugInformation >true</GenerateDebugInformation >
144+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
145+ <OptimizeReferences >true</OptimizeReferences >
146+ </Link >
147+ </ItemDefinitionGroup >
148+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
149+ <ClCompile >
150+ <WarningLevel >Level3</WarningLevel >
151+ <Optimization >MaxSpeed</Optimization >
152+ <FunctionLevelLinking >true</FunctionLevelLinking >
153+ <IntrinsicFunctions >true</IntrinsicFunctions >
154+ <SDLCheck >true</SDLCheck >
155+ <AdditionalIncludeDirectories >..\..\common</AdditionalIncludeDirectories >
156+ <PreprocessorDefinitions >_MBCS;VS_2015;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
157+ </ClCompile >
158+ <Link >
159+ <GenerateDebugInformation >true</GenerateDebugInformation >
160+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
161+ <OptimizeReferences >true</OptimizeReferences >
162+ </Link >
163+ </ItemDefinitionGroup >
164+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
165+ <ImportGroup Label =" ExtensionTargets" >
166+ </ImportGroup >
167+ </Project >
0 commit comments