Sync may31 release/8.0-tizen (#510)
[platform/upstream/dotnet/runtime.git] / src / tests / Regressions / coreclr / GitHub_22888 / test22888resources.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2   <PropertyGroup>
3     <OutputType>Exe</OutputType>
4     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
5     <CLRTestKind>BuildOnly</CLRTestKind>
6   </PropertyGroup>
7   <ItemGroup>
8     <Compile Include="test22888resources.cs" />
9   </ItemGroup>
10   <ItemGroup>
11     <EmbeddedResource Include="test22888.resx" LogicalName="test22888resources.test22888.resources">
12       <Generator>ResXFileCodeGenerator</Generator>
13     </EmbeddedResource>
14   </ItemGroup>
15   <ItemGroup>
16     <ProjectReference Include="$(TestSourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
17   </ItemGroup>
18 </Project>