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