1 Star 0 Fork 2

liangcc / cefglue

forked from tiangk / cefglue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.proj 949 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dmitry Azaraev 提交于 2013-11-18 00:02 . Fix some build issues.
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<!-- TargetFrameworkVersion Condition=" '$(TargetFrameworkVersion)' == '' ">v3.5</TargetFrameworkVersion -->
</PropertyGroup>
<Target Name="Build">
<MSBuild Projects="Xilium.CefGlue.sln"
Targets="Build"
Properties="Configuration=$(Configuration);Platform=$(Platform)"
/>
<!-- TODO: reset TargetFrameworkProfile= when building from xbuild -->
</Target>
<Target Name="Clean">
<MSBuild Projects="Xilium.CefGlue.sln"
Targets="Clean"
Properties="Configuration=$(Configuration);Platform=$(Platform)"
/>
<!-- TODO: reset TargetFrameworkProfile= when building from xbuild -->
</Target>
</Project>
1
https://gitee.com/liangchangchun/cefglue.git
git@gitee.com:liangchangchun/cefglue.git
liangchangchun
cefglue
cefglue
master

搜索帮助