summaryrefslogtreecommitdiffstats
path: root/tools/slang-reflection-test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/slang-reflection-test')
-rw-r--r--tools/slang-reflection-test/slang-reflection-test-main.cpp (renamed from tools/slang-reflection-test/main.cpp)2
-rw-r--r--tools/slang-reflection-test/slang-reflection-test-tool.vcxproj2
-rw-r--r--tools/slang-reflection-test/slang-reflection-test-tool.vcxproj.filters2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/slang-reflection-test/main.cpp b/tools/slang-reflection-test/slang-reflection-test-main.cpp
index 04818dfdf..071a15cd4 100644
--- a/tools/slang-reflection-test/main.cpp
+++ b/tools/slang-reflection-test/slang-reflection-test-main.cpp
@@ -1,4 +1,4 @@
-// main.cpp
+// slang-reflection-test-main.cpp
#include <assert.h>
#include <stdio.h>
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">
diff --git a/tools/slang-reflection-test/slang-reflection-test-tool.vcxproj.filters b/tools/slang-reflection-test/slang-reflection-test-tool.vcxproj.filters
index e9ae1c092..2e5dbea25 100644
--- a/tools/slang-reflection-test/slang-reflection-test-tool.vcxproj.filters
+++ b/tools/slang-reflection-test/slang-reflection-test-tool.vcxproj.filters
@@ -6,7 +6,7 @@
</Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="main.cpp">
+ <ClCompile Include="slang-reflection-test-main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>