Skip to content

Commit

Permalink
Merge pull request #30 from laurenprinn/dev/laurenprinn/NoFlagAdmin
Browse files Browse the repository at this point in the history
Dev/laurenprinn/no flag admin
  • Loading branch information
laurenprinn authored Jun 28, 2022
2 parents ee41428 + 809f968 commit bcbc90c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Cpp.BuildInsights" version="1.3.0" targetFramework="native" />
<package id="Microsoft.Cpp.BuildInsights" version="1.3.1" targetFramework="native" />
<package id="nlohmann.json" version="3.7.3" targetFramework="native" />
</packages>
22 changes: 11 additions & 11 deletions vcperf.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
Expand All @@ -56,7 +56,7 @@
</ImportGroup>
<ImportGroup Label="Shared">
<Import Project="packages\nlohmann.json.3.7.3\build\native\nlohmann.json.targets" Condition="Exists('packages\nlohmann.json.3.7.3\build\native\nlohmann.json.targets')" />
<Import Project="packages\Microsoft.Cpp.BuildInsights.1.3.0\build\native\Microsoft.Cpp.BuildInsights.targets" Condition="Exists('packages\Microsoft.Cpp.BuildInsights.1.3.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>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Expand All @@ -72,12 +72,12 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(SolutionDir)out\$(Configuration)\x86\</OutDir>
<IntDir>$(SolutionDir)src\x86\$(Configuration)\</IntDir>
<OutDir>$(SolutionDir)\out\$(Configuration)\x86\</OutDir>
<IntDir>$(SolutionDir)\src\x86\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)out\$(Configuration)\x86\</OutDir>
<IntDir>$(SolutionDir)src\x86\$(Configuration)\</IntDir>
<OutDir>$(SolutionDir)\out\$(Configuration)\x86\</OutDir>
<IntDir>$(SolutionDir)\src\x86\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>$(SolutionDir)\out\$(Configuration)\x64\</OutDir>
Expand Down Expand Up @@ -105,7 +105,7 @@
<Command>mc $(SolutionDir)\src\CppBuildInsightsEtw.xml -h $(IntDir) -r $(IntDir)</Command>
</PreBuildEvent>
<PostBuildEvent>
<Command>copy $(SolutionDir)src\CppBuildInsightsEtw.xml $(OutDir)</Command>
<Command>copy $(SolutionDir)\src\CppBuildInsightsEtw.xml $(OutDir)</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand All @@ -126,7 +126,7 @@
<Command>mc $(SolutionDir)\src\CppBuildInsightsEtw.xml -h $(IntDir) -r $(IntDir)</Command>
</PreBuildEvent>
<PostBuildEvent>
<Command>copy $(SolutionDir)src\CppBuildInsightsEtw.xml $(OutDir)</Command>
<Command>copy $(SolutionDir)\src\CppBuildInsightsEtw.xml $(OutDir)</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Expand All @@ -151,7 +151,7 @@
<Command>mc $(SolutionDir)\src\CppBuildInsightsEtw.xml -h $(IntDir) -r $(IntDir)</Command>
</PreBuildEvent>
<PostBuildEvent>
<Command>copy $(SolutionDir)src\CppBuildInsightsEtw.xml $(OutDir)</Command>
<Command>copy $(SolutionDir)\src\CppBuildInsightsEtw.xml $(OutDir)</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand All @@ -176,7 +176,7 @@
<Command>mc $(SolutionDir)\src\CppBuildInsightsEtw.xml -h $(IntDir) -r $(IntDir)</Command>
</PreBuildEvent>
<PostBuildEvent>
<Command>copy $(SolutionDir)src\CppBuildInsightsEtw.xml $(OutDir)</Command>
<Command>copy $(SolutionDir)\src\CppBuildInsightsEtw.xml $(OutDir)</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down Expand Up @@ -234,6 +234,6 @@
<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\nlohmann.json.3.7.3\build\native\nlohmann.json.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\nlohmann.json.3.7.3\build\native\nlohmann.json.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Cpp.BuildInsights.1.3.0\build\native\Microsoft.Cpp.BuildInsights.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Cpp.BuildInsights.1.3.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>

0 comments on commit bcbc90c

Please sign in to comment.