mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix inclusion of simpleservo.dll in ServoApp debug builds.
This commit is contained in:
parent
d0bd2d5e44
commit
c04078598b
2 changed files with 4 additions and 5 deletions
|
@ -545,9 +545,8 @@
|
|||
</None>
|
||||
<None Include="..\..\target\debug\simpleservo.dll">
|
||||
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
|
||||
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DeploymentContent>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
||||
<DeploymentContent>false</DeploymentContent>
|
||||
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</DeploymentContent>
|
||||
</None>
|
||||
<None Include="..\..\target\debug\ssleay32.dll">
|
||||
<DeploymentContent>false</DeploymentContent>
|
||||
|
|
|
@ -55,9 +55,6 @@
|
|||
<ItemGroup>
|
||||
<None Include="ServoApp_TemporaryKey.pfx" />
|
||||
<None Include="packages.config" />
|
||||
<None Include="..\..\target\debug\simpleservo.dll">
|
||||
<Filter>ServoDLLsDebug</Filter>
|
||||
</None>
|
||||
<None Include="..\..\target\debug\api-ms-win-crt-runtime-l1-1-0.dll">
|
||||
<Filter>ServoDLLsDebug</Filter>
|
||||
</None>
|
||||
|
@ -553,6 +550,9 @@
|
|||
<None Include="..\..\target\release\z-1.dll">
|
||||
<Filter>ServoDLLsRelease</Filter>
|
||||
</None>
|
||||
<None Include="..\..\target\debug\simpleservo.dll">
|
||||
<Filter>ServoDLLsDebug</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="Assets">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue