diff options
| author | Jean-Francois Mauguit <jfmauguit@mac.com> | 2024-09-24 09:03:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-24 09:03:25 -0400 |
| commit | bab614c421ed7ae329d26bf028c4a3b1d2450f5a (patch) | |
| tree | 12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/Mastering/Winamp/package_vc.xml | |
| parent | 4bde6044fddf053f31795b9eaccdd2a5a527d21f (diff) | |
| parent | 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (diff) | |
| download | winamp-bab614c421ed7ae329d26bf028c4a3b1d2450f5a.tar.gz | |
Merge pull request #5 from WinampDesktop/community
Merge to main
Diffstat (limited to 'Src/Mastering/Winamp/package_vc.xml')
| -rw-r--r-- | Src/Mastering/Winamp/package_vc.xml | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/Src/Mastering/Winamp/package_vc.xml b/Src/Mastering/Winamp/package_vc.xml new file mode 100644 index 00000000..c45f97d3 --- /dev/null +++ b/Src/Mastering/Winamp/package_vc.xml @@ -0,0 +1,82 @@ +<Package-Doc> + <Module> + <Project> + <Source> + <Type>EXE</Type> + <Description>Installers</Description> + <Filespec>installer\winamp\w*.exe</Filespec> + <Destination>installer\</Destination> + <Zip>0</Zip> + </Source> + <Source> + <Type>EXE</Type> + <Description>Web Dev SDK</Description> + <Filespec>installer\webdev\*.exe</Filespec> + <Destination>installer\</Destination> + <Zip>0</Zip> + </Source> +<!-- <Source> + <Type>EXE</Type> + <Description>Orgler plugin</Description> + <Filespec>installer\scrobbler\*.exe</Filespec> + <Destination>installer\</Destination> + <Zip>0</Zip> + </Source> --> +<!--- <Source> + <Type>EXE</Type> + <Description>Orb Installer</Description> + <Filespec>installer\orb\*.exe</Filespec> + <Destination>installer\</Destination> + <Zip>0</Zip> + </Source> --> + <Source> + <Type>EXE</Type> + <Description>Winamp Detect</Description> + <Filespec>installer\browserplugin\installWaDetect*.exe</Filespec> + <Destination>installer\</Destination> + <Zip>0</Zip> + </Source> + <Source> + <Type>PDB files Release</Type> + <Description>All PDB files</Description> + <Filespec>*.pdb</Filespec> + <Destination>pdb\</Destination> + <KeepDirectoryStructure>0</KeepDirectoryStructure> + <Recursive>1</Recursive> + <Delete>vc??.pdb + <Recursive>1</Recursive> + </Delete> + <Zip>pdb.zip</Zip> + <Compression>9</Compression> + </Source> + <Source> + <Type>LIB files Release</Type> + <Description>All LIB files</Description> + <Filespec>*.lib</Filespec> + <Destination>lib\</Destination> + <!--<KeepDirectoryStructure>0</KeepDirectoryStructure>--> + <Recursive>1</Recursive> + <!--<Delete>vc??.pdb + <Recursive>1</Recursive> + </Delete>--> + <Zip>lib.zip</Zip> + <Compression>9</Compression> + </Source> + <Source> + <Type>Binaries</Type> + <Description>Winamp binaries</Description> + <Filespec>Output\winamp\*.*</Filespec> + <Destination>output\</Destination> + <Recursive>1</Recursive> + <Zip>binaries.zip</Zip> + <Compression>9</Compression> + </Source> + <Source> + <Type>WhatsNew</Type> + <Description>Versions History</Description> + <Filespec>resources\data\whatsnew.txt</Filespec> + <Zip>0</Zip> + </Source> + </Project> + </Module> +</Package-Doc>
\ No newline at end of file |
