Skip to content

Commit b4aa461

Browse files
Changed version to 2.0.0
1 parent 45b89bd commit b4aa461

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

PresentMon.props

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup Label="UserMacros">
4-
<PresentMonVersion>dev</PresentMonVersion>
5-
<PresentMonPlatform>$(Platform)</PresentMonPlatform>
6-
</PropertyGroup>
7-
<PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='Win32'">
8-
<PresentMonPlatform>x86</PresentMonPlatform>
9-
</PropertyGroup>
10-
<PropertyGroup>
11-
<OutDir>$(MsBuildThisFileDirectory)build\$(Configuration)\</OutDir>
12-
<IntDir>$(MsBuildThisFileDirectory)build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
13-
<TargetName>$(ProjectName)-$(PresentMonVersion)-$(PresentMonPlatform)</TargetName>
14-
</PropertyGroup>
15-
<ItemDefinitionGroup>
16-
<PreBuildEvent>
17-
<Command>call $(MsBuildThisFileDirectory)Tools\generate_version_header.cmd $(PresentMonVersion) $(MsBuildThisFileDirectory)build\obj\generated\version.h</Command>
18-
</PreBuildEvent>
19-
<ClCompile>
20-
<AdditionalIncludeDirectories>$(MsBuildThisFileDirectory)build\obj;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
21-
<WarningLevel>Level4</WarningLevel>
22-
<TreatWarningAsError>true</TreatWarningAsError>
23-
</ClCompile>
24-
<Link>
25-
<TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
26-
</Link>
27-
</ItemDefinitionGroup>
28-
<ItemGroup />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Label="UserMacros">
4+
<PresentMonVersion>2.0.0</PresentMonVersion>
5+
<PresentMonPlatform>$(Platform)</PresentMonPlatform>
6+
</PropertyGroup>
7+
<PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='Win32'">
8+
<PresentMonPlatform>x86</PresentMonPlatform>
9+
</PropertyGroup>
10+
<PropertyGroup>
11+
<OutDir>$(MsBuildThisFileDirectory)build\$(Configuration)\</OutDir>
12+
<IntDir>$(MsBuildThisFileDirectory)build\obj\$(ProjectName)-$(Platform)-$(Configuration)\</IntDir>
13+
<TargetName>$(ProjectName)-$(PresentMonVersion)-$(PresentMonPlatform)</TargetName>
14+
</PropertyGroup>
15+
<ItemDefinitionGroup>
16+
<PreBuildEvent>
17+
<Command>call $(MsBuildThisFileDirectory)Tools\generate_version_header.cmd $(PresentMonVersion) $(MsBuildThisFileDirectory)build\obj\generated\version.h</Command>
18+
</PreBuildEvent>
19+
<ClCompile>
20+
<AdditionalIncludeDirectories>$(MsBuildThisFileDirectory)build\obj;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
21+
<WarningLevel>Level4</WarningLevel>
22+
<TreatWarningAsError>true</TreatWarningAsError>
23+
</ClCompile>
24+
<Link>
25+
<TreatLinkerWarningAsErrors>true</TreatLinkerWarningAsErrors>
26+
</Link>
27+
</ItemDefinitionGroup>
28+
<ItemGroup />
2929
</Project>

README-ConsoleApplication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The PresentMon/ directory contains source for a standalone console application t
55
CSV file(s).
66

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

1010
## Command line options
1111

0 commit comments

Comments
 (0)