Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions BottleneckCompileFinder/BottleneckCompileFinder.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -150,12 +150,12 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets" Condition="Exists('..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets')" />
<Import Project="..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets" Condition="Exists('..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<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>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion BottleneckCompileFinder/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Cpp.BuildInsights" version="1.2.0" targetFramework="native" />
<package id="Microsoft.Cpp.BuildInsights" version="1.3.1" targetFramework="native" />
</packages>
12 changes: 6 additions & 6 deletions FunctionBottlenecks/FunctionBottlenecks.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -150,12 +150,12 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets" Condition="Exists('..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets')" />
<Import Project="..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets" Condition="Exists('..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<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>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion FunctionBottlenecks/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Cpp.BuildInsights" version="1.2.0" targetFramework="native" />
<package id="Microsoft.Cpp.BuildInsights" version="1.3.1" targetFramework="native" />
</packages>
12 changes: 6 additions & 6 deletions LongCodeGenFinder/LongCodeGenFinder.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -150,12 +150,12 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets" Condition="Exists('..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets')" />
<Import Project="..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets" Condition="Exists('..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<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>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion LongCodeGenFinder/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Cpp.BuildInsights" version="1.2.0" targetFramework="native" />
<package id="Microsoft.Cpp.BuildInsights" version="1.3.1" targetFramework="native" />
</packages>
12 changes: 6 additions & 6 deletions LongHeaderUnitFinder/LongHeaderUnitFinder.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -150,12 +150,12 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets" Condition="Exists('..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets')" />
<Import Project="..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets" Condition="Exists('..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<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>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion LongHeaderUnitFinder/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Cpp.BuildInsights" version="1.2.0" targetFramework="native" />
<package id="Microsoft.Cpp.BuildInsights" version="1.3.1" targetFramework="native" />
</packages>
12 changes: 6 additions & 6 deletions LongModuleFinder/LongModuleFinder.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -150,12 +150,12 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets" Condition="Exists('..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets')" />
<Import Project="..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets" Condition="Exists('..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<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>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Cpp.BuildInsights.1.2.0\build\native\Microsoft.Cpp.BuildInsights.targets'))" />
<Error Condition="!Exists('..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Cpp.BuildInsights.1.3.1\build\native\Microsoft.Cpp.BuildInsights.targets'))" />
</Target>
</Project>
2 changes: 1 addition & 1 deletion LongModuleFinder/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Cpp.BuildInsights" version="1.2.0" targetFramework="native" />
<package id="Microsoft.Cpp.BuildInsights" version="1.3.1" targetFramework="native" />
</packages>
Loading