Update bootstrap for prebuild
This commit is contained in:
parent
4f5e7942e1
commit
1d4c23f373
8 changed files with 295 additions and 8 deletions
|
@ -1,6 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.10.xsd" version="1.10">
|
||||
<Solution name="Prebuild" version="2.0.8">
|
||||
<Solution name="Prebuild" version="2.0.8" frameworkVersion="net7_0">
|
||||
<Options>
|
||||
<UseDepsFile>true</UseDepsFile>
|
||||
</Options>
|
||||
<Configuration name="Debug">
|
||||
<Options>
|
||||
<CompilerDefines>DEBUG;TRACE</CompilerDefines>
|
||||
|
@ -30,8 +33,7 @@
|
|||
type="Exe"
|
||||
rootNamespace="Prebuild"
|
||||
startupObject="Prebuild.Prebuild"
|
||||
version="2.0.7"
|
||||
frameworkVersion="v6_0"
|
||||
version="2.0.8"
|
||||
>
|
||||
<Author>Matthew Holmes (matthew@wildfiregames.com)</Author>
|
||||
<Author>Dan Moorehead (dan05a@gmail.com)</Author>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue