summaryrefslogtreecommitdiff
path: root/tools/slang-reflection-test/slang-reflection-test-tool.vcxproj
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2019-01-07 09:14:01 -0500
committerGitHub <noreply@github.com>2019-01-07 09:14:01 -0500
commitd155eaa92d56a4ec00109d25c8c70fe12fb96c2e (patch)
tree55355d0aa67f99727f520ee3b210c27a647a12a9 /tools/slang-reflection-test/slang-reflection-test-tool.vcxproj
parentefa2c8f41aa5cd2c27990fd9b57ea0eff06976e7 (diff)
Feature/unique tool source names (#766)
* Remove AppContext. Use StdChannels to hold writers, and TestToolUtil to hold test tool specific functionality. * StdChannels -> StdWriters * getStdOut -> getOut, getStdError -> getError * Renamed main.cpp files of tools to try and stop visual studio getting confused between files - such that clicking on an error takes editor to the right location.
Diffstat (limited to 'tools/slang-reflection-test/slang-reflection-test-tool.vcxproj')
-rw-r--r--tools/slang-reflection-test/slang-reflection-test-tool.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/slang-reflection-test/slang-reflection-test-tool.vcxproj b/tools/slang-reflection-test/slang-reflection-test-tool.vcxproj
index 77efa33f0..51018db26 100644
--- a/tools/slang-reflection-test/slang-reflection-test-tool.vcxproj
+++ b/tools/slang-reflection-test/slang-reflection-test-tool.vcxproj
@@ -166,7 +166,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="main.cpp" />
+ <ClCompile Include="slang-reflection-test-main.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\source\core\core.vcxproj">