码迷,mamicode.com
首页 > 编程语言 > 详细

Unity学习笔记草稿篇(一)为unity配置添加VS智能感知

时间:2015-04-27 12:48:26      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:

1. 在解决方案根目录下添加文件DotNetConfig.xsd;

2. 编辑DotNetConfig.xsd文件,内容如下:

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vs="http://schemas.microsoft.com/Visual-Studio-Intellisense" elementFormDefault="qualified" attributeFormDefault="unqualified" vs:helpNamespace="http://schemas.microsoft.com/.NetConfiguration/v2.0">
  
  <!--Unity 智能感知-->  
  <xs:include schemaLocation="unity.xsd"/>
</xs:schema>

 

Unity学习笔记草稿篇(一)为unity配置添加VS智能感知

标签:

原文地址:http://www.cnblogs.com/Pupa/p/4459742.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!