This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
src/System.Private.Uri/src Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
16
16
<!-- Default configurations to help VS understand the configurations -->
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'FreeBSD_Debug|AnyCPU' " />
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'FreeBSD_Release|AnyCPU' " />
17
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Linux_Debug|AnyCPU' " />
18
20
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Linux_Release|AnyCPU' " />
19
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'OSX_Debug|AnyCPU' " />
138
140
</Compile >
139
141
</ItemGroup >
140
142
143
+ <!-- FreeBSD -->
144
+ <ItemGroup Condition =" '$(TargetsFreeBSD)' == 'true'" >
145
+ <Compile Include =" $(CommonPath)\Interop\FreeBSD\Interop.Errors.cs" >
146
+ <Link >Common\Interop\FreeBSD\Interop.Errors.cs</Link >
147
+ </Compile >
148
+ <Compile Include =" $(CommonPath)\Interop\FreeBSD\libc\Interop.OpenFlags.cs" >
149
+ <Link >Common\Interop\FreeBSD\Interop.OpenFlags.cs</Link >
150
+ </Compile >
151
+ </ItemGroup >
141
152
<!-- Linux -->
142
153
<ItemGroup Condition =" '$(TargetsLinux)' == 'true'" >
143
154
<Compile Include =" $(CommonPath)\Interop\Linux\Interop.Errors.cs" >
You can’t perform that action at this time.
0 commit comments