home *** CD-ROM | disk | FTP | other *** search
/ Introduction to 3D Game …ogramming with DirectX 12 / Introduction-to-3D-Game-Programming-with-DirectX-12.ISO / Code.Textures / Chapter 2 Matrix Algebra / XMMATRIX / XMMATRIX.sln < prev    next >
Encoding:
Text File  |  2016-03-02  |  989 b   |  23 lines

  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Express 2013 for Windows Desktop
  4. VisualStudioVersion = 12.0.21005.1
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XMMATRIX", "XMMATRIX.vcxproj", "{7CDBAD5D-00B5-4477-965E-803411B39454}"
  7. EndProject
  8. Global
  9.     GlobalSection(SolutionConfigurationPlatforms) = preSolution
  10.         Debug|Win32 = Debug|Win32
  11.         Release|Win32 = Release|Win32
  12.     EndGlobalSection
  13.     GlobalSection(ProjectConfigurationPlatforms) = postSolution
  14.         {7CDBAD5D-00B5-4477-965E-803411B39454}.Debug|Win32.ActiveCfg = Debug|Win32
  15.         {7CDBAD5D-00B5-4477-965E-803411B39454}.Debug|Win32.Build.0 = Debug|Win32
  16.         {7CDBAD5D-00B5-4477-965E-803411B39454}.Release|Win32.ActiveCfg = Release|Win32
  17.         {7CDBAD5D-00B5-4477-965E-803411B39454}.Release|Win32.Build.0 = Release|Win32
  18.     EndGlobalSection
  19.     GlobalSection(SolutionProperties) = preSolution
  20.         HideSolutionNode = FALSE
  21.     EndGlobalSection
  22. EndGlobal
  23.