OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> | 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
ft.com/developer/msbuild/2003"> |
3 <ItemGroup Label="ProjectConfigurations"> | 3 <ItemGroup Label="ProjectConfigurations"> |
4 <ProjectConfiguration Include="Debug|Win32"> | 4 <ProjectConfiguration Include="Debug|Win32"> |
5 <Configuration>Debug</Configuration> | 5 <Configuration>Debug</Configuration> |
6 <Platform>Win32</Platform> | 6 <Platform>Win32</Platform> |
| 7 <PlatformToolset>v110</PlatformToolset> |
7 </ProjectConfiguration> | 8 </ProjectConfiguration> |
8 <ProjectConfiguration Include="Release|Win32"> | 9 <ProjectConfiguration Include="Release|Win32"> |
9 <Configuration>Release</Configuration> | 10 <Configuration>Release</Configuration> |
10 <Platform>Win32</Platform> | 11 <Platform>Win32</Platform> |
| 12 <PlatformToolset>v110</PlatformToolset> |
11 </ProjectConfiguration> | 13 </ProjectConfiguration> |
12 </ItemGroup> | 14 </ItemGroup> |
13 <PropertyGroup Label="Globals"> | 15 <PropertyGroup Label="Globals"> |
14 <ProjectGuid>{D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}</ProjectGuid> | 16 <ProjectGuid>{D7D385CC-BE4B-4EF0-8C04-8FD7642E2132}</ProjectGuid> |
15 <Keyword>Win32Proj</Keyword> | 17 <Keyword>Win32Proj</Keyword> |
16 <RootNamespace>NaClProject</RootNamespace> | 18 <RootNamespace>NaClProject</RootNamespace> |
17 </PropertyGroup> | 19 </PropertyGroup> |
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 20 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label
="Configuration"> | 21 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label
="Configuration"> |
20 <ConfigurationType>DynamicLibrary</ConfigurationType> | 22 <ConfigurationType>DynamicLibrary</ConfigurationType> |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 <ItemGroup> | 78 <ItemGroup> |
77 <None Include="index.html" /> | 79 <None Include="index.html" /> |
78 <None Include="nacl_project.nmf" /> | 80 <None Include="nacl_project.nmf" /> |
79 </ItemGroup> | 81 </ItemGroup> |
80 <ItemGroup> | 82 <ItemGroup> |
81 <ClCompile Include="main.cpp" /> | 83 <ClCompile Include="main.cpp" /> |
82 </ItemGroup> | 84 </ItemGroup> |
83 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 85 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
84 <ImportGroup Label="ExtensionTargets"> | 86 <ImportGroup Label="ExtensionTargets"> |
85 </ImportGroup> | 87 </ImportGroup> |
86 </Project> | 88 </Project> |
OLD | NEW |