2 Star 10 Fork 4

达达软件/自动备份

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
autobackup.sln 3.84 KB
一键复制 编辑 原始数据 按行查看 历史
韦驮天 提交于 2017-04-18 18:07 . 初次提交

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "autobackup", "autobackup\autobackup.csproj", "{A399CD6F-17EA-4469-9C5C-B200D8B5C90E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject1", "TestProject1\TestProject1.csproj", "{7402D147-40D8-4686-9D75-658247B2F218}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{304C5005-823C-452C-8296-0DF974AA22D4}"
ProjectSection(SolutionItems) = preProject
autobackup.vsmdi = autobackup.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsole", "TestConsole\TestConsole.csproj", "{24CF62C1-71DB-484F-9A1C-161BD1A08EB2}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = autobackup.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A399CD6F-17EA-4469-9C5C-B200D8B5C90E}.Debug|Any CPU.ActiveCfg = Debug|x86
{A399CD6F-17EA-4469-9C5C-B200D8B5C90E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{A399CD6F-17EA-4469-9C5C-B200D8B5C90E}.Debug|Mixed Platforms.Build.0 = Debug|x86
{A399CD6F-17EA-4469-9C5C-B200D8B5C90E}.Debug|x86.ActiveCfg = Debug|x86
{A399CD6F-17EA-4469-9C5C-B200D8B5C90E}.Debug|x86.Build.0 = Debug|x86
{A399CD6F-17EA-4469-9C5C-B200D8B5C90E}.Release|Any CPU.ActiveCfg = Release|x86
{A399CD6F-17EA-4469-9C5C-B200D8B5C90E}.Release|Mixed Platforms.ActiveCfg = Release|x86
{A399CD6F-17EA-4469-9C5C-B200D8B5C90E}.Release|Mixed Platforms.Build.0 = Release|x86
{A399CD6F-17EA-4469-9C5C-B200D8B5C90E}.Release|x86.ActiveCfg = Release|x86
{A399CD6F-17EA-4469-9C5C-B200D8B5C90E}.Release|x86.Build.0 = Release|x86
{7402D147-40D8-4686-9D75-658247B2F218}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7402D147-40D8-4686-9D75-658247B2F218}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7402D147-40D8-4686-9D75-658247B2F218}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7402D147-40D8-4686-9D75-658247B2F218}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7402D147-40D8-4686-9D75-658247B2F218}.Debug|x86.ActiveCfg = Debug|Any CPU
{7402D147-40D8-4686-9D75-658247B2F218}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7402D147-40D8-4686-9D75-658247B2F218}.Release|Any CPU.Build.0 = Release|Any CPU
{7402D147-40D8-4686-9D75-658247B2F218}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7402D147-40D8-4686-9D75-658247B2F218}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7402D147-40D8-4686-9D75-658247B2F218}.Release|x86.ActiveCfg = Release|Any CPU
{24CF62C1-71DB-484F-9A1C-161BD1A08EB2}.Debug|Any CPU.ActiveCfg = Debug|x86
{24CF62C1-71DB-484F-9A1C-161BD1A08EB2}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{24CF62C1-71DB-484F-9A1C-161BD1A08EB2}.Debug|Mixed Platforms.Build.0 = Debug|x86
{24CF62C1-71DB-484F-9A1C-161BD1A08EB2}.Debug|x86.ActiveCfg = Debug|x86
{24CF62C1-71DB-484F-9A1C-161BD1A08EB2}.Debug|x86.Build.0 = Debug|x86
{24CF62C1-71DB-484F-9A1C-161BD1A08EB2}.Release|Any CPU.ActiveCfg = Release|x86
{24CF62C1-71DB-484F-9A1C-161BD1A08EB2}.Release|Mixed Platforms.ActiveCfg = Release|x86
{24CF62C1-71DB-484F-9A1C-161BD1A08EB2}.Release|Mixed Platforms.Build.0 = Release|x86
{24CF62C1-71DB-484F-9A1C-161BD1A08EB2}.Release|x86.ActiveCfg = Release|x86
{24CF62C1-71DB-484F-9A1C-161BD1A08EB2}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/chinagtech/zidongbeifen.git
[email protected]:chinagtech/zidongbeifen.git
chinagtech
zidongbeifen
自动备份
master

搜索帮助