1 Star 0 Fork 26

xiaoshzx/Shutter

forked from dream7180/Shutter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CommonProjDefinitions.props 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
dream7180 提交于 2021-12-06 23:17 . jpegtubo & UI
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets">
</ImportGroup>
<PropertyGroup Label="UserMacros">
<Bin>$(SolutionDir)bin\$(Platform)-$(Configuration)\</Bin>
<Int>$(SolutionDir)out\$(Platform)-$(Configuration)\$(ProjectName)\</Int>
<Libraries>$(SolutionDir)libs</Libraries>
<Libs>$(SolutionDir)out\$(Platform)-$(Configuration)\libs</Libs>
<LibsDbg>$(SolutionDir)out\$(Platform)-Debug\libs</LibsDbg>
<LibsRel>$(SolutionDir)out\$(Platform)-Release\libs</LibsRel>
<Boost>D:\Develop\boost</Boost>
</PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion>
</PropertyGroup>
<ItemDefinitionGroup />
<ItemGroup>
<BuildMacro Include="Bin">
<Value>$(Bin)</Value>
</BuildMacro>
<BuildMacro Include="Int">
<Value>$(Int)</Value>
</BuildMacro>
<BuildMacro Include="Libs">
<Value>$(Libs)</Value>
</BuildMacro>
<BuildMacro Include="LibsDbg">
<Value>$(LibsDbg)</Value>
</BuildMacro>
<BuildMacro Include="LibsRel">
<Value>$(LibsRel)</Value>
</BuildMacro>
<BuildMacro Include="Boost">
<Value>$(Boost)</Value>
</BuildMacro>
<BuildMacro Include="Libraries">
<Value>$(Libraries)</Value>
</BuildMacro>
</ItemGroup>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/hongzhenxiang/Shutter.git
git@gitee.com:hongzhenxiang/Shutter.git
hongzhenxiang
Shutter
Shutter
master

搜索帮助