1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\packages\Microsoft.Windows.CppWinRT.2.0.190506.1\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.190506.1\build\native\Microsoft.Windows.CppWinRT.props')" />
4+ <PropertyGroup Label =" Globals" >
5+ <CppWinRTOptimized >true</CppWinRTOptimized >
6+ <MinimalCoreWin >true</MinimalCoreWin >
7+ <VCProjectVersion >15.0</VCProjectVersion >
8+ <ProjectGuid >{8c080d24-d4a8-4ffd-86d7-d99a06a0dbde}</ProjectGuid >
9+ <Keyword >Win32Proj</Keyword >
10+ <RootNamespace >StreamFromResource</RootNamespace >
11+ <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.17763.0</WindowsTargetPlatformVersion >
12+ <WindowsTargetPlatformMinVersion >10.0.17134.0</WindowsTargetPlatformMinVersion >
13+ </PropertyGroup >
14+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
15+ <ItemGroup Label =" ProjectConfigurations" >
16+ <ProjectConfiguration Include =" Debug|Win32" >
17+ <Configuration >Debug</Configuration >
18+ <Platform >Win32</Platform >
19+ </ProjectConfiguration >
20+ <ProjectConfiguration Include =" Release|Win32" >
21+ <Configuration >Release</Configuration >
22+ <Platform >Win32</Platform >
23+ </ProjectConfiguration >
24+ <ProjectConfiguration Include =" Debug|x64" >
25+ <Configuration >Debug</Configuration >
26+ <Platform >x64</Platform >
27+ </ProjectConfiguration >
28+ <ProjectConfiguration Include =" Release|x64" >
29+ <Configuration >Release</Configuration >
30+ <Platform >x64</Platform >
31+ </ProjectConfiguration >
32+ </ItemGroup >
33+ <PropertyGroup Label =" Configuration" >
34+ <ConfigurationType >Application</ConfigurationType >
35+ <PlatformToolset >v140</PlatformToolset >
36+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '15.0'" >v141</PlatformToolset >
37+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '16.0'" >v142</PlatformToolset >
38+ <CharacterSet >Unicode</CharacterSet >
39+ </PropertyGroup >
40+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
41+ <UseDebugLibraries >true</UseDebugLibraries >
42+ <LinkIncremental >true</LinkIncremental >
43+ </PropertyGroup >
44+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
45+ <UseDebugLibraries >false</UseDebugLibraries >
46+ <WholeProgramOptimization >true</WholeProgramOptimization >
47+ <LinkIncremental >false</LinkIncremental >
48+ </PropertyGroup >
49+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
50+ <ImportGroup Label =" ExtensionSettings" >
51+ </ImportGroup >
52+ <ImportGroup Label =" Shared" >
53+ </ImportGroup >
54+ <ImportGroup Label =" PropertySheets" >
55+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
56+ </ImportGroup >
57+ <ImportGroup Label =" PropertySheets" >
58+ <Import Project =" PropertySheet.props" />
59+ </ImportGroup >
60+ <PropertyGroup Label =" UserMacros" />
61+ <ItemDefinitionGroup >
62+ <ClCompile >
63+ <PrecompiledHeader >Use</PrecompiledHeader >
64+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
65+ <PrecompiledHeaderOutputFile >$(IntDir)pch.pch</PrecompiledHeaderOutputFile >
66+ <PreprocessorDefinitions >_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
67+ <WarningLevel >Level4</WarningLevel >
68+ <AdditionalOptions >%(AdditionalOptions) /permissive- /bigobj</AdditionalOptions >
69+ </ClCompile >
70+ </ItemDefinitionGroup >
71+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
72+ <ClCompile >
73+ <Optimization >Disabled</Optimization >
74+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
75+ </ClCompile >
76+ <Link >
77+ <SubSystem >Console</SubSystem >
78+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
79+ </Link >
80+ </ItemDefinitionGroup >
81+ <ItemDefinitionGroup Condition =" '$(Platform)'=='Win32'" >
82+ <ClCompile >
83+ <PreprocessorDefinitions >WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions >
84+ </ClCompile >
85+ </ItemDefinitionGroup >
86+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
87+ <ClCompile >
88+ <Optimization >MaxSpeed</Optimization >
89+ <FunctionLevelLinking >true</FunctionLevelLinking >
90+ <IntrinsicFunctions >true</IntrinsicFunctions >
91+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
92+ </ClCompile >
93+ <Link >
94+ <SubSystem >Console</SubSystem >
95+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
96+ <OptimizeReferences >true</OptimizeReferences >
97+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
98+ </Link >
99+ </ItemDefinitionGroup >
100+ <ItemGroup >
101+ <ClInclude Include =" pch.h" />
102+ <ClInclude Include =" resource.h" />
103+ </ItemGroup >
104+ <ItemGroup >
105+ <ClCompile Include =" main.cpp" />
106+ <ClCompile Include =" pch.cpp" >
107+ <PrecompiledHeader >Create</PrecompiledHeader >
108+ </ClCompile >
109+ </ItemGroup >
110+ <ItemGroup >
111+ <None Include =" model.onnx" />
112+ <None Include =" packages.config" />
113+ <None Include =" PropertySheet.props" />
114+ <Text Include =" readme.txt" >
115+ <DeploymentContent >false</DeploymentContent >
116+ </Text >
117+ </ItemGroup >
118+ <ItemGroup >
119+ <ResourceCompile Include =" Resource.rc" />
120+ </ItemGroup >
121+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
122+ <ImportGroup Label =" ExtensionTargets" >
123+ <Import Project =" ..\packages\Microsoft.Windows.CppWinRT.2.0.190506.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.190506.1\build\native\Microsoft.Windows.CppWinRT.targets')" />
124+ </ImportGroup >
125+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
126+ <PropertyGroup >
127+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
128+ </PropertyGroup >
129+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.190506.1\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.190506.1\build\native\Microsoft.Windows.CppWinRT.props'))" />
130+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.190506.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.190506.1\build\native\Microsoft.Windows.CppWinRT.targets'))" />
131+ </Target >
132+ </Project >
0 commit comments