用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
3.3 KiB

10 months ago

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMakePredefinedTargets", "CMakePredefinedTargets", "{5A13CC8E-AD1B-351C-AC22-7C1C623638A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cotire", "cotire", "{2D1BF196-31EC-3D6E-9802-100AE56DE915}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "third-part", "third-part", "{CE8EA74F-1E8D-3DE9-A90F-E213F1D8F8CB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{CDE4ED81-2491-3838-9C5B-DDE2689659D1}"
ProjectSection(ProjectDependencies) = postProject
{20D24588-E4CC-3F08-AFB7-61C323359042} = {20D24588-E4CC-3F08-AFB7-61C323359042}
{EFB5006C-A0A8-301E-972C-47641485595E} = {EFB5006C-A0A8-301E-972C-47641485595E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "..\..\\ZERO_CHECK.vcxproj", "{20D24588-E4CC-3F08-AFB7-61C323359042}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "gtest.vcxproj", "{EFB5006C-A0A8-301E-972C-47641485595E}"
ProjectSection(ProjectDependencies) = postProject
{20D24588-E4CC-3F08-AFB7-61C323359042} = {20D24588-E4CC-3F08-AFB7-61C323359042}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest_unity", "gtest_unity.vcxproj", "{F01FE97E-BEB8-3397-9F32-8F57EA5838D6}"
ProjectSection(ProjectDependencies) = postProject
{20D24588-E4CC-3F08-AFB7-61C323359042} = {20D24588-E4CC-3F08-AFB7-61C323359042}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CDE4ED81-2491-3838-9C5B-DDE2689659D1}.Debug|x64.ActiveCfg = Debug|x64
{CDE4ED81-2491-3838-9C5B-DDE2689659D1}.Release|x64.ActiveCfg = Release|x64
{20D24588-E4CC-3F08-AFB7-61C323359042}.Debug|x64.ActiveCfg = Debug|x64
{20D24588-E4CC-3F08-AFB7-61C323359042}.Debug|x64.Build.0 = Debug|x64
{20D24588-E4CC-3F08-AFB7-61C323359042}.Release|x64.ActiveCfg = Release|x64
{20D24588-E4CC-3F08-AFB7-61C323359042}.Release|x64.Build.0 = Release|x64
{EFB5006C-A0A8-301E-972C-47641485595E}.Debug|x64.ActiveCfg = Debug|x64
{EFB5006C-A0A8-301E-972C-47641485595E}.Debug|x64.Build.0 = Debug|x64
{EFB5006C-A0A8-301E-972C-47641485595E}.Release|x64.ActiveCfg = Release|x64
{EFB5006C-A0A8-301E-972C-47641485595E}.Release|x64.Build.0 = Release|x64
{F01FE97E-BEB8-3397-9F32-8F57EA5838D6}.Debug|x64.ActiveCfg = Debug|x64
{F01FE97E-BEB8-3397-9F32-8F57EA5838D6}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CDE4ED81-2491-3838-9C5B-DDE2689659D1} = {5A13CC8E-AD1B-351C-AC22-7C1C623638A2}
{20D24588-E4CC-3F08-AFB7-61C323359042} = {5A13CC8E-AD1B-351C-AC22-7C1C623638A2}
{F01FE97E-BEB8-3397-9F32-8F57EA5838D6} = {2D1BF196-31EC-3D6E-9802-100AE56DE915}
{EFB5006C-A0A8-301E-972C-47641485595E} = {CE8EA74F-1E8D-3DE9-A90F-E213F1D8F8CB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E78EB80-9E11-3204-A211-956BCE961ECE}
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal