1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProjectGuid >{03FB7F3A-6D24-4033-9B04-69AD8A198CCF}</ProjectGuid >
7+ <OutputType >Exe</OutputType >
8+ <RootNamespace >FExampleInceptionInference</RootNamespace >
9+ <AssemblyName >FExampleInceptionInference</AssemblyName >
10+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
11+ </PropertyGroup >
12+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
13+ <DebugSymbols >true</DebugSymbols >
14+ <DebugType >full</DebugType >
15+ <Optimize >false</Optimize >
16+ <OutputPath >bin\Debug</OutputPath >
17+ <DefineConstants >DEBUG</DefineConstants >
18+ <ErrorReport >prompt</ErrorReport >
19+ <ExternalConsole >true</ExternalConsole >
20+ <PlatformTarget ></PlatformTarget >
21+ </PropertyGroup >
22+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
23+ <Optimize >true</Optimize >
24+ <OutputPath >bin\Release</OutputPath >
25+ <DefineConstants ></DefineConstants >
26+ <ErrorReport >prompt</ErrorReport >
27+ <ExternalConsole >true</ExternalConsole >
28+ <GenerateTailCalls >true</GenerateTailCalls >
29+ <PlatformTarget ></PlatformTarget >
30+ </PropertyGroup >
31+ <PropertyGroup >
32+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '10.0' OR '$(VisualStudioVersion)' == '11.0'" >
35+ <FSharpTargetsPath >$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" mscorlib" />
39+ <Reference Include =" FSharp.Core" />
40+ <Reference Include =" System" />
41+ <Reference Include =" System.Core" />
42+ <Reference Include =" System.Numerics" />
43+ </ItemGroup >
44+ <ItemGroup >
45+ <Compile Include =" AssemblyInfo.fs" />
46+ <Compile Include =" Program.fs" />
47+ </ItemGroup >
48+ <ItemGroup >
49+ <ProjectReference Include =" ..\TensorFlowSharp\TensorFlowSharp.csproj" >
50+ <Project >{0264C321-34F4-46AF-819E-168D1E597232}</Project >
51+ <Name >TensorFlowSharp</Name >
52+ </ProjectReference >
53+ </ItemGroup >
54+ <Import Project =" $(FSharpTargetsPath)" />
55+ </Project >
0 commit comments