We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446f5d2 commit 1025090Copy full SHA for 1025090
build_msvc/fuzz/fuzz.vcxproj
@@ -9,7 +9,7 @@
9
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
10
</PropertyGroup>
11
<ItemGroup>
12
- <ClCompile Include="..\..\src\test\fuzz\*.cpp" />
+ <ClCompile Include="..\..\src\test\fuzz\*.cpp" Exclude="..\..\src\test\fuzz\utxo_snapshot.cpp" />
13
<ClCompile Include="..\..\src\test\fuzz\util\descriptor.cpp">
14
<ObjectFileName>$(IntDir)test_fuzz_util_descriptor.obj</ObjectFileName>
15
</ClCompile>
0 commit comments