blob: 179d123e81fb978152f1cfcaf7d3e163a9c32801 (
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>
|