42 lines
2.2 KiB
Plaintext
42 lines
2.2 KiB
Plaintext
|
|
|||
|
Microsoft Visual Studio Solution File, Format Version 10.00
|
|||
|
# Visual Studio 2008
|
|||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SystemUtility", "SystemUtility\SystemUtility.vcproj", "{641253E6-F994-4A36-9FA6-FDA44C76ECC4}"
|
|||
|
EndProject
|
|||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FileSystem", "FileSystem\FileSystem.vcproj", "{17F96D53-A98B-4F0F-86CC-BA70834306E5}"
|
|||
|
EndProject
|
|||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FileSystemTest", "FileSystemTest\FileSystemTest.vcproj", "{8F99D931-CE38-4005-979B-E5784918778C}"
|
|||
|
EndProject
|
|||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8A386656-3E08-4E78-B5A9-D07F787A928E}"
|
|||
|
ProjectSection(SolutionItems) = preProject
|
|||
|
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
|
|||
|
SystemUtility.vsmdi = SystemUtility.vsmdi
|
|||
|
EndProjectSection
|
|||
|
EndProject
|
|||
|
Global
|
|||
|
GlobalSection(TestCaseManagementSettings) = postSolution
|
|||
|
CategoryFile = SystemUtility.vsmdi
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|||
|
Debug|Win32 = Debug|Win32
|
|||
|
Release|Win32 = Release|Win32
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|||
|
{641253E6-F994-4A36-9FA6-FDA44C76ECC4}.Debug|Win32.ActiveCfg = Debug|Win32
|
|||
|
{641253E6-F994-4A36-9FA6-FDA44C76ECC4}.Debug|Win32.Build.0 = Debug|Win32
|
|||
|
{641253E6-F994-4A36-9FA6-FDA44C76ECC4}.Release|Win32.ActiveCfg = Release|Win32
|
|||
|
{641253E6-F994-4A36-9FA6-FDA44C76ECC4}.Release|Win32.Build.0 = Release|Win32
|
|||
|
{17F96D53-A98B-4F0F-86CC-BA70834306E5}.Debug|Win32.ActiveCfg = Debug|Win32
|
|||
|
{17F96D53-A98B-4F0F-86CC-BA70834306E5}.Debug|Win32.Build.0 = Debug|Win32
|
|||
|
{17F96D53-A98B-4F0F-86CC-BA70834306E5}.Release|Win32.ActiveCfg = Release|Win32
|
|||
|
{17F96D53-A98B-4F0F-86CC-BA70834306E5}.Release|Win32.Build.0 = Release|Win32
|
|||
|
{8F99D931-CE38-4005-979B-E5784918778C}.Debug|Win32.ActiveCfg = Debug|Win32
|
|||
|
{8F99D931-CE38-4005-979B-E5784918778C}.Debug|Win32.Build.0 = Debug|Win32
|
|||
|
{8F99D931-CE38-4005-979B-E5784918778C}.Release|Win32.ActiveCfg = Release|Win32
|
|||
|
{8F99D931-CE38-4005-979B-E5784918778C}.Release|Win32.Build.0 = Release|Win32
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(SolutionProperties) = preSolution
|
|||
|
HideSolutionNode = FALSE
|
|||
|
EndGlobalSection
|
|||
|
EndGlobal
|