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|x64" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >x64</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|x64" >
9+ <Configuration >Release</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <VCProjectVersion >16.0</VCProjectVersion >
15+ <Keyword >Win32Proj</Keyword >
16+ <ProjectGuid >{5a64fc26-6926-4a45-acce-1fe173166990}</ProjectGuid >
17+ <RootNamespace >OnnxStack.Adapter</RootNamespace >
18+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
19+ <ProjectName >OnnxStack.Adapter</ProjectName >
20+ </PropertyGroup >
21+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
22+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
23+ <ConfigurationType >DynamicLibrary</ConfigurationType >
24+ <UseDebugLibraries >true</UseDebugLibraries >
25+ <PlatformToolset >v143</PlatformToolset >
26+ <CharacterSet >Unicode</CharacterSet >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
29+ <ConfigurationType >DynamicLibrary</ConfigurationType >
30+ <UseDebugLibraries >false</UseDebugLibraries >
31+ <PlatformToolset >v143</PlatformToolset >
32+ <WholeProgramOptimization >true</WholeProgramOptimization >
33+ <CharacterSet >Unicode</CharacterSet >
34+ </PropertyGroup >
35+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
36+ <ImportGroup Label =" ExtensionSettings" >
37+ </ImportGroup >
38+ <ImportGroup Label =" Shared" >
39+ </ImportGroup >
40+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
41+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
42+ </ImportGroup >
43+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
44+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
45+ </ImportGroup >
46+ <PropertyGroup Label =" UserMacros" />
47+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
48+ <OutDir >$(ProjectDir)$(Platform)\$(Configuration)\</OutDir >
49+ </PropertyGroup >
50+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
51+ <ClCompile >
52+ <WarningLevel >Level3</WarningLevel >
53+ <SDLCheck >true</SDLCheck >
54+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
55+ <ConformanceMode >true</ConformanceMode >
56+ </ClCompile >
57+ <Link >
58+ <SubSystem >Console</SubSystem >
59+ <GenerateDebugInformation >true</GenerateDebugInformation >
60+ </Link >
61+ </ItemDefinitionGroup >
62+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
63+ <ClCompile >
64+ <WarningLevel >Level3</WarningLevel >
65+ <FunctionLevelLinking >true</FunctionLevelLinking >
66+ <IntrinsicFunctions >true</IntrinsicFunctions >
67+ <SDLCheck >true</SDLCheck >
68+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
69+ <ConformanceMode >true</ConformanceMode >
70+ </ClCompile >
71+ <Link >
72+ <SubSystem >Console</SubSystem >
73+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
74+ <OptimizeReferences >true</OptimizeReferences >
75+ <GenerateDebugInformation >true</GenerateDebugInformation >
76+ </Link >
77+ </ItemDefinitionGroup >
78+ <ItemGroup >
79+ <ClCompile Include =" AdapterInfo.cpp" />
80+ </ItemGroup >
81+ <ItemGroup >
82+ <ClInclude Include =" AdapterInfo.h" />
83+ </ItemGroup >
84+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
85+ <ImportGroup Label =" ExtensionTargets" >
86+ </ImportGroup >
87+ </Project >
0 commit comments