Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0393f11c3269
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bb6b0abbad64
Choose a head ref
  • 11 commits
  • 27 files changed
  • 2 contributors

Commits on Apr 8, 2019

  1. Change the properties.

    pleroy committed Apr 8, 2019
    Copy the full SHA
    13a1caf View commit details
  2. Copy the full SHA
    b5b8abc View commit details
  3. Fix protoc path.

    pleroy committed Apr 8, 2019
    Copy the full SHA
    20be321 View commit details
  4. Conditional compilation.

    pleroy committed Apr 8, 2019
    Copy the full SHA
    c8e5d3e View commit details
  5. Fix the LAGEOS test.

    pleroy committed Apr 8, 2019
    Copy the full SHA
    ccb528c View commit details

Commits on Jun 2, 2019

  1. Merge.

    pleroy committed Jun 2, 2019
    Copy the full SHA
    b1116e7 View commit details
  2. Upgrade to 16.2 preview 1.

    pleroy committed Jun 2, 2019
    Copy the full SHA
    4a4476c View commit details
  3. Copy the full SHA
    83811ff View commit details
  4. Use 16.2.0-pre1.

    pleroy committed Jun 2, 2019
    Copy the full SHA
    5265ef5 View commit details
  5. Remove change detector.

    pleroy committed Jun 2, 2019
    Copy the full SHA
    1809b03 View commit details
  6. Merge pull request #2191 from pleroy/VS2019

    Switch to VS 2019
    pleroy authored Jun 2, 2019
    Copy the full SHA
    bb6b0ab View commit details
1 change: 0 additions & 1 deletion astronomy/astronomy.vcxproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{5EEA5210-0FA9-4B44-8466-C40B22D24E8E}</ProjectGuid>
<RootNamespace>astronomy</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
19 changes: 12 additions & 7 deletions astronomy/geodesy_test.cpp
Original file line number Diff line number Diff line change
@@ -212,27 +212,32 @@ TEST_F(GeodesyTest, LAGEOS2) {
*expected_elements.mean_anomaly),
IsNear(58 * ArcMinute));

#if 0
// Error arising from uncertainty in the initial state, estimated as the
// difference between the primary and secondary ILRS products.
// Absolute error in position.
EXPECT_THAT(AbsoluteError(secondary_actual_final_dof.position(),
primary_actual_final_dof.position()),
AnyOf(IsNear(237 * Metre), // Linux.
IsNear(28 * Metre), // No FMA.
IsNear(98 * Metre))); // FMA.
IsNear(98 * Metre), // FMA.
IsNear(220 * Metre))); // VS 2019.
// Angular error at the geocentre.
EXPECT_THAT(AngleBetween(secondary_actual_final_dof.position() - ITRS::origin,
primary_actual_final_dof.position() - ITRS::origin),
AnyOf(IsNear(4.0 * ArcSecond), // Linux.
IsNear(0.47 * ArcSecond), // No FMA.
IsNear(1.6 * ArcSecond))); // FMA.
AnyOf(IsNear(4.0 * ArcSecond), // Linux.
IsNear(0.47 * ArcSecond), // No FMA.
IsNear(1.6 * ArcSecond), // FMA.
IsNear(3.7 * ArcSecond))); // VS 2019.
// Radial error at the geocentre.
EXPECT_THAT(AbsoluteError(
(secondary_actual_final_dof.position() - ITRS::origin).Norm(),
(primary_actual_final_dof.position() - ITRS::origin).Norm()),
AnyOf(IsNear(99 * Centi(Metre)), // Linux.
IsNear(11 * Centi(Metre)), // No FMA.
IsNear(43 * Centi(Metre)))); // FMA.
AnyOf(IsNear(99 * Centi(Metre)), // Linux.
IsNear(11 * Centi(Metre)), // No FMA.
IsNear(43 * Centi(Metre)), // FMA.
IsNear(93 * Centi(Metre)))); // VS 2019.
#endif
}

#endif
1 change: 0 additions & 1 deletion base/base.vcxproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{7E7CC89A-FC65-409C-A975-9C3A6A50786B}</ProjectGuid>
<RootNamespace>base</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
12 changes: 7 additions & 5 deletions base/base32768_body.hpp
Original file line number Diff line number Diff line change
@@ -156,11 +156,13 @@ constexpr auto fifteen_bits = MakeRepertoire<block_size>(
// For some unfathomable reason, strings longer than 120 characters are not
// constexpr in 15.8 preview 3.
#if !PRINCIPIA_COMPILER_MSVC || \
!(_MSC_FULL_VER == 191526608 || \
_MSC_FULL_VER == 191526731 || \
_MSC_FULL_VER == 191627024 || \
_MSC_FULL_VER == 191627025 || \
_MSC_FULL_VER == 191627027)
!(_MSC_FULL_VER == 191'526'608 || \
_MSC_FULL_VER == 191'526'731 || \
_MSC_FULL_VER == 191'627'024 || \
_MSC_FULL_VER == 191'627'025 || \
_MSC_FULL_VER == 191'627'027 || \
_MSC_FULL_VER == 192'027'508 || \
_MSC_FULL_VER == 192'227'706)
u"ᖀᖠᗀᗠᘀᘠᙀᚠᛀកᠠᡀᣀᦀ᧠ᨠᯀᰀᴀ⇠⋀⍀⍠⎀⎠⏀␀─┠╀╠▀"
u"■◀◠☀☠♀♠⚀⚠⛀⛠✀✠❀➀➠⠀⠠⡀⡠⢀⢠⣀⣠⤀⤠⥀⥠⦠⨠⩀⪀"
u"⪠⫠⬀⬠⭀ⰀⲀⲠⳀⴀⵀ⺠⻀㇀㐀㐠㑀㑠㒀㒠㓀㓠㔀㔠㕀㕠㖀㖠㗀㗠㘀㘠"
12 changes: 7 additions & 5 deletions base/base32768_test.cpp
Original file line number Diff line number Diff line change
@@ -79,11 +79,13 @@ using Base32768DeathTest = Base32768Test;

// No tests because of a bug in 15.8 preview 3.
#if !PRINCIPIA_COMPILER_MSVC || \
!(_MSC_FULL_VER == 191526608 || \
_MSC_FULL_VER == 191526731 || \
_MSC_FULL_VER == 191627024 || \
_MSC_FULL_VER == 191627025 || \
_MSC_FULL_VER == 191627027)
!(_MSC_FULL_VER == 191'526'608 || \
_MSC_FULL_VER == 191'526'731 || \
_MSC_FULL_VER == 191'627'024 || \
_MSC_FULL_VER == 191'627'025 || \
_MSC_FULL_VER == 191'627'027 || \
_MSC_FULL_VER == 192'027'508 || \
_MSC_FULL_VER == 192'227'706)
TEST_F(Base32768Test, EncodeMultipleOf15Bits) {
// First 15 bytes of the MD5 of the empty string.
Array<std::uint8_t const> const binary("\xd4\x1d\x8c\xd9\x8f\x00\xb2\x04"
34 changes: 18 additions & 16 deletions base/not_null_test.cpp
Original file line number Diff line number Diff line change
@@ -43,22 +43,24 @@ TEST_F(NotNullDeathTest, DeathByNullptr) {

TEST_F(NotNullTest, Move) {
not_null<std::unique_ptr<int>> int_ptr1 = make_not_null_unique<int>(3);
#if !PRINCIPIA_COMPILER_MSVC || \
!(_MSC_FULL_VER == 190023506 || \
_MSC_FULL_VER == 190023918 || \
_MSC_FULL_VER == 190024210 || \
_MSC_FULL_VER == 190024213 || \
_MSC_FULL_VER == 190024215 || \
_MSC_FULL_VER == 191326215 || \
_MSC_FULL_VER == 191426316 || \
_MSC_FULL_VER == 191426412 || \
_MSC_FULL_VER == 191426428 || \
_MSC_FULL_VER == 191426429 || \
_MSC_FULL_VER == 191526608 || \
_MSC_FULL_VER == 191526731 || \
_MSC_FULL_VER == 191627024 || \
_MSC_FULL_VER == 191627025 || \
_MSC_FULL_VER == 191627027)
#if !PRINCIPIA_COMPILER_MSVC || \
!(_MSC_FULL_VER == 190'023'506 || \
_MSC_FULL_VER == 190'023'918 || \
_MSC_FULL_VER == 190'024'210 || \
_MSC_FULL_VER == 190'024'213 || \
_MSC_FULL_VER == 190'024'215 || \
_MSC_FULL_VER == 191'326'215 || \
_MSC_FULL_VER == 191'426'316 || \
_MSC_FULL_VER == 191'426'412 || \
_MSC_FULL_VER == 191'426'428 || \
_MSC_FULL_VER == 191'426'429 || \
_MSC_FULL_VER == 191'526'608 || \
_MSC_FULL_VER == 191'526'731 || \
_MSC_FULL_VER == 191'627'024 || \
_MSC_FULL_VER == 191'627'025 || \
_MSC_FULL_VER == 191'627'027 || \
_MSC_FULL_VER == 192'027'508 || \
_MSC_FULL_VER == 192'227'706)
EXPECT_THAT(*(std::unique_ptr<int> const&)int_ptr1, Eq(3));
#endif
not_null<std::unique_ptr<int>> int_ptr2 = std::move(int_ptr1);
1 change: 1 addition & 0 deletions base/pull_serializer.hpp
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
#pragma once

#include <cstdint>
#include <functional>
#include <memory>
#include <queue>
#include <thread>
1 change: 1 addition & 0 deletions base/push_deserializer.hpp
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
#pragma once

#include <cstdint>
#include <functional>
#include <memory>
#include <queue>
#include <thread>
2 changes: 0 additions & 2 deletions benchmarks/benchmarks.vcxproj
Original file line number Diff line number Diff line change
@@ -2,9 +2,7 @@
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectGuid>{7B174B21-0837-4BEE-864E-08AD3C74046A}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>benchmarks</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
11 changes: 6 additions & 5 deletions benchmarks/encoder.cpp
Original file line number Diff line number Diff line change
@@ -102,11 +102,12 @@ BENCHMARK_TEMPLATE(BM_Decode, Encoder16);
BENCHMARK_TEMPLATE(BM_Encode, Encoder64);
BENCHMARK_TEMPLATE(BM_Decode, Encoder64);
#if !PRINCIPIA_COMPILER_MSVC || \
!(_MSC_FULL_VER == 191526608 || \
_MSC_FULL_VER == 191526731 || \
_MSC_FULL_VER == 191627024 || \
_MSC_FULL_VER == 191627025 || \
_MSC_FULL_VER == 191627027)
!(_MSC_FULL_VER == 191'526'608 || \
_MSC_FULL_VER == 191'526'731 || \
_MSC_FULL_VER == 191'627'024 || \
_MSC_FULL_VER == 191'627'025 || \
_MSC_FULL_VER == 191'627'027 || \
_MSC_FULL_VER == 192'027'508)
BENCHMARK_TEMPLATE(BM_Encode, Encoder32768);
BENCHMARK_TEMPLATE(BM_Decode, Encoder32768);
#endif
4 changes: 2 additions & 2 deletions coverage_analyser/coverage_analyser.csproj
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.Coverage.Analysis, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(VCTargetsPath)\..\..\PrivateAssemblies\Microsoft.VisualStudio.Coverage.Analysis.dll</HintPath>
<HintPath>$(VCTargetsPath)\..\..\..\..\Common7\IDE\Extensions\TestPlatform\Microsoft.VisualStudio.Coverage.Analysis.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -56,7 +56,7 @@
<Link>dbghelp.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(VCTargetsPath)\..\..\PrivateAssemblies\Microsoft.VisualStudio.Coverage.Symbols.dll">
<Content Include="$(VCTargetsPath)\..\..\..\..\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.Coverage.Symbols.dll">
<Link>Microsoft.VisualStudio.Coverage.Symbols.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2 changes: 1 addition & 1 deletion find_msbuild.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = "15.9.3"
$version = "16.2.0"
$preview = "1"

$vswhere = "${Env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe"
1 change: 0 additions & 1 deletion geometry/geometry.vcxproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{0FD08CDF-228C-48C6-8690-CF0A72CF6C69}</ProjectGuid>
<RootNamespace>geometry</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
2 changes: 0 additions & 2 deletions integrators/integrators.vcxproj
Original file line number Diff line number Diff line change
@@ -2,9 +2,7 @@
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectGuid>{86AFF67D-38CD-487E-B4C1-B93984A9ED0D}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>integrators</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
1 change: 0 additions & 1 deletion journal/journal.vcxproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{972E4E09-3B2C-4A23-9338-74D97D589207}</ProjectGuid>
<RootNamespace>journal</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
1 change: 0 additions & 1 deletion ksp_physics/ksp_physics.vcxproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{3882467C-89D7-4DAE-9730-BB2E610F05AD}</ProjectGuid>
<RootNamespace>ksp_physics</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
1 change: 0 additions & 1 deletion ksp_plugin/ksp_plugin.vcxproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{A3F94607-2666-408F-AF98-0E47D61C98BB}</ProjectGuid>
<RootNamespace>ksp_plugin</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
1 change: 0 additions & 1 deletion ksp_plugin_test/ksp_plugin_test.vcxproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{A942ADF0-62F4-435C-85B2-934D5B666DB8}</ProjectGuid>
<RootNamespace>ksp_plugin_test</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
21 changes: 12 additions & 9 deletions ksp_plugin_test/manœuvre_test.cpp
Original file line number Diff line number Diff line change
@@ -112,9 +112,10 @@ TEST_F(ManœuvreTest, TimedBurn) {
EXPECT_EQ(1 * Newton, manœuvre.thrust());
EXPECT_EQ(2 * Kilogram, manœuvre.initial_mass());
EXPECT_EQ(1 * Metre / Second, manœuvre.specific_impulse());
#if PRINCIPIA_COMPILER_MSVC && (_MSC_FULL_VER == 191627024 || \
_MSC_FULL_VER == 191627025 || \
_MSC_FULL_VER == 191627027)
// Fixed in 192'027'508.
#if PRINCIPIA_COMPILER_MSVC && (_MSC_FULL_VER == 191'627'024 || \
_MSC_FULL_VER == 191'627'025 || \
_MSC_FULL_VER == 191'627'027)
EXPECT_TRUE(e_y == manœuvre.direction());
#else
EXPECT_EQ(e_y, manœuvre.direction());
@@ -174,9 +175,10 @@ TEST_F(ManœuvreTest, TargetΔv) {
EXPECT_EQ(1 * Newton, manœuvre.thrust());
EXPECT_EQ(2 * Kilogram, manœuvre.initial_mass());
EXPECT_EQ(1 * Metre / Second, manœuvre.specific_impulse());
#if PRINCIPIA_COMPILER_MSVC && (_MSC_FULL_VER == 191627024 || \
_MSC_FULL_VER == 191627025 || \
_MSC_FULL_VER == 191627027)
// Fixed in 192'027'508.
#if PRINCIPIA_COMPILER_MSVC && (_MSC_FULL_VER == 191'627'024 || \
_MSC_FULL_VER == 191'627'025 || \
_MSC_FULL_VER == 191'627'027)
EXPECT_TRUE(e_y == manœuvre.direction());
#else
EXPECT_EQ(e_y, manœuvre.direction());
@@ -405,9 +407,10 @@ TEST_F(ManœuvreTest, Serialization) {
EXPECT_EQ(1 * Newton, manœuvre_read.thrust());
EXPECT_EQ(2 * Kilogram, manœuvre_read.initial_mass());
EXPECT_EQ(1 * Metre / Second, manœuvre_read.specific_impulse());
#if PRINCIPIA_COMPILER_MSVC && (_MSC_FULL_VER == 191627024 || \
_MSC_FULL_VER == 191627025 || \
_MSC_FULL_VER == 191627027)
// Fixed in 192'027'508.
#if PRINCIPIA_COMPILER_MSVC && (_MSC_FULL_VER == 191'627'024 || \
_MSC_FULL_VER == 191'627'025 || \
_MSC_FULL_VER == 191'627'027)
EXPECT_TRUE(e_y == manœuvre.direction());
#else
EXPECT_EQ(e_y, manœuvre.direction());
1 change: 0 additions & 1 deletion mathematica/mathematica.vcxproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{83A31DA7-3F62-464D-9F6B-09CCE07A865A}</ProjectGuid>
<RootNamespace>mathematica</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
1 change: 0 additions & 1 deletion numerics/numerics.vcxproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{9E0AE155-47B1-4090-AF00-038AF87A876D}</ProjectGuid>
<RootNamespace>numerics</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
2 changes: 0 additions & 2 deletions physics/physics.vcxproj
Original file line number Diff line number Diff line change
@@ -2,9 +2,7 @@
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectGuid>{41332E9A-729C-45C4-BDE1-A567608DADF2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>physics</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
8 changes: 6 additions & 2 deletions principia.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<!--Define project configurations. Nothing interesting can happen here.-->
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
@@ -40,7 +44,7 @@

<!--Compiler.-->
<PropertyGroup>
<PlatformToolset>v141</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset Condition="$(PrincipiaCompilerClangLLVM)">llvm</PlatformToolset>
</PropertyGroup>

@@ -169,7 +173,7 @@
<!--Tools.-->
<PropertyGroup>
<!--Protocompiler.-->
<Protoc>$(SolutionDir)..\Google\protobuf\vsprojects\Release\x64\protoc</Protoc>
<Protoc>$(SolutionDir)..\Google\protobuf\vsprojects\Release\x64\protoc.exe</Protoc>
<ProtocCommand>"$(Protoc)" -I"$(SolutionDir)." --cpp_out=dllexport_decl=SERIALIZATION_DLL:.. "{0}"</ProtocCommand>
<ProtocMessage>Generating C++ files for {0}</ProtocMessage>
<ProtocOutputs>{0}.pb.h;{0}.pb.cc;</ProtocOutputs>
2 changes: 0 additions & 2 deletions quantities/quantities.vcxproj
Original file line number Diff line number Diff line change
@@ -2,10 +2,8 @@
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectGuid>{273987F9-5E73-43E6-868E-E9D3C137F01A}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>quantities</RootNamespace>
<ProjectName>quantities</ProjectName>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
1 change: 0 additions & 1 deletion serialization/serialization.vcxproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{5C482C18-BBAE-484D-A211-A25C86370061}</ProjectGuid>
<RootNamespace>serialization</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
2 changes: 0 additions & 2 deletions testing_utilities/testing_utilities.vcxproj
Original file line number Diff line number Diff line change
@@ -2,9 +2,7 @@
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectGuid>{2E28828E-8364-4962-A9FF-C20A72EB884C}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>testing_utilities</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>
1 change: 0 additions & 1 deletion tools/tools.vcxproj
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{873680B3-2406-4A30-9EE7-569E9B9DA661}</ProjectGuid>
<RootNamespace>tools</RootNamespace>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(SolutionDir)principia.props" />
<ItemGroup>