File tree Expand file tree Collapse file tree 3 files changed +18
-12
lines changed
Expand file tree Collapse file tree 3 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 88 <WindowsPath >$(SolutionDir)include\</WindowsPath >
99 <WindowsLibraries >$(SolutionDir)lib\</WindowsLibraries >
1010 </PropertyGroup >
11+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
12+ <IncludePath >$(SolutionDir)include\bridge\generated</IncludePath >
13+ </PropertyGroup >
14+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
15+ <IncludePath >$(SolutionDir)include\bridge\generated</IncludePath >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
18+ <IncludePath >$(SolutionDir)include\bridge\generated</IncludePath >
19+ </PropertyGroup >
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
21+ <IncludePath >$(SolutionDir)include\bridge\generated</IncludePath >
22+ </PropertyGroup >
1123</Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- /* **
2- * This header is a stub, usually it's generated by cmake at when configuring the project.
3- */
4-
51#pragma once
62
3+ #include < stdint.h>
4+
75namespace Thunder
86{
9- namespace PluginHost {
7+ namespace Versioning {
8+
109 static constexpr uint8_t Major = 5 ;
1110 static constexpr uint8_t Minor = 0 ;
1211 static constexpr uint8_t Patch = 0 ;
1312 }
1413}
14+
15+ #define THUNDER_VERSION 5
You can’t perform that action at this time.
0 commit comments