Skip to content

Commit

Permalink
Added versioning info for winmlrunner (#146)
Browse files Browse the repository at this point in the history
* Added versioning info for winmlrunner

* Added resource.h

* Included resource.h
  • Loading branch information
Ryan Lai authored Jan 30, 2019
1 parent a8206db commit b9229dc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tools/WinMLRunner/WinMLRunner.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<Project>{c3bcbea1-90e6-426f-88ac-64c274bcef45}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src/WinMLRunner.rc" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\resource.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{31653A2F-02CC-4A95-9880-BF86965FB262}</ProjectGuid>
Expand Down
Binary file added Tools/WinMLRunner/src/WinMLRunner.rc
Binary file not shown.
14 changes: 14 additions & 0 deletions Tools/WinMLRunner/src/resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by WinMLRunner.rc

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

0 comments on commit b9229dc

Please sign in to comment.