Skip to content

Commit

Permalink
Fix not embedding resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Nov 6, 2021
1 parent 296aee9 commit 9c5ebe4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/AI_Pregnancy/AI_Pregnancy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@
<None Include="Resources\preg_icon.xcf" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\leave.png" />
<Content Include="Resources\pregnant.png" />
<Content Include="Resources\risky.png" />
<Content Include="Resources\safe.png" />
<Content Include="Resources\unknown.png" />
<EmbeddedResource Include="Resources\leave.png" />
<EmbeddedResource Include="Resources\pregnant.png" />
<EmbeddedResource Include="Resources\risky.png" />
<EmbeddedResource Include="Resources\safe.png" />
<EmbeddedResource Include="Resources\unknown.png" />
</ItemGroup>
<ItemGroup>
<Compile Include="Data\HeroineStatus.cs" />
Expand Down
10 changes: 5 additions & 5 deletions src/KK_Pregnancy/KK_Pregnancy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
<Analyzer Include="..\packages\KoikatuCompatibilityAnalyzer.1.0.1\analyzers\dotnet\cs\KoikatuCompatibilityAnalyzer.dll" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\leave.png" />
<Content Include="Resources\pregnant.png" />
<Content Include="Resources\risky.png" />
<Content Include="Resources\safe.png" />
<Content Include="Resources\unknown.png" />
<EmbeddedResource Include="Resources\leave.png" />
<EmbeddedResource Include="Resources\pregnant.png" />
<EmbeddedResource Include="Resources\risky.png" />
<EmbeddedResource Include="Resources\safe.png" />
<EmbeddedResource Include="Resources\unknown.png" />
</ItemGroup>
<ItemGroup>
<Compile Include="GUI\PregnancyGui.cs" />
Expand Down

0 comments on commit 9c5ebe4

Please sign in to comment.