18fe24f01f
* setjmp is not added as an app as it relies on non MSVC compatible assembly.
14 lines
561 B
XML
14 lines
561 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(SolutionDir)\.vs\apps\common.props" />
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{AFF91400-F772-419A-9463-D9900B43C666}</ProjectGuid>
|
|
<RootNamespace>t3</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
<ProjectName>t3</ProjectName>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\apps\t3.c" />
|
|
</ItemGroup>
|
|
</Project>
|