Revert "- Removed Library.cpp and Library.h from nvcore VS2013 project"
This reverts commit b254961b22
.
This commit is contained in:
parent
c0ad0f4d31
commit
9014a0a967
@ -157,6 +157,7 @@
|
|||||||
<ClInclude Include="..\..\..\src\nvcore\Debug.h" />
|
<ClInclude Include="..\..\..\src\nvcore\Debug.h" />
|
||||||
<ClInclude Include="..\..\..\src\nvcore\DefsVcWin32.h" />
|
<ClInclude Include="..\..\..\src\nvcore\DefsVcWin32.h" />
|
||||||
<ClInclude Include="..\..\..\src\nvcore\FileSystem.h" />
|
<ClInclude Include="..\..\..\src\nvcore\FileSystem.h" />
|
||||||
|
<ClInclude Include="..\..\..\src\nvcore\Library.h" />
|
||||||
<ClInclude Include="..\..\..\src\nvcore\Memory.h" />
|
<ClInclude Include="..\..\..\src\nvcore\Memory.h" />
|
||||||
<ClInclude Include="..\..\..\src\nvcore\nvcore.h" />
|
<ClInclude Include="..\..\..\src\nvcore\nvcore.h" />
|
||||||
<ClInclude Include="..\..\..\src\nvcore\Ptr.h" />
|
<ClInclude Include="..\..\..\src\nvcore\Ptr.h" />
|
||||||
@ -168,6 +169,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\..\src\nvcore\Debug.cpp" />
|
<ClCompile Include="..\..\..\src\nvcore\Debug.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\nvcore\FileSystem.cpp" />
|
<ClCompile Include="..\..\..\src\nvcore\FileSystem.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\src\nvcore\Library.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\nvcore\Memory.cpp" />
|
<ClCompile Include="..\..\..\src\nvcore\Memory.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\nvcore\StrLib.cpp" />
|
<ClCompile Include="..\..\..\src\nvcore\StrLib.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\nvcore\TextWriter.cpp" />
|
<ClCompile Include="..\..\..\src\nvcore\TextWriter.cpp" />
|
||||||
|
@ -229,14 +229,6 @@
|
|||||||
<Project>{50c465fe-b308-42bc-894d-89484482af06}</Project>
|
<Project>{50c465fe-b308-42bc-894d-89484482af06}</Project>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\nvtt\nvtt.vcxproj">
|
|
||||||
<Project>{1aeb7681-57d8-48ee-813d-5c41cc38b647}</Project>
|
|
||||||
<Private>false</Private>
|
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
||||||
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
|
|
||||||
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
|
||||||
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
@ -231,14 +231,6 @@
|
|||||||
<Project>{50c465fe-b308-42bc-894d-89484482af06}</Project>
|
<Project>{50c465fe-b308-42bc-894d-89484482af06}</Project>
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\nvtt\nvtt.vcxproj">
|
|
||||||
<Project>{1aeb7681-57d8-48ee-813d-5c41cc38b647}</Project>
|
|
||||||
<Private>false</Private>
|
|
||||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
||||||
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
|
|
||||||
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
|
||||||
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
|
||||||
</ProjectReference>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
@ -378,4 +378,7 @@ Global
|
|||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
GlobalSection(Performance) = preSolution
|
||||||
|
HasPerformanceSessions = true
|
||||||
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
Loading…
Reference in New Issue
Block a user