惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Secure Thoughts
Security Latest
Security Latest
Simon Willison's Weblog
Simon Willison's Weblog
O
OpenAI News
GbyAI
GbyAI
L
LINUX DO - 最新话题
A
Arctic Wolf
T
Tor Project blog
G
GRAHAM CLULEY
I
InfoQ
博客园_首页
IT之家
IT之家
The Register - Security
The Register - Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Proofpoint News Feed
The GitHub Blog
The GitHub Blog
Blog — PlanetScale
Blog — PlanetScale
N
Netflix TechBlog - Medium
K
Kaspersky official blog
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
U
Unit 42
PCI Perspectives
PCI Perspectives
量子位
P
Palo Alto Networks Blog
S
Securelist
T
Troy Hunt's Blog
博客园 - 【当耐特】
Recorded Future
Recorded Future
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
S
Security Affairs
Engineering at Meta
Engineering at Meta
T
The Blog of Author Tim Ferriss
博客园 - 聂微东
罗磊的独立博客
N
News and Events Feed by Topic
人人都是产品经理
人人都是产品经理
B
Blog RSS Feed
NISL@THU
NISL@THU
C
Cisco Blogs
T
Threatpost
有赞技术团队
有赞技术团队
Forbes - Security
Forbes - Security
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
T
The Exploit Database - CXSecurity.com
Cloudbric
Cloudbric
Cyberwarzone
Cyberwarzone
Google DeepMind News
Google DeepMind News
C
Cyber Attacks, Cyber Crime and Cyber Security

博客园 - 布瓜去旅行

适时放手,是对自己的尊重 PhoneGap初试! 【转】Swift之 ? 和 ! 一场空欢喜 不要悲伤,我亲爱的好姑娘 更新证书错误:No matching provisioning profiles found CABasicAnimation的基本使用方法(移动·旋转·放大·缩小) ASP.NET中解决跨子域的Session共享 iPhone4S出现应用无法打开时的解决方案 [转] XCode 4.2 新功能 - Storyboard [摘] Objective-C的self.用法的一些总结 C# winform 与 flash as 的交互通讯 IE6中正确显示png图片 【转】DD_belatedPNG,解决IE6不支持PNG绝佳方案 IE6中margin值双倍的解决方案 [转] 弹性+固宽布局 Windows2003下配置PHP环境 遭遇价格欺诈 塑料瓶底的标志的含义!
去除Visual Studio .NET工程同SourceSafe的关联
布瓜去旅行 · 2010-02-17 · via 博客园 - 布瓜去旅行

步骤:
           1. 关闭工程。
           2. 将工程文件夹及文件的只读属性去掉。
           3. 删除工程文件夹下的下列文件:
               (1)Source Code Control File(后缀名为.scc)
                        通常:mssccprj.scc,vssver.scc
               (2)Visual Studio Source Control Project Metadata File(后缀名为.vspscc)
                        通常:ProjectName.vcproj.vspscc(C++),ProjectName. csproj.vspscc(C#)
               (3)Visual Studio Source Control Solution Metadata File(后缀名为.vssscc)
                        通常:SolutionName.vssscc
          
           4.  用文本编辑器打开SolutionName. Sln文件
                   将下列文本删除:
                        GlobalSection(SourceCodeControl) = preSolution
                       ……
                        EndGlobalSection
          
           5.  用文本编辑器打开ProjectName.vcproj(C#的话:ProjectName.csproj)文件
                将下列文本删除:
                SccProjectName="SAK"
                SccAuxPath="SAK"
                SccLocalPath="SAK"
                SccProvider="SAK"

 posted on 2010-02-17 18:37  布瓜去旅行  阅读(379)  评论()    收藏  举报