mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
WindowsDLL: Fix project type
The type was incorrectly changed to "static library".
This commit is contained in:
parent
90f37e27ea
commit
7a363377e0
5 changed files with 63 additions and 23 deletions
|
|
@ -1,10 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<JUCERPROJECT id="IvabE4" name="WindowsDLL" projectType="library" juceLinkage="none"
|
||||
<JUCERPROJECT id="IvabE4" name="WindowsDLL" projectType="dll" juceLinkage="none"
|
||||
bundleIdentifier="com.juce.jucedll" defines="JUCE_DLL_BUILD=1"
|
||||
companyName="Raw Material Software Limited"
|
||||
companyCopyright="Raw Material Software Limited" useAppConfig="0"
|
||||
addUsingNamespaceToJuceHeader="1" jucerFormatVersion="1">
|
||||
companyName="Raw Material Software Limited" companyCopyright="Raw Material Software Limited"
|
||||
useAppConfig="0" addUsingNamespaceToJuceHeader="1" jucerFormatVersion="1">
|
||||
<EXPORTFORMATS>
|
||||
<VS2022 targetFolder="Builds/VisualStudio2022">
|
||||
<CONFIGURATIONS>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue