博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
vs 2013 + git
阅读量:5955 次
发布时间:2019-06-19

本文共 940 字,大约阅读时间需要 3 分钟。

构架经典的三层架构时,添加了相应的引用关系, 在提交前,看了一下diff 很明朗! 提示了gui添加项目引用时,哪些文件发生了怎么样的变化.

diff --git a/BLL/BLL.csproj b/BLL/BLL.csproj

index 0fd1ca3..bd833d9 100644
--- a/BLL/BLL.csproj
+++ b/BLL/BLL.csproj
@@ -42,6 +42,16 @@
<Compile Include="Class1.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\DAL\DAL.csproj">
+ <Project>{7fc58499-3349-44e8-8843-947dfeda4130}</Project>
+ <Name>DAL</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Model\Model.csproj">
+ <Project>{63a86700-75bd-4c13-94fd-83c503ea96e8}</Project>
+ <Name>Model</Name>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.

这里BLL引用了DAL和Model

转载于:https://www.cnblogs.com/wesnoth/p/git-vs2013.html

你可能感兴趣的文章
SQL Server2014安装流程及注意事项
查看>>
Data - 信息获取途径汇总
查看>>
setInterval、setTimeout
查看>>
RookeyFrame 隐藏 首次加载菜单 的伸缩动画
查看>>
用C语言实现的轴对称变换
查看>>
陶哲轩实分析 推论 7.3.2 (比较判别法) 证明
查看>>
android权限
查看>>
第7件事 产品的5个要素
查看>>
rem适配750
查看>>
BZOJ 1015 [JSOI2008]星球大战starwar (逆序并查集)
查看>>
1177:奇数单增序列
查看>>
2018-02-03-PY3下经典数据集iris的机器学习算法举例-零基础
查看>>
NYOJ-取石子
查看>>
Mac 识别NTFS移动硬盘
查看>>
AngularJS
查看>>
《zw版·Halcon-delphi系列原创教程》halconxlib控件列表
查看>>
UVa 11419 SAM I AM
查看>>
super方法 调用父类的方法
查看>>
算法面试题解答(六)
查看>>
倒计时按钮,根据时间单位转化
查看>>