Add Visual Studio project files

This commit is contained in:
2023-02-06 13:50:42 +01:00
parent 5489ed0d73
commit bf0e2fc7ef
8 changed files with 840 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{2C51B9E8-6A0B-3D3F-8EF6-D8B7F25B896E}"
ProjectSection(ProjectDependencies) = postProject
{9DFB51E5-0915-389A-A392-A51ACDFFF0FA} = {9DFB51E5-0915-389A-A392-A51ACDFFF0FA}
{1CBDD377-0188-3267-859F-C82973355259} = {1CBDD377-0188-3267-859F-C82973355259}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MyFirstUDRKit", "MyFirstUDRKit.vcxproj", "{9DFB51E5-0915-389A-A392-A51ACDFFF0FA}"
ProjectSection(ProjectDependencies) = postProject
{1CBDD377-0188-3267-859F-C82973355259} = {1CBDD377-0188-3267-859F-C82973355259}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "ZERO_CHECK.vcxproj", "{1CBDD377-0188-3267-859F-C82973355259}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
MinSizeRel|x64 = MinSizeRel|x64
RelWithDebInfo|x64 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C51B9E8-6A0B-3D3F-8EF6-D8B7F25B896E}.Debug|x64.ActiveCfg = Debug|x64
{2C51B9E8-6A0B-3D3F-8EF6-D8B7F25B896E}.Release|x64.ActiveCfg = Release|x64
{2C51B9E8-6A0B-3D3F-8EF6-D8B7F25B896E}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{2C51B9E8-6A0B-3D3F-8EF6-D8B7F25B896E}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{9DFB51E5-0915-389A-A392-A51ACDFFF0FA}.Debug|x64.ActiveCfg = Debug|x64
{9DFB51E5-0915-389A-A392-A51ACDFFF0FA}.Debug|x64.Build.0 = Debug|x64
{9DFB51E5-0915-389A-A392-A51ACDFFF0FA}.Release|x64.ActiveCfg = Release|x64
{9DFB51E5-0915-389A-A392-A51ACDFFF0FA}.Release|x64.Build.0 = Release|x64
{9DFB51E5-0915-389A-A392-A51ACDFFF0FA}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{9DFB51E5-0915-389A-A392-A51ACDFFF0FA}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{9DFB51E5-0915-389A-A392-A51ACDFFF0FA}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{9DFB51E5-0915-389A-A392-A51ACDFFF0FA}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{1CBDD377-0188-3267-859F-C82973355259}.Debug|x64.ActiveCfg = Debug|x64
{1CBDD377-0188-3267-859F-C82973355259}.Debug|x64.Build.0 = Debug|x64
{1CBDD377-0188-3267-859F-C82973355259}.Release|x64.ActiveCfg = Release|x64
{1CBDD377-0188-3267-859F-C82973355259}.Release|x64.Build.0 = Release|x64
{1CBDD377-0188-3267-859F-C82973355259}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{1CBDD377-0188-3267-859F-C82973355259}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{1CBDD377-0188-3267-859F-C82973355259}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{1CBDD377-0188-3267-859F-C82973355259}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AB517696-672E-3091-BD81-FE70D01E0626}
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal