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.1.0.181129.3\build\native\Microsoft.Windows.CppWinRT.props" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.1.0.181129.3\build\native\Microsoft.Windows.CppWinRT.props')" />
4+ <PropertyGroup Label =" Globals" >
5+ <CppWinRTOptimized >true</CppWinRTOptimized >
6+ <CppWinRTRootNamespaceAutoMerge >true</CppWinRTRootNamespaceAutoMerge >
7+ <CppWinRTGenerateWindowsMetadata >true</CppWinRTGenerateWindowsMetadata >
8+ <MinimalCoreWin >true</MinimalCoreWin >
9+ <VCProjectVersion >15.0</VCProjectVersion >
10+ <ProjectGuid >{a43bd199-ec83-4b0e-9950-a2b8aa51439f}</ProjectGuid >
11+ <Keyword >Win32Proj</Keyword >
12+ <RootNamespace >BatchSupport</RootNamespace >
13+ <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.18362.0</WindowsTargetPlatformVersion >
14+ <WindowsTargetPlatformMinVersion >10.0.17134.0</WindowsTargetPlatformMinVersion >
15+ </PropertyGroup >
16+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
17+ <ItemGroup Label =" ProjectConfigurations" >
18+ <ProjectConfiguration Include =" Debug|Win32" >
19+ <Configuration >Debug</Configuration >
20+ <Platform >Win32</Platform >
21+ </ProjectConfiguration >
22+ <ProjectConfiguration Include =" Release|Win32" >
23+ <Configuration >Release</Configuration >
24+ <Platform >Win32</Platform >
25+ </ProjectConfiguration >
26+ <ProjectConfiguration Include =" Debug|x64" >
27+ <Configuration >Debug</Configuration >
28+ <Platform >x64</Platform >
29+ </ProjectConfiguration >
30+ <ProjectConfiguration Include =" Release|x64" >
31+ <Configuration >Release</Configuration >
32+ <Platform >x64</Platform >
33+ </ProjectConfiguration >
34+ </ItemGroup >
35+ <PropertyGroup Label =" Configuration" >
36+ <ConfigurationType >Application</ConfigurationType >
37+ <PlatformToolset >v140</PlatformToolset >
38+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '15.0'" >v141</PlatformToolset >
39+ <PlatformToolset Condition =" '$(VisualStudioVersion)' == '16.0'" >v142</PlatformToolset >
40+ <CharacterSet >Unicode</CharacterSet >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
43+ <UseDebugLibraries >true</UseDebugLibraries >
44+ <LinkIncremental >true</LinkIncremental >
45+ </PropertyGroup >
46+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" Label =" Configuration" >
47+ <UseDebugLibraries >false</UseDebugLibraries >
48+ <WholeProgramOptimization >true</WholeProgramOptimization >
49+ <LinkIncremental >false</LinkIncremental >
50+ </PropertyGroup >
51+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
52+ <ImportGroup Label =" ExtensionSettings" >
53+ </ImportGroup >
54+ <ImportGroup Label =" Shared" >
55+ </ImportGroup >
56+ <ImportGroup Label =" PropertySheets" >
57+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58+ </ImportGroup >
59+ <ImportGroup Label =" PropertySheets" >
60+ <Import Project =" PropertySheet.props" />
61+ </ImportGroup >
62+ <PropertyGroup Label =" UserMacros" />
63+ <ItemDefinitionGroup >
64+ <ClCompile >
65+ <PrecompiledHeader >Use</PrecompiledHeader >
66+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
67+ <PrecompiledHeaderOutputFile >$(IntDir)pch.pch</PrecompiledHeaderOutputFile >
68+ <PreprocessorDefinitions >_CONSOLE;WIN32_LEAN_AND_MEAN;WINRT_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions >
69+ <WarningLevel >Level4</WarningLevel >
70+ <AdditionalOptions >%(AdditionalOptions) /permissive- /bigobj</AdditionalOptions >
71+ </ClCompile >
72+ </ItemDefinitionGroup >
73+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
74+ <ClCompile >
75+ <Optimization >Disabled</Optimization >
76+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
77+ </ClCompile >
78+ <Link >
79+ <SubSystem >Console</SubSystem >
80+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
81+ </Link >
82+ </ItemDefinitionGroup >
83+ <ItemDefinitionGroup Condition =" '$(Platform)'=='Win32'" >
84+ <ClCompile >
85+ <PreprocessorDefinitions >WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions >
86+ </ClCompile >
87+ </ItemDefinitionGroup >
88+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
89+ <ClCompile >
90+ <Optimization >MaxSpeed</Optimization >
91+ <FunctionLevelLinking >true</FunctionLevelLinking >
92+ <IntrinsicFunctions >true</IntrinsicFunctions >
93+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
94+ </ClCompile >
95+ <Link >
96+ <SubSystem >Console</SubSystem >
97+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
98+ <OptimizeReferences >true</OptimizeReferences >
99+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
100+ </Link >
101+ </ItemDefinitionGroup >
102+ <ItemGroup >
103+ <ClInclude Include =" SampleHelper.h" />
104+ <ClInclude Include =" pch.h" />
105+ </ItemGroup >
106+ <ItemGroup >
107+ <ClCompile Include =" dllload.cpp" />
108+ <ClCompile Include =" SampleHelper.cpp" />
109+ <ClCompile Include =" main.cpp" />
110+ <ClCompile Include =" pch.cpp" >
111+ <PrecompiledHeader >Create</PrecompiledHeader >
112+ </ClCompile >
113+ </ItemGroup >
114+ <ItemGroup >
115+ <None Include =" packages.config" >
116+ <SubType >Designer</SubType >
117+ </None >
118+ <CopyFileToFolders Include =" SqueezeNet.onnx" >
119+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</DeploymentContent >
120+ <FileType >Document</FileType >
121+ </CopyFileToFolders >
122+ <CopyFileToFolders Include =" SqueezeNet_free.onnx" >
123+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</DeploymentContent >
124+ <FileType >Document</FileType >
125+ </CopyFileToFolders >
126+ </ItemGroup >
127+ <ItemGroup >
128+ <CopyFileToFolders Include =" kitten_224.png" >
129+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</DeploymentContent >
130+ </CopyFileToFolders >
131+ </ItemGroup >
132+ <ItemGroup >
133+ <CopyFileToFolders Include =" Labels.txt" >
134+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</DeploymentContent >
135+ </CopyFileToFolders >
136+ </ItemGroup >
137+ <ItemGroup >
138+ <CopyFileToFolders Include =" fish.png" >
139+ <DeploymentContent Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</DeploymentContent >
140+ </CopyFileToFolders >
141+ </ItemGroup >
142+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
143+ <ImportGroup Label =" ExtensionTargets" >
144+ <Import Project =" ..\packages\Microsoft.Windows.CppWinRT.1.0.181129.3\build\native\Microsoft.Windows.CppWinRT.targets" Condition =" Exists('..\packages\Microsoft.Windows.CppWinRT.1.0.181129.3\build\native\Microsoft.Windows.CppWinRT.targets')" />
145+ </ImportGroup >
146+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
147+ <PropertyGroup >
148+ <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 >
149+ </PropertyGroup >
150+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.CppWinRT.1.0.181129.3\build\native\Microsoft.Windows.CppWinRT.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.1.0.181129.3\build\native\Microsoft.Windows.CppWinRT.props'))" />
151+ <Error Condition =" !Exists('..\packages\Microsoft.Windows.CppWinRT.1.0.181129.3\build\native\Microsoft.Windows.CppWinRT.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.1.0.181129.3\build\native\Microsoft.Windows.CppWinRT.targets'))" />
152+ </Target >
153+ </Project >
0 commit comments