blob: 3a617ef81e440226e308eb18689eb6e679d258b2 (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)' == ''">
<Configuration>Debug</Configuration>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)..\..\cpp\config\ice.cpp.props" />
</Project>
|