diff options
| author | Konstantin <const@const.me> | 2023-02-03 14:46:13 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-02-03 14:46:13 +0100 |
| commit | 348c0ad9530e5f4ccfc229a1586bbfc1021705f2 (patch) | |
| tree | 9a1629fd5615c4e0a7d652c6df5c4dee2cdcc44b /Examples/main/main.vcxproj | |
| parent | c869213e639f523752f5b41706486b320f994d1b (diff) | |
C++ console example now outputs text files when asked
Diffstat (limited to 'Examples/main/main.vcxproj')
| -rw-r--r-- | Examples/main/main.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Examples/main/main.vcxproj b/Examples/main/main.vcxproj index 0c05491..3faf3b9 100644 --- a/Examples/main/main.vcxproj +++ b/Examples/main/main.vcxproj @@ -78,10 +78,12 @@ <ClCompile Include="main.cpp" /> <ClCompile Include="miscUtils.cpp" /> <ClCompile Include="params.cpp" /> + <ClCompile Include="textWriter.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="miscUtils.h" /> <ClInclude Include="params.h" /> + <ClInclude Include="textWriter.h" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Whisper\Whisper.vcxproj"> |
