Skip to content

Commit b9229dc

Browse files
author
Ryan Lai
authored
Added versioning info for winmlrunner (#146)
* Added versioning info for winmlrunner * Added resource.h * Included resource.h
1 parent a8206db commit b9229dc

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

Tools/WinMLRunner/WinMLRunner.vcxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
<Project>{c3bcbea1-90e6-426f-88ac-64c274bcef45}</Project>
3535
</ProjectReference>
3636
</ItemGroup>
37+
<ItemGroup>
38+
<ResourceCompile Include="src/WinMLRunner.rc" />
39+
</ItemGroup>
40+
<ItemGroup>
41+
<ClInclude Include="src\resource.h" />
42+
</ItemGroup>
3743
<PropertyGroup Label="Globals">
3844
<VCProjectVersion>15.0</VCProjectVersion>
3945
<ProjectGuid>{31653A2F-02CC-4A95-9880-BF86965FB262}</ProjectGuid>
4.58 KB
Binary file not shown.

Tools/WinMLRunner/src/resource.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
//{{NO_DEPENDENCIES}}
2+
// Microsoft Visual C++ generated include file.
3+
// Used by WinMLRunner.rc
4+
5+
// Next default values for new objects
6+
//
7+
#ifdef APSTUDIO_INVOKED
8+
#ifndef APSTUDIO_READONLY_SYMBOLS
9+
#define _APS_NEXT_RESOURCE_VALUE 101
10+
#define _APS_NEXT_COMMAND_VALUE 40001
11+
#define _APS_NEXT_CONTROL_VALUE 1001
12+
#define _APS_NEXT_SYMED_VALUE 101
13+
#endif
14+
#endif

0 commit comments

Comments
 (0)