diff options
| author | Tim Foley <tfoley@nvidia.com> | 2017-06-09 16:00:00 -0700 |
|---|---|---|
| committer | Tim Foley <tfoley@nvidia.com> | 2017-06-09 17:10:47 -0700 |
| commit | 44e3f612b832c45589c3efc5b416ff2604f26602 (patch) | |
| tree | a3165c843cc4c6d5559fcaacc402e476090041a9 | |
| parent | f7c10dfd103bb95c47ad8ca1f3ff6e73bc5856f2 (diff) | |
Fix: Remove some old project references.
There were some dead project references lying around after the Spire->Slang rename, that don't affect builds from inside Visual Studio, but seem to break stand-alone build with `msbuild`.
| -rw-r--r-- | source/slangc/slangc.vcxproj | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source/slangc/slangc.vcxproj b/source/slangc/slangc.vcxproj index 3433f7db6..cba7a94fa 100644 --- a/source/slangc/slangc.vcxproj +++ b/source/slangc/slangc.vcxproj @@ -366,21 +366,12 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ProjectReference Include="..\CoreLib\CoreLibBasic.vcxproj"> - <Project>{f9be7957-8399-899e-0c49-e714fddd4b65}</Project> - </ProjectReference> <ProjectReference Include="..\core\core.vcxproj"> <Project>{f9be7957-8399-899e-0c49-e714fddd4b65}</Project> </ProjectReference> <ProjectReference Include="..\slang\slang.vcxproj"> <Project>{db00da62-0533-4afd-b59f-a67d5b3a0808}</Project> </ProjectReference> - <ProjectReference Include="..\SpireCore\SpireCore.vcxproj"> - <Project>{db00da62-0533-4afd-b59f-a67d5b3a0808}</Project> - </ProjectReference> - <ProjectReference Include="..\SpireLib\SpireLib.vcxproj"> - <Project>{1168c449-66a5-4d23-80e2-2c1a07e58f83}</Project> - </ProjectReference> </ItemGroup> <ItemGroup> <ClCompile Include="main.cpp" /> |
