-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
39 lines (33 loc) · 905 Bytes
/
Directory.Build.props
File metadata and controls
39 lines (33 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<Project>
<PropertyGroup>
<v__netcoreapp>net8.0</v__netcoreapp>
<v__netstandard>netstandard2.1</v__netstandard>
<SourceRoot>$(MSBuildThisFileDirectory)</SourceRoot>
</PropertyGroup>
<PropertyGroup>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<!--#region /.ob/ for no use -->
<ItemGroup>
<Compile Remove=".ob\**" />
<EmbeddedResource Remove=".ob\**" />
<None Remove=".ob\**" />
<Compile Remove=".tuse\**" />
<EmbeddedResource Remove=".tuse\**" />
<None Remove=".tuse\**" />
</ItemGroup>
<!--#endregion -->
<!--#region App_g_Code for rg -->
<Target Name="rg_PreBuild" BeforeTargets="PreBuildEvent">
<ItemGroup>
<Compile Include="obj\rg\**" />
</ItemGroup>
</Target>
<!--#endregion App_g_Code for rg -->
<PropertyGroup>
<__no_use__>
<![CDATA[
]]>
</__no_use__>
</PropertyGroup>
</Project>