New project: Bottle
This commit is contained in:
parent
ad0d731c5c
commit
c25f6baf55
11 changed files with 31 additions and 0 deletions
31
source/Bottle/prebuild.xml
Normal file
31
source/Bottle/prebuild.xml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<Project name="Bottle"
|
||||
path="source/Bottle"
|
||||
language="C#"
|
||||
type="Exe"
|
||||
version="1.0.0"
|
||||
icon="icon/Bottle.ico">
|
||||
<Author>Tara Piccari (tarapiccari@gmail.com)</Author>
|
||||
<Description>C# Prebuild for code generation utilizing Json files as a resource</Description>
|
||||
<Configuration name="Debug">
|
||||
<Options>
|
||||
<OutputPath>../../bootstrap/debug/</OutputPath>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
|
||||
</Options>
|
||||
</Configuration>
|
||||
<Configuration name="Release">
|
||||
<Options>
|
||||
<OutputPath>../../bootstrap/</OutputPath>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
</Options>
|
||||
</Configuration>
|
||||
|
||||
|
||||
<Files>
|
||||
<File copyToOutput="always" preservePath="false">icon/Bottle.ico</File>
|
||||
<File copyToOutput="always" preservePath="false">icon/Bottle.png</File>
|
||||
</Files>
|
||||
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue