Skip to content

Commit 2940cbb

Browse files
committed
.
1 parent b14c665 commit 2940cbb

3 files changed

Lines changed: 20 additions & 4 deletions

File tree

ExecutorBase/ExecutorBase.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
<Deterministic>true</Deterministic>
1616
<TargetFrameworkProfile />
1717
</PropertyGroup>
18+
<ItemGroup>
19+
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net40" Version="1.0.2">
20+
<PrivateAssets>all</PrivateAssets>
21+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
22+
</PackageReference>
23+
</ItemGroup>
1824
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1925
<DebugSymbols>true</DebugSymbols>
2026
<DebugType>full</DebugType>
@@ -93,4 +99,4 @@
9399
<Compile Include="YGOSharp.OCGWrapper\NamedCardsManager.cs" />
94100
</ItemGroup>
95101
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96-
</Project>
102+
</Project>

WindBot.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
<FileAlignment>512</FileAlignment>
2020
<TargetFrameworkProfile />
2121
</PropertyGroup>
22+
<ItemGroup>
23+
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net40" Version="1.0.2">
24+
<PrivateAssets>all</PrivateAssets>
25+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
26+
</PackageReference>
27+
</ItemGroup>
2228
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
2329
<DebugSymbols>true</DebugSymbols>
2430
<OutputPath>bin\Debug\</OutputPath>
@@ -166,11 +172,11 @@
166172
</ProjectReference>
167173
</ItemGroup>
168174
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
169-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
175+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
170176
Other similar extension points exist, see Microsoft.Common.targets.
171177
<Target Name="BeforeBuild">
172178
</Target>
173179
<Target Name="AfterBuild">
174180
</Target>
175181
-->
176-
</Project>
182+
</Project>

libWindbot.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@
127127
<Version>0.4.0</Version>
128128
</PackageReference>
129129
<PackageReference Include="Xamarin.Android.Support.v7.AppCompat" Version="25.4.0.2" />
130+
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net40" Version="1.0.2">
131+
<PrivateAssets>all</PrivateAssets>
132+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
133+
</PackageReference>
130134
</ItemGroup>
131135
<ItemGroup>
132136
<ProjectReference Include="ExecutorBase\ExecutorBase.csproj">
@@ -148,4 +152,4 @@ if exist %25E4K_OUTPUT%25 rmdir /S /Q %25E4K_OUTPUT%25
148152
<Target Name="AfterBuild">
149153
</Target>
150154
-->
151-
</Project>
155+
</Project>

0 commit comments

Comments
 (0)