1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 12.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 >{192D646D-748B-450B-AF3D-BF8EDD5FC897}</ProjectGuid >
23+ <RootNamespace >test_plugin</RootNamespace >
24+ <Keyword >Win32Proj</Keyword >
25+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
26+ <ProjectName >ts3_json_api</ProjectName >
27+ </PropertyGroup >
28+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
30+ <ConfigurationType >DynamicLibrary</ConfigurationType >
31+ <PlatformToolset >v120_xp</PlatformToolset >
32+ <CharacterSet >Unicode</CharacterSet >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
35+ <ConfigurationType >DynamicLibrary</ConfigurationType >
36+ <PlatformToolset >v120_xp</PlatformToolset >
37+ <CharacterSet >Unicode</CharacterSet >
38+ </PropertyGroup >
39+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
40+ <ConfigurationType >DynamicLibrary</ConfigurationType >
41+ <PlatformToolset >v142</PlatformToolset >
42+ <CharacterSet >MultiByte</CharacterSet >
43+ </PropertyGroup >
44+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
45+ <ConfigurationType >DynamicLibrary</ConfigurationType >
46+ <PlatformToolset >v142</PlatformToolset >
47+ <CharacterSet >MultiByte</CharacterSet >
48+ </PropertyGroup >
49+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
50+ <ImportGroup Label =" ExtensionSettings" >
51+ </ImportGroup >
52+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
53+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
54+ </ImportGroup >
55+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
56+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57+ </ImportGroup >
58+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
59+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60+ </ImportGroup >
61+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
62+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63+ </ImportGroup >
64+ <PropertyGroup Label =" UserMacros" />
65+ <PropertyGroup >
66+ <_ProjectFileVersion >12.0.30501.0</_ProjectFileVersion >
67+ </PropertyGroup >
68+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
69+ <OutDir >bin</OutDir >
70+ <IntDir >$(Configuration)\</IntDir >
71+ <TargetName >$(ProjectName)_plugin_win32</TargetName >
72+ </PropertyGroup >
73+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
74+ <TargetName >$(ProjectName)_plugin_win64</TargetName >
75+ </PropertyGroup >
76+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
77+ <OutDir >$(SolutionDir)$(Configuration)\</OutDir >
78+ <IntDir >$(Configuration)\</IntDir >
79+ </PropertyGroup >
80+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
81+ <ClCompile >
82+ <Optimization >Disabled</Optimization >
83+ <AdditionalIncludeDirectories >include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
84+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
85+ <PrecompiledHeader />
86+ <WarningLevel >Level3</WarningLevel >
87+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
88+ </ClCompile >
89+ <Link >
90+ <GenerateDebugInformation >true</GenerateDebugInformation >
91+ <SubSystem >Console</SubSystem >
92+ <DataExecutionPrevention />
93+ <TargetMachine >NotSet</TargetMachine >
94+ <AdditionalDependencies >%(AdditionalDependencies)</AdditionalDependencies >
95+ </Link >
96+ </ItemDefinitionGroup >
97+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
98+ <ClCompile >
99+ <Optimization >Disabled</Optimization >
100+ <AdditionalIncludeDirectories >include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
101+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
102+ <PrecompiledHeader >
103+ </PrecompiledHeader >
104+ <WarningLevel >Level3</WarningLevel >
105+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
106+ </ClCompile >
107+ <Link >
108+ <GenerateDebugInformation >true</GenerateDebugInformation >
109+ <SubSystem >Windows</SubSystem >
110+ <DataExecutionPrevention >
111+ </DataExecutionPrevention >
112+ <AdditionalDependencies >%(AdditionalDependencies)</AdditionalDependencies >
113+ </Link >
114+ </ItemDefinitionGroup >
115+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
116+ <ClCompile >
117+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;TEST_PLUGIN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
118+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
119+ <PrecompiledHeader />
120+ <WarningLevel >Level3</WarningLevel >
121+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
122+ <AdditionalIncludeDirectories >..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
123+ </ClCompile >
124+ <Link >
125+ <SubSystem >Windows</SubSystem >
126+ <DataExecutionPrevention />
127+ <TargetMachine >MachineX86</TargetMachine >
128+ </Link >
129+ </ItemDefinitionGroup >
130+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
131+ <ClCompile >
132+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;_USRDLL;TEST_PLUGIN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
133+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
134+ <PrecompiledHeader >
135+ </PrecompiledHeader >
136+ <WarningLevel >Level3</WarningLevel >
137+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
138+ <AdditionalIncludeDirectories >..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
139+ </ClCompile >
140+ <Link >
141+ <SubSystem >Windows</SubSystem >
142+ <DataExecutionPrevention >
143+ </DataExecutionPrevention >
144+ </Link >
145+ </ItemDefinitionGroup >
146+ <ItemGroup >
147+ <ClCompile Include =" API.cpp" />
148+ <ClCompile Include =" dependencies\Scanner.cpp" />
149+ <ClCompile Include =" plugin.cpp" />
150+ </ItemGroup >
151+ <ItemGroup >
152+ <ClInclude Include =" ..\include\plugin_definitions.h" />
153+ <ClInclude Include =" ..\include\teamlog\logtypes.h" />
154+ <ClInclude Include =" ..\include\teamspeak\clientlib_publicdefinitions.h" />
155+ <ClInclude Include =" ..\include\teamspeak\public_definitions.h" />
156+ <ClInclude Include =" ..\include\teamspeak\public_errors.h" />
157+ <ClInclude Include =" ..\include\teamspeak\public_errors_rare.h" />
158+ <ClInclude Include =" ..\include\teamspeak\public_rare_definitions.h" />
159+ <ClInclude Include =" ..\include\ts3_functions.h" />
160+ <ClInclude Include =" API.h" />
161+ <ClInclude Include =" plugin.h" />
162+ </ItemGroup >
163+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
164+ <ImportGroup Label =" ExtensionTargets" >
165+ </ImportGroup >
166+ </Project >
0 commit comments