加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
openomd.sln 3.14 KB
一键复制 编辑 原始数据 按行查看 历史
raymondcheng 提交于 2019-01-14 18:03 . Add linearbitration

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5BC88974-D306-4D04-89BA-B27F08122BE7}"
ProjectSection(SolutionItems) = preProject
copydll.bat = copydll.bat
pom.xml = pom.xml
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openomd_handler", "openomd_handler\openomd_handler.vcxproj", "{80762ADA-B990-42F7-A902-C00DC00CC198}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openomd_test", "openomd_test\openomd_test.vcxproj", "{1EBFD4E7-64AD-4E23-8288-A7775BEF2900}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openomd_tools", "openomd_tools\openomd_tools.vcxproj", "{1F506491-AFF4-4386-8AAB-FBA35E00B054}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80762ADA-B990-42F7-A902-C00DC00CC198}.Debug|x64.ActiveCfg = Debug|x64
{80762ADA-B990-42F7-A902-C00DC00CC198}.Debug|x64.Build.0 = Debug|x64
{80762ADA-B990-42F7-A902-C00DC00CC198}.Debug|x86.ActiveCfg = Debug|Win32
{80762ADA-B990-42F7-A902-C00DC00CC198}.Debug|x86.Build.0 = Debug|Win32
{80762ADA-B990-42F7-A902-C00DC00CC198}.Release|x64.ActiveCfg = Release|x64
{80762ADA-B990-42F7-A902-C00DC00CC198}.Release|x64.Build.0 = Release|x64
{80762ADA-B990-42F7-A902-C00DC00CC198}.Release|x86.ActiveCfg = Release|Win32
{80762ADA-B990-42F7-A902-C00DC00CC198}.Release|x86.Build.0 = Release|Win32
{1EBFD4E7-64AD-4E23-8288-A7775BEF2900}.Debug|x64.ActiveCfg = Debug|x64
{1EBFD4E7-64AD-4E23-8288-A7775BEF2900}.Debug|x64.Build.0 = Debug|x64
{1EBFD4E7-64AD-4E23-8288-A7775BEF2900}.Debug|x86.ActiveCfg = Debug|Win32
{1EBFD4E7-64AD-4E23-8288-A7775BEF2900}.Debug|x86.Build.0 = Debug|Win32
{1EBFD4E7-64AD-4E23-8288-A7775BEF2900}.Release|x64.ActiveCfg = Release|x64
{1EBFD4E7-64AD-4E23-8288-A7775BEF2900}.Release|x64.Build.0 = Release|x64
{1EBFD4E7-64AD-4E23-8288-A7775BEF2900}.Release|x86.ActiveCfg = Release|Win32
{1EBFD4E7-64AD-4E23-8288-A7775BEF2900}.Release|x86.Build.0 = Release|Win32
{1F506491-AFF4-4386-8AAB-FBA35E00B054}.Debug|x64.ActiveCfg = Debug|x64
{1F506491-AFF4-4386-8AAB-FBA35E00B054}.Debug|x64.Build.0 = Debug|x64
{1F506491-AFF4-4386-8AAB-FBA35E00B054}.Debug|x86.ActiveCfg = Debug|Win32
{1F506491-AFF4-4386-8AAB-FBA35E00B054}.Debug|x86.Build.0 = Debug|Win32
{1F506491-AFF4-4386-8AAB-FBA35E00B054}.Release|x64.ActiveCfg = Release|x64
{1F506491-AFF4-4386-8AAB-FBA35E00B054}.Release|x64.Build.0 = Release|x64
{1F506491-AFF4-4386-8AAB-FBA35E00B054}.Release|x86.ActiveCfg = Release|Win32
{1F506491-AFF4-4386-8AAB-FBA35E00B054}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {53A5FCB3-7E41-47B7-9376-8539A3021158}
EndGlobalSection
EndGlobal
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化