|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
5 | 5 | <Configuration>Debug</Configuration> |
|
23 | 23 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
24 | 24 | <Keyword>ManagedCProj</Keyword> |
25 | 25 | <RootNamespace>SamplePluginHybrid</RootNamespace> |
26 | | - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
| 26 | + <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> |
27 | 27 | </PropertyGroup> |
28 | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
29 | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
30 | 30 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
31 | 31 | <UseDebugLibraries>true</UseDebugLibraries> |
32 | | - <PlatformToolset>v140</PlatformToolset> |
| 32 | + <PlatformToolset>v141</PlatformToolset> |
33 | 33 | <CLRSupport>true</CLRSupport> |
34 | 34 | <CharacterSet>Unicode</CharacterSet> |
35 | 35 | </PropertyGroup> |
36 | 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
37 | 37 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
38 | 38 | <UseDebugLibraries>false</UseDebugLibraries> |
39 | | - <PlatformToolset>v140</PlatformToolset> |
| 39 | + <PlatformToolset>v141</PlatformToolset> |
40 | 40 | <CLRSupport>true</CLRSupport> |
41 | 41 | <CharacterSet>Unicode</CharacterSet> |
42 | 42 | </PropertyGroup> |
43 | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
44 | 44 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
45 | 45 | <UseDebugLibraries>true</UseDebugLibraries> |
46 | | - <PlatformToolset>v140</PlatformToolset> |
| 46 | + <PlatformToolset>v141</PlatformToolset> |
47 | 47 | <CLRSupport>true</CLRSupport> |
48 | 48 | <CharacterSet>Unicode</CharacterSet> |
49 | 49 | </PropertyGroup> |
50 | 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
51 | 51 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
52 | 52 | <UseDebugLibraries>false</UseDebugLibraries> |
53 | | - <PlatformToolset>v140</PlatformToolset> |
| 53 | + <PlatformToolset>v141</PlatformToolset> |
54 | 54 | <CLRSupport>true</CLRSupport> |
55 | 55 | <CharacterSet>Unicode</CharacterSet> |
56 | 56 | </PropertyGroup> |
|
153 | 153 | <ResourceCompile Include="SamplePluginHybrid.rc" /> |
154 | 154 | </ItemGroup> |
155 | 155 | <ItemGroup> |
156 | | - <ProjectReference Include="..\..\ReClass.NET\ReClass.NET.csproj"> |
157 | | - <Project>{bfb8917d-e9b4-463f-a6e8-612c35728c78}</Project> |
158 | | - </ProjectReference> |
| 156 | + <None Include="exports.def" /> |
159 | 157 | </ItemGroup> |
160 | 158 | <ItemGroup> |
161 | | - <None Include="exports.def" /> |
| 159 | + <ProjectReference Include="..\..\ReClass.NET\ReClass.NET\ReClass.NET.csproj"> |
| 160 | + <Project>{bfb8917d-e9b4-463f-a6e8-612c35728c78}</Project> |
| 161 | + </ProjectReference> |
162 | 162 | </ItemGroup> |
163 | 163 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
164 | 164 | <ImportGroup Label="ExtensionTargets"> |
|
0 commit comments