remove the build from the repo itself

This commit is contained in:
Ellpeck 2019-10-28 22:54:38 +01:00
parent cd225372e8
commit 0b1d0d16eb
46 changed files with 2 additions and 189681 deletions

Binary file not shown.

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<dllmap os="linux" dll="TextureConverter.dll" target="libTextureConverter.so"/>
<dllmap os="osx" dll="TextureConverter.dll" target="libTextureConverter.dylib"/>
</configuration>

Binary file not shown.

Binary file not shown.

View file

@ -1,5 +0,0 @@
<configuration>
<dllmap os="macos" dll="assimp.dll" target="libassimp.dylib"/>
<dllmap os="linux" dll="assimp.dll" target="libassimp.so"/>
</configuration>

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

View file

@ -1,4 +0,0 @@
<configuration>
<dllmap os="macos" dll="nvtt.dll" target="libnvtt.dylib"/>
<dllmap os="linux" dll="nvtt.dll" target="libnvtt.so"/>
</configuration>

Binary file not shown.

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<configuration>
<dllmap os="linux" dll="PVRTexLibWrapper.dll" cpu="x86-64" target="libPVRTexLibWrapper.so"/>
<dllmap os="osx" dll="PVRTexLibWrapper.dll" target="libPVRTexLibWrapper.dylib"/>
</configuration>

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<dllmap dll="freetype6" os="osx" target="libfreetype.6.dylib" />
</configuration>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1 +1 @@
Subproject commit 08259b0ceb8854df544cc954c3acd5df9391dc4f
Subproject commit 431271a92c3ebc2a6b6811fde09376865b512240

View file

@ -2,7 +2,7 @@
A commandline tool for MonoGame that automatically handles adding assets to the Content Pipeline project so you don't have to use their interface to add every content file manually.
# How to use
Clone this repository or download its `Build` folder which contains a build of Contentless. Alternatively, you can also download a build from the [Releases](https://github.com/Ellpeck/Contentless/releases) tab.
Clone this repository or download a build from the [Releases](https://github.com/Ellpeck/Contentless/releases) tab.
Next, add Contentless to your build process by adding the following task to your `.csproj` file. Note that you might have to change the paths to fit your project's setup.
```xml