|
| 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 | + <ProductVersion>10.0.0</ProductVersion> |
| 7 | + <SchemaVersion>2.0</SchemaVersion> |
| 8 | + <ProjectGuid>{E6ACD1E8-3BBF-45DE-A5C3-61A66F843BED}</ProjectGuid> |
| 9 | + <OutputType>Library</OutputType> |
| 10 | + <RootNamespace>Firebase.Sample.Firestore</RootNamespace> |
| 11 | + <AssemblyName>Firebase.Sample.Firestore</AssemblyName> |
| 12 | + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 13 | + </PropertyGroup> |
| 14 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 15 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 16 | + <DebugSymbols>True</DebugSymbols> |
| 17 | + <DebugType>full</DebugType> |
| 18 | + <Optimize>False</Optimize> |
| 19 | + <OutputPath>bin\Debug</OutputPath> |
| 20 | + <DefineConstants>DEBUG;</DefineConstants> |
| 21 | + <ErrorReport>prompt</ErrorReport> |
| 22 | + <WarningLevel>4</WarningLevel> |
| 23 | + <ConsolePause>False</ConsolePause> |
| 24 | + <DocumentationFile>bin\$(Configuration)\$(AssemblyName).xml</DocumentationFile> |
| 25 | + </PropertyGroup> |
| 26 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 27 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 28 | + <DebugSymbols>True</DebugSymbols> |
| 29 | + <DebugType>full</DebugType> |
| 30 | + <Optimize>True</Optimize> |
| 31 | + <OutputPath>bin\Release</OutputPath> |
| 32 | + <ErrorReport>prompt</ErrorReport> |
| 33 | + <WarningLevel>4</WarningLevel> |
| 34 | + <ConsolePause>False</ConsolePause> |
| 35 | + <DocumentationFile>bin\$(Configuration)\$(AssemblyName).xml</DocumentationFile> |
| 36 | + </PropertyGroup> |
| 37 | + <ItemGroup> |
| 38 | + <Reference Include="System" /> |
| 39 | + <Reference Include="System.Core" /> |
| 40 | + </ItemGroup> |
| 41 | + <ItemGroup> |
| 42 | + <Compile Include="EventAccumulator.cs" /> |
| 43 | + <Compile Include="SerializationTestData.cs" /> |
| 44 | + <Compile Include="UIHandler.cs" /> |
| 45 | + <Compile Include="UIHandlerAutomated.cs" /> |
| 46 | + </ItemGroup> |
| 47 | + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 48 | +</Project> |
0 commit comments