Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <PropertyGroup> |
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 | <ProjectGuid>{9DB0B5E7-757E-4BD1-A5F6-279390331254}</ProjectGuid> |
| 7 | <OutputType>Exe</OutputType> |
| 8 | <AppDesignerFolder>Properties</AppDesignerFolder> |
| 9 | <RootNamespace>FlatBuffers.Test</RootNamespace> |
| 10 | <AssemblyName>FlatBuffers.Test</AssemblyName> |
| 11 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame^] | 12 | <RuntimeIdentifier>win</RuntimeIdentifier> |
| 13 | <LangVersion>4</LangVersion> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 14 | <FileAlignment>512</FileAlignment> |
| 15 | </PropertyGroup> |
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 17 | <DebugSymbols>true</DebugSymbols> |
| 18 | <DebugType>full</DebugType> |
| 19 | <Optimize>false</Optimize> |
| 20 | <OutputPath>bin\Debug\</OutputPath> |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame^] | 21 | <DefineConstants>TRACE;DEBUG</DefineConstants> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 22 | <ErrorReport>prompt</ErrorReport> |
| 23 | <WarningLevel>4</WarningLevel> |
| 24 | </PropertyGroup> |
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 26 | <DebugType>pdbonly</DebugType> |
| 27 | <Optimize>true</Optimize> |
| 28 | <OutputPath>bin\Release\</OutputPath> |
| 29 | <DefineConstants>TRACE</DefineConstants> |
| 30 | <ErrorReport>prompt</ErrorReport> |
| 31 | <WarningLevel>4</WarningLevel> |
| 32 | </PropertyGroup> |
| 33 | <PropertyGroup> |
| 34 | <StartupObject /> |
| 35 | </PropertyGroup> |
| 36 | <PropertyGroup Condition="'$(UnsafeByteBuffer)' == 'true'"> |
| 37 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 38 | <DefineConstants>$(DefineConstants);UNSAFE_BYTEBUFFER</DefineConstants> |
| 39 | </PropertyGroup> |
| 40 | <ItemGroup> |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame^] | 41 | <PackageReference Include="Newtonsoft.Json"> |
| 42 | <Version>12.0.3</Version> |
| 43 | </PackageReference> |
| 44 | </ItemGroup> |
| 45 | <ItemGroup> |
| 46 | <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 47 | <HintPath>packages\Newtonsoft.Json.12.0.3\lib\net35\Newtonsoft.Json.dll</HintPath> |
| 48 | </Reference> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 49 | <Reference Include="System" /> |
| 50 | <Reference Include="System.Core"> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 51 | </Reference> |
| 52 | </ItemGroup> |
| 53 | <ItemGroup> |
| 54 | <Compile Include="..\..\net\FlatBuffers\ByteBuffer.cs"> |
| 55 | <Link>FlatBuffers\ByteBuffer.cs</Link> |
| 56 | </Compile> |
| 57 | <Compile Include="..\..\net\FlatBuffers\ByteBufferUtil.cs"> |
| 58 | <Link>FlatBuffers\ByteBufferUtil.cs</Link> |
| 59 | </Compile> |
| 60 | <Compile Include="..\..\net\FlatBuffers\IFlatbufferObject.cs"> |
| 61 | <Link>FlatBuffers\IFlatbufferObject.cs</Link> |
| 62 | </Compile> |
| 63 | <Compile Include="..\..\net\FlatBuffers\Offset.cs"> |
| 64 | <Link>FlatBuffers\Offset.cs</Link> |
| 65 | </Compile> |
| 66 | <Compile Include="..\..\net\FlatBuffers\FlatBufferBuilder.cs"> |
| 67 | <Link>FlatBuffers\FlatBufferBuilder.cs</Link> |
| 68 | </Compile> |
| 69 | <Compile Include="..\..\net\FlatBuffers\FlatBufferConstants.cs"> |
| 70 | <Link>FlatBuffers\FlatBufferConstants.cs</Link> |
| 71 | </Compile> |
| 72 | <Compile Include="..\..\net\FlatBuffers\Struct.cs"> |
| 73 | <Link>FlatBuffers\Struct.cs</Link> |
| 74 | </Compile> |
| 75 | <Compile Include="..\..\net\FlatBuffers\Table.cs"> |
| 76 | <Link>FlatBuffers\Table.cs</Link> |
| 77 | </Compile> |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame^] | 78 | <Compile Include="..\MyGame\Example2\Monster.cs"> |
| 79 | <Link>MyGame\Example2\Monster.cs</Link> |
| 80 | </Compile> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 81 | <Compile Include="..\MyGame\Example\Any.cs"> |
| 82 | <Link>MyGame\Example\Any.cs</Link> |
| 83 | </Compile> |
| 84 | <Compile Include="..\MyGame\Example\AnyAmbiguousAliases.cs"> |
| 85 | <Link>MyGame\Example\AnyAmbiguousAliases.cs</Link> |
| 86 | </Compile> |
| 87 | <Compile Include="..\MyGame\Example\AnyUniqueAliases.cs"> |
| 88 | <Link>MyGame\Example\AnyUniqueAliases.cs</Link> |
| 89 | </Compile> |
| 90 | <Compile Include="..\MyGame\Example\Color.cs"> |
| 91 | <Link>MyGame\Example\Color.cs</Link> |
| 92 | </Compile> |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame^] | 93 | <Compile Include="..\MyGame\Example\Race.cs"> |
| 94 | <Link>MyGame\Example\Race.cs</Link> |
| 95 | </Compile> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 96 | <Compile Include="..\MyGame\Example\Monster.cs"> |
| 97 | <Link>MyGame\Example\Monster.cs</Link> |
| 98 | </Compile> |
| 99 | <Compile Include="..\MyGame\Example\Referrable.cs"> |
| 100 | <Link>MyGame\Example\Referrable.cs</Link> |
| 101 | </Compile> |
| 102 | <Compile Include="..\MyGame\Example\Stat.cs"> |
| 103 | <Link>MyGame\Example\Stat.cs</Link> |
| 104 | </Compile> |
| 105 | <Compile Include="..\MyGame\Example\Test.cs"> |
| 106 | <Link>MyGame\Example\Test.cs</Link> |
| 107 | </Compile> |
| 108 | <Compile Include="..\MyGame\Example\TestSimpleTableWithEnum.cs"> |
| 109 | <Link>MyGame\Example\TestSimpleTableWithEnum.cs</Link> |
| 110 | </Compile> |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame^] | 111 | <Compile Include="..\MyGame\Example\TypeAliases.cs"> |
| 112 | <Link>MyGame\Example\TypeAliases.cs</Link> |
| 113 | </Compile> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 114 | <Compile Include="..\MyGame\Example\Vec3.cs"> |
| 115 | <Link>MyGame\Example\Vec3.cs</Link> |
| 116 | </Compile> |
| 117 | <Compile Include="..\MyGame\Example\Ability.cs"> |
| 118 | <Link>MyGame\Example\Ability.cs</Link> |
| 119 | </Compile> |
| 120 | <Compile Include="..\MyGame\Example\ArrayTable.cs"> |
| 121 | <Link>MyGame\Example\ArrayTable.cs</Link> |
| 122 | </Compile> |
| 123 | <Compile Include="..\MyGame\Example\ArrayStruct.cs"> |
| 124 | <Link>MyGame\Example\ArrayStruct.cs</Link> |
| 125 | </Compile> |
| 126 | <Compile Include="..\MyGame\Example\NestedStruct.cs"> |
| 127 | <Link>MyGame\Example\NestedStruct.cs</Link> |
| 128 | </Compile> |
| 129 | <Compile Include="..\MyGame\Example\TestEnum.cs"> |
| 130 | <Link>MyGame\Example\TestEnum.cs</Link> |
| 131 | </Compile> |
| 132 | <Compile Include="..\MyGame\InParentNamespace.cs"> |
| 133 | <Link>MyGame\InParentNamespace.cs</Link> |
| 134 | </Compile> |
| 135 | <Compile Include="..\namespace_test\NamespaceA\NamespaceB\EnumInNestedNS.cs"> |
| 136 | <Link>NamespaceA\NamespaceB\EnumInNestedNS.cs</Link> |
| 137 | </Compile> |
| 138 | <Compile Include="..\namespace_test\NamespaceA\NamespaceB\StructInNestedNS.cs"> |
| 139 | <Link>NamespaceA\NamespaceB\StructInNestedNS.cs</Link> |
| 140 | </Compile> |
| 141 | <Compile Include="..\namespace_test\NamespaceA\NamespaceB\TableInNestedNS.cs"> |
| 142 | <Link>NamespaceA\NamespaceB\TableInNestedNS.cs</Link> |
| 143 | </Compile> |
| 144 | <Compile Include="..\namespace_test\NamespaceA\TableInFirstNS.cs"> |
| 145 | <Link>NamespaceA\TableInFirstNS.cs</Link> |
| 146 | </Compile> |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame^] | 147 | <Compile Include="..\union_vector\Attacker.cs"> |
| 148 | <Link>union_vector\Attacker.cs</Link> |
| 149 | </Compile> |
| 150 | <Compile Include="..\union_vector\BookReader.cs"> |
| 151 | <Link>union_vector\BookReader.cs</Link> |
| 152 | </Compile> |
| 153 | <Compile Include="..\union_vector\Character.cs"> |
| 154 | <Link>union_vector\Character.cs</Link> |
| 155 | </Compile> |
| 156 | <Compile Include="..\union_vector\Movie.cs"> |
| 157 | <Link>union_vector\Movie.cs</Link> |
| 158 | </Compile> |
| 159 | <Compile Include="..\union_vector\Rapunzel.cs"> |
| 160 | <Link>union_vector\Rapunzel.cs</Link> |
| 161 | </Compile> |
| 162 | <Compile Include="..\optional_scalars\OptionalByte.cs"> |
| 163 | <Link>optional_scalars\OptionalByte.cs</Link> |
| 164 | </Compile> |
| 165 | <Compile Include="..\optional_scalars\ScalarStuff.cs"> |
| 166 | <Link>optional_scalars\ScalarStuff.cs</Link> |
| 167 | </Compile> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 168 | <Compile Include="Assert.cs" /> |
| 169 | <Compile Include="ByteBufferTests.cs" /> |
| 170 | <Compile Include="FlatBufferBuilderTests.cs" /> |
| 171 | <Compile Include="FlatBuffersFuzzTests.cs" /> |
| 172 | <Compile Include="FlatBuffersTestClassAttribute.cs" /> |
| 173 | <Compile Include="FlatBuffersTestMethodAttribute.cs" /> |
| 174 | <Compile Include="FuzzTestData.cs" /> |
| 175 | <Compile Include="Lcg.cs" /> |
| 176 | <Compile Include="Program.cs" /> |
| 177 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 178 | <Compile Include="FlatBuffersExampleTests.cs" /> |
| 179 | <Compile Include="TestTable.cs" /> |
| 180 | </ItemGroup> |
| 181 | <ItemGroup> |
| 182 | <Content Include="..\monsterdata_test.mon"> |
| 183 | <Link>Resources\monsterdata_test.mon</Link> |
| 184 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 185 | </Content> |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame^] | 186 | <Content Include="..\monsterdata_test.json"> |
| 187 | <Link>Resources\monsterdata_test.json</Link> |
| 188 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 189 | </Content> |
| 190 | </ItemGroup> |
| 191 | <ItemGroup> |
| 192 | <None Include="packages.config" /> |
Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 193 | </ItemGroup> |
| 194 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 195 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 196 | Other similar extension points exist, see Microsoft.Common.targets. |
| 197 | <Target Name="BeforeBuild"> |
| 198 | </Target> |
| 199 | <Target Name="AfterBuild"> |
| 200 | </Target> |
| 201 | --> |
Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame^] | 202 | </Project> |