Skip to content

Commit 4185027

Browse files
committed
add version info
1 parent ef2899a commit 4185027

4 files changed

Lines changed: 19 additions & 1 deletion

File tree

4.67 KB
Binary file not shown.

ScsUnitTypeCheckBypass/ScsUnitTypeCheckBypass.vcxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,14 @@
6464
</ItemDefinitionGroup>
6565
<ItemGroup>
6666
<ClInclude Include="memory.h" />
67+
<ClInclude Include="resource.h" />
6768
</ItemGroup>
6869
<ItemGroup>
6970
<ClCompile Include="dllmain.cpp" />
7071
</ItemGroup>
72+
<ItemGroup>
73+
<ResourceCompile Include="ScsUnitTypeCheckBypass.rc" />
74+
</ItemGroup>
7175
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
7276
<ImportGroup Label="ExtensionTargets" />
73-
</Project>
77+
</Project>

ScsUnitTypeCheckBypass/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 ScsUnitTypeCheckBypass.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

dist/ScsUnitTypeCheckBypass.dll

1 KB
Binary file not shown.

0 commit comments

Comments
 (0)