Skip to content

Commit d41d497

Browse files
authored
Merge pull request #2 from VeithMetro/master
Updating ThunderTools path for Windows build
2 parents 8bb8c4f + 3800f16 commit d41d497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<FrameworkPath>$(SolutionDir)Thunder\Source\</FrameworkPath>
55
<ContractsPath>$(SolutionDir)ThunderInterfaces\</ContractsPath>
66
<ClientsPath>$(SolutionDir)ThunderClientLibraries\Source\</ClientsPath>
7-
<ToolPath>$(SolutionDir)Thunder\tools\</ToolPath>
7+
<ToolPath>$(SolutionDir)ThunderTools\</ToolPath>
88
<WindowsPath>$(SolutionDir)include\</WindowsPath>
99
<WindowsLibraries>$(SolutionDir)lib\</WindowsLibraries>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)