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 >{0264C321-34F4-46AF-819E-168D1E597232}</ProjectGuid >
7+ <OutputType >Library</OutputType >
8+ <RootNamespace >TensorFlowSharp</RootNamespace >
9+ <AssemblyName >TensorFlowSharp</AssemblyName >
10+ <TargetFrameworkVersion >v4.5</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+ <WarningLevel >4</WarningLevel >
20+ <ConsolePause >false</ConsolePause >
21+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
22+ </PropertyGroup >
23+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
24+ <Optimize >true</Optimize >
25+ <OutputPath >bin\Release</OutputPath >
26+ <ErrorReport >prompt</ErrorReport >
27+ <WarningLevel >4</WarningLevel >
28+ <ConsolePause >false</ConsolePause >
29+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
30+ </PropertyGroup >
31+ <ItemGroup >
32+ <Reference Include =" System" />
33+ </ItemGroup >
34+ <ItemGroup >
35+ <Compile Include =" Tensorflow.cs" />
36+ <Compile Include =" Properties\AssemblyInfo.cs" />
37+ </ItemGroup >
38+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
39+ </Project >
0 commit comments