1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" 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+ <ProjectConfiguration Include =" Debug|ARM64" >
21+ <Configuration >Debug</Configuration >
22+ <Platform >ARM64</Platform >
23+ </ProjectConfiguration >
24+ <ProjectConfiguration Include =" Release|ARM64" >
25+ <Configuration >Release</Configuration >
26+ <Platform >ARM64</Platform >
27+ </ProjectConfiguration >
28+ </ItemGroup >
29+ <PropertyGroup Label =" Globals" >
30+ <VCProjectVersion >17.0</VCProjectVersion >
31+ <Keyword >Win32Proj</Keyword >
32+ <ProjectGuid >{e26df1a4-1860-43bc-873f-5dbf30fa7b90}</ProjectGuid >
33+ <RootNamespace >IntentRecognizer</RootNamespace >
34+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
35+ <ConfigurationType >DynamicLibrary</ConfigurationType >
36+ <CharacterSet >Unicode</CharacterSet >
37+ </PropertyGroup >
38+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
39+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
40+ <UseDebugLibraries >true</UseDebugLibraries >
41+ <PlatformToolset >v143</PlatformToolset >
42+ <LinkIncremental >true</LinkIncremental >
43+ </PropertyGroup >
44+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
45+ <UseDebugLibraries >false</UseDebugLibraries >
46+ <PlatformToolset >v143</PlatformToolset >
47+ <WholeProgramOptimization >true</WholeProgramOptimization >
48+ <LinkIncremental >false</LinkIncremental >
49+ </PropertyGroup >
50+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
51+ <ImportGroup Label =" ExtensionSettings" >
52+ </ImportGroup >
53+ <ImportGroup Label =" Shared" >
54+ </ImportGroup >
55+ <ImportGroup Label =" PropertySheets" >
56+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57+ </ImportGroup >
58+ <PropertyGroup Label =" UserMacros" />
59+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
60+ <ClCompile >
61+ <WarningLevel >Level3</WarningLevel >
62+ <SDLCheck >true</SDLCheck >
63+ <PreprocessorDefinitions >_DEBUG;INTENTRECOGNIZER_EXPORTS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
64+ <ConformanceMode >true</ConformanceMode >
65+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
66+ <AdditionalIncludeDirectories >..\samples\intent_api;..\samples\intent_recognizer\include;..\samples\json_parser;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
67+ <AdditionalOptions >/utf-8 /Gw %(AdditionalOptions)</AdditionalOptions >
68+ </ClCompile >
69+ <Lib >
70+ <SubSystem >
71+ </SubSystem >
72+ </Lib >
73+ </ItemDefinitionGroup >
74+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
75+ <ClCompile >
76+ <WarningLevel >Level3</WarningLevel >
77+ <FunctionLevelLinking >true</FunctionLevelLinking >
78+ <IntrinsicFunctions >true</IntrinsicFunctions >
79+ <SDLCheck >true</SDLCheck >
80+ <PreprocessorDefinitions >NDEBUG;INTENTRECOGNIZER_EXPORTS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
81+ <ConformanceMode >true</ConformanceMode >
82+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
83+ <AdditionalIncludeDirectories >..\samples\intent_api;..\samples\intent_recognizer\include;..\samples\json_parser;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
84+ <AdditionalOptions >/utf-8 /Gw %(AdditionalOptions)</AdditionalOptions >
85+ </ClCompile >
86+ <Lib >
87+ <SubSystem >
88+ </SubSystem >
89+ </Lib >
90+ </ItemDefinitionGroup >
91+ <ItemGroup >
92+ <ClCompile Include =" ..\samples\intent_api\intentapi_cxx.cpp" />
93+ <ClCompile Include =" ..\samples\intent_recognizer\en_integer_parser.cpp" />
94+ <ClCompile Include =" ..\samples\intent_recognizer\es_integer_parser.cpp" />
95+ <ClCompile Include =" ..\samples\intent_recognizer\fr_integer_parser.cpp" />
96+ <ClCompile Include =" ..\samples\intent_recognizer\integer_entity.cpp" />
97+ <ClCompile Include =" ..\samples\intent_recognizer\intent_match_result.cpp" />
98+ <ClCompile Include =" ..\samples\intent_recognizer\intent_recognizer.cpp" />
99+ <ClCompile Include =" ..\samples\intent_recognizer\intent_trigger.cpp" />
100+ <ClCompile Include =" ..\samples\intent_recognizer\ja_integer_parser.cpp" />
101+ <ClCompile Include =" ..\samples\intent_recognizer\list_entity.cpp" />
102+ <ClCompile Include =" ..\samples\intent_recognizer\locale_information.cpp" />
103+ <ClCompile Include =" ..\samples\intent_recognizer\pattern_any_entity.cpp" />
104+ <ClCompile Include =" ..\samples\intent_recognizer\pattern_matching_intent.cpp" />
105+ <ClCompile Include =" ..\samples\intent_recognizer\pattern_matching_model.cpp" />
106+ <ClCompile Include =" ..\samples\intent_recognizer\pattern_matching_utils.cpp" />
107+ <ClCompile Include =" ..\samples\intent_recognizer\string_utils.cpp" />
108+ <ClCompile Include =" ..\samples\intent_recognizer\substrings_matcher.cpp" />
109+ <ClCompile Include =" ..\samples\intent_recognizer\utf8_utils.cpp" />
110+ <ClCompile Include =" ..\samples\intent_recognizer\zh_integer_parser.cpp" />
111+ </ItemGroup >
112+ <ItemGroup >
113+ <ClInclude Include =" ..\samples\intent_api\intentapi_cxx.h" />
114+ <ClInclude Include =" ..\samples\intent_api\intentapi_cxx_enums.h" />
115+ <ClInclude Include =" ..\samples\intent_api\intentapi_cxx_exports.h" />
116+ <ClInclude Include =" ..\samples\intent_api\intentapi_cxx_intent_recognition_result.h" />
117+ <ClInclude Include =" ..\samples\intent_api\intentapi_cxx_intent_recognizer.h" />
118+ <ClInclude Include =" ..\samples\intent_api\intentapi_cxx_language_understanding_model.h" />
119+ <ClInclude Include =" ..\samples\intent_api\intentapi_cxx_pattern_matching_entity.h" />
120+ <ClInclude Include =" ..\samples\intent_api\intentapi_cxx_pattern_matching_intent.h" />
121+ <ClInclude Include =" ..\samples\intent_api\intentapi_cxx_pattern_matching_model.h" />
122+ <ClInclude Include =" ..\samples\intent_recognizer\include\en_integer_parser.h" />
123+ <ClInclude Include =" ..\samples\intent_recognizer\include\es_integer_parser.h" />
124+ <ClInclude Include =" ..\samples\intent_recognizer\include\fr_integer_parser.h" />
125+ <ClInclude Include =" ..\samples\intent_recognizer\include\integer_entity.h" />
126+ <ClInclude Include =" ..\samples\intent_recognizer\include\intent_interfaces.h" />
127+ <ClInclude Include =" ..\samples\intent_recognizer\include\intent_match_result.h" />
128+ <ClInclude Include =" ..\samples\intent_recognizer\include\intent_recognizer.h" />
129+ <ClInclude Include =" ..\samples\intent_recognizer\include\intent_trigger.h" />
130+ <ClInclude Include =" ..\samples\intent_recognizer\include\ja_integer_parser.h" />
131+ <ClInclude Include =" ..\samples\intent_recognizer\include\list_entity.h" />
132+ <ClInclude Include =" ..\samples\intent_recognizer\include\locale_information.h" />
133+ <ClInclude Include =" ..\samples\intent_recognizer\include\maybe.h" />
134+ <ClInclude Include =" ..\samples\intent_recognizer\include\pattern_any_entity.h" />
135+ <ClInclude Include =" ..\samples\intent_recognizer\include\pattern_matching_intent.h" />
136+ <ClInclude Include =" ..\samples\intent_recognizer\include\pattern_matching_model.h" />
137+ <ClInclude Include =" ..\samples\intent_recognizer\include\pattern_matching_utils.h" />
138+ <ClInclude Include =" ..\samples\intent_recognizer\include\string_utils.h" />
139+ <ClInclude Include =" ..\samples\intent_recognizer\include\substrings_matcher.h" />
140+ <ClInclude Include =" ..\samples\intent_recognizer\include\traits.h" />
141+ <ClInclude Include =" ..\samples\intent_recognizer\include\utf8_utils.h" />
142+ <ClInclude Include =" ..\samples\intent_recognizer\include\zh_integer_parser.h" />
143+ <ClInclude Include =" ..\samples\intent_recognizer\stdafx.h" />
144+ <ClInclude Include =" ..\samples\json_parser\ajv.h" />
145+ <ClInclude Include =" ..\samples\json_parser\ajv\common.h" />
146+ <ClInclude Include =" ..\samples\json_parser\ajv\json.h" />
147+ <ClInclude Include =" ..\samples\json_parser\ajv\json_builder.h" />
148+ <ClInclude Include =" ..\samples\json_parser\ajv\json_parser.h" />
149+ <ClInclude Include =" ..\samples\json_parser\ajv\json_reader.h" />
150+ <ClInclude Include =" ..\samples\json_parser\ajv\json_reader_view.h" />
151+ <ClInclude Include =" ..\samples\json_parser\ajv\json_string.h" />
152+ <ClInclude Include =" ..\samples\json_parser\ajv\json_tests.h" />
153+ <ClInclude Include =" ..\samples\json_parser\ajv\json_view.h" />
154+ </ItemGroup >
155+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
156+ <ImportGroup Label =" ExtensionTargets" >
157+ </ImportGroup >
158+ </Project >
0 commit comments