bin.vcxproj 1.83 KB
Newer Older
SWHL's avatar
SWHL committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <!--
        Need ConfigurationType set before importing openfst.props!
   -->
  <PropertyGroup Label="Globals">
    <ProjectGuid>{84657A19-CAF2-49E8-8DB3-A428C19F460D}</ProjectGuid>
    <ConfigurationType>Application</ConfigurationType>
    <MultiBin>true</MultiBin>
    <WindowsTargetPlatformVersion>$(_Win10SDKVer)</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <PlatformToolset>v143</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <PlatformToolset>v143</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <PlatformToolset>v143</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <PlatformToolset>v143</PlatformToolset>
  </PropertyGroup>
  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  <Import Project="../openfst.props" />
  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  <ItemGroup>
    <ClCompile Include="*.cc" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\lib\libfst.vcxproj">
      <Project>{de80efec-9ed9-4631-bd96-8568c31ed26d}</Project>
    </ProjectReference>
    <ProjectReference Include="..\script\libfstscript.vcxproj">
      <Project>{111f46ed-da1f-469b-b912-ba2acc2ff8e6}</Project>
    </ProjectReference>
  </ItemGroup>
  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  <Import Project="../openfst.targets" />
  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
</Project>