Skip to content

Commit

Permalink
Rename the project description and set the compatibility level.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Jul 31, 2024
1 parent 88a95d1 commit 2c1f8d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SynthRdp/SynthRdp.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* PROJECT: NanaRun
* FILE: SynthRdp.cpp
* PURPOSE: Implementation for Hyper-V VMBus Enhanced Session Service
* PURPOSE: Implementation for Hyper-V Enhanced Session Proxy Service
*
* LICENSE: The MIT License
*
Expand Down
3 changes: 2 additions & 1 deletion SynthRdp/SynthRdp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
<MileProjectCompanyName>M2-Team</MileProjectCompanyName>
<MileProjectFileDescription>Hyper-V VMBus Enhanced Session Service</MileProjectFileDescription>
<MileProjectFileDescription>Hyper-V Enhanced Session Proxy Service</MileProjectFileDescription>
<MileProjectInternalName>SynthRdp</MileProjectInternalName>
<MileProjectLegalCopyright>© M2-Team and Contributors. All rights reserved.</MileProjectLegalCopyright>
<MileProjectOriginalFilename>SynthRdp.exe</MileProjectOriginalFilename>
<MileProjectProductName>NanaRun</MileProjectProductName>
<MileProjectVersion>1.0.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2024-05-01'))).TotalDays).0</MileProjectVersion>
<MileProjectVersionTag>Preview 2</MileProjectVersionTag>
<MileHyperVEnableWindowsPlatformSupport>true</MileHyperVEnableWindowsPlatformSupport>
<WindowsTargetPlatformMinVersion>5.1.2600.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
Expand Down

0 comments on commit 2c1f8d5

Please sign in to comment.