Skip to content

Commit

Permalink
Changed version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markgalvan-intel committed Apr 3, 2024
1 parent 45b89bd commit b4aa461
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions PresentMon.props
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros">
<PresentMonVersion>dev</PresentMonVersion>
<PresentMonPlatform>$(Platform)</PresentMonPlatform>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='Win32'">
<PresentMonPlatform>x86</PresentMonPlatform>
</PropertyGroup>
<PropertyGroup>
<OutDir>$(MsBuildThisFileDirectory)build\$(Configuration)\</OutDir>
<IntDir>$(MsBuildThisFileDirectory)build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
<TargetName>$(ProjectName)-$(PresentMonVersion)-$(PresentMonPlatform)</TargetName>
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>call $(MsBuildThisFileDirectory)Tools\generate_version_header.cmd $(PresentMonVersion) $(MsBuildThisFileDirectory)build\obj\generated\version.h</Command>
</PreBuildEvent>
<ClCompile>
<AdditionalIncludeDirectories>$(MsBuildThisFileDirectory)build\obj;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros">
<PresentMonVersion>2.0.0</PresentMonVersion>
<PresentMonPlatform>$(Platform)</PresentMonPlatform>
</PropertyGroup>
<PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='Win32'">
<PresentMonPlatform>x86</PresentMonPlatform>
</PropertyGroup>
<PropertyGroup>
<OutDir>$(MsBuildThisFileDirectory)build\$(Configuration)\</OutDir>
<IntDir>$(MsBuildThisFileDirectory)build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
<TargetName>$(ProjectName)-$(PresentMonVersion)-$(PresentMonPlatform)</TargetName>
</PropertyGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command>call $(MsBuildThisFileDirectory)Tools\generate_version_header.cmd $(PresentMonVersion) $(MsBuildThisFileDirectory)build\obj\generated\version.h</Command>
</PreBuildEvent>
<ClCompile>
<AdditionalIncludeDirectories>$(MsBuildThisFileDirectory)build\obj;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
</Project>
2 changes: 1 addition & 1 deletion README-ConsoleApplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The PresentMon/ directory contains source for a standalone console application t
CSV file(s).

A binary of the console application is provided in the release, e.g.:
[PresentMon-1.10.0-x64.exe](releases/download/v1.10.0/PresentMon-1.10.0-x64.exe).
[PresentMon-2.0.0-x64.exe](releases/download/v2.0.0/PresentMon-2.0.0-x64.exe).

## Command line options

Expand Down

0 comments on commit b4aa461

Please sign in to comment.