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
+ </ItemGroup >
21
+ <PropertyGroup Label =" Globals" >
22
+ <VCProjectVersion >16.0</VCProjectVersion >
23
+ <ProjectGuid >{856E383D-C1D4-46AD-B18E-1481C1052D1E}</ProjectGuid >
24
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
25
+ <Keyword >ManagedCProj</Keyword >
26
+ <RootNamespace >NativeWrapper</RootNamespace >
27
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
28
+ </PropertyGroup >
29
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
31
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
32
+ <UseDebugLibraries >true</UseDebugLibraries >
33
+ <PlatformToolset >v142</PlatformToolset >
34
+ <CLRSupport >true</CLRSupport >
35
+ <CharacterSet >Unicode</CharacterSet >
36
+ </PropertyGroup >
37
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
38
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
39
+ <UseDebugLibraries >false</UseDebugLibraries >
40
+ <PlatformToolset >v142</PlatformToolset >
41
+ <CLRSupport >true</CLRSupport >
42
+ <CharacterSet >Unicode</CharacterSet >
43
+ </PropertyGroup >
44
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
45
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
46
+ <UseDebugLibraries >true</UseDebugLibraries >
47
+ <PlatformToolset >v142</PlatformToolset >
48
+ <CLRSupport >true</CLRSupport >
49
+ <CharacterSet >Unicode</CharacterSet >
50
+ </PropertyGroup >
51
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
52
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
53
+ <UseDebugLibraries >false</UseDebugLibraries >
54
+ <PlatformToolset >v142</PlatformToolset >
55
+ <CLRSupport >true</CLRSupport >
56
+ <CharacterSet >Unicode</CharacterSet >
57
+ </PropertyGroup >
58
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
59
+ <ImportGroup Label =" ExtensionSettings" >
60
+ </ImportGroup >
61
+ <ImportGroup Label =" Shared" >
62
+ </ImportGroup >
63
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
64
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65
+ </ImportGroup >
66
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
67
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68
+ </ImportGroup >
69
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
70
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71
+ </ImportGroup >
72
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
73
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
74
+ </ImportGroup >
75
+ <PropertyGroup Label =" UserMacros" />
76
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
77
+ <OutDir >$(ProjectDir)$(Platform)\$(Configuration)\</OutDir >
78
+ </PropertyGroup >
79
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
80
+ <OutDir >$(ProjectDir)$(Platform)\$(Configuration)\</OutDir >
81
+ </PropertyGroup >
82
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
83
+ <IntDir >$(Platform)\$(Configuration)\</IntDir >
84
+ <OutDir >$(ProjectDir)$(Platform)\$(Configuration)\</OutDir >
85
+ </PropertyGroup >
86
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
87
+ <IntDir >$(Platform)\$(Configuration)\</IntDir >
88
+ <OutDir >$(ProjectDir)$(Platform)\$(Configuration)\</OutDir >
89
+ </PropertyGroup >
90
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
91
+ <ClCompile >
92
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
93
+ <PrecompiledHeaderFile >
94
+ </PrecompiledHeaderFile >
95
+ <WarningLevel >Level3</WarningLevel >
96
+ <PreprocessorDefinitions >WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
97
+ </ClCompile >
98
+ <Link >
99
+ <AdditionalDependencies />
100
+ </Link >
101
+ </ItemDefinitionGroup >
102
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
103
+ <ClCompile >
104
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
105
+ <PrecompiledHeaderFile >
106
+ </PrecompiledHeaderFile >
107
+ <WarningLevel >Level3</WarningLevel >
108
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
109
+ </ClCompile >
110
+ <Link >
111
+ <AdditionalDependencies />
112
+ </Link >
113
+ </ItemDefinitionGroup >
114
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
115
+ <ClCompile >
116
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
117
+ <PrecompiledHeaderFile >
118
+ </PrecompiledHeaderFile >
119
+ <WarningLevel >Level3</WarningLevel >
120
+ <PreprocessorDefinitions >WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
121
+ </ClCompile >
122
+ <Link >
123
+ <AdditionalDependencies />
124
+ </Link >
125
+ </ItemDefinitionGroup >
126
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
127
+ <ClCompile >
128
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
129
+ <PrecompiledHeaderFile >
130
+ </PrecompiledHeaderFile >
131
+ <WarningLevel >Level3</WarningLevel >
132
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
133
+ </ClCompile >
134
+ <Link >
135
+ <AdditionalDependencies />
136
+ </Link >
137
+ </ItemDefinitionGroup >
138
+ <ItemGroup >
139
+ <ClInclude Include =" NativeWrapper.h" />
140
+ </ItemGroup >
141
+ <ItemGroup >
142
+ <ClCompile Include =" NativeWrapper.cpp" />
143
+ </ItemGroup >
144
+ <ItemGroup >
145
+ <Reference Include =" System" />
146
+ <Reference Include =" System.Data" />
147
+ <Reference Include =" System.Xml" />
148
+ </ItemGroup >
149
+ <ItemGroup >
150
+ <ProjectReference Include =" ..\CSharpLibrary\CSharpLibrary.csproj" >
151
+ <Project >{b833d715-f283-43a0-b975-66d0193c7eab}</Project >
152
+ </ProjectReference >
153
+ </ItemGroup >
154
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
155
+ <ImportGroup Label =" ExtensionTargets" >
156
+ </ImportGroup >
157
+ </Project >
0 commit comments