New project: Bottle

This commit is contained in:
Zontreck 2023-08-28 17:46:24 -07:00
parent ad0d731c5c
commit c25f6baf55
11 changed files with 31 additions and 0 deletions

View file

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 318 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 562 B

After

Width:  |  Height:  |  Size: 562 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 827 B

After

Width:  |  Height:  |  Size: 827 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

View file

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

Before After
Before After

View 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>