craftworkgames / MonoGame.Extended

Extensions to make MonoGame more awesome
http://www.monogameextended.net/
Other
1.44k stars 325 forks source link

visual studio project weird files #762

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi

I have the same problem as https://github.com/craftworkgames/MonoGame.Extended/issues/752

When installing MonoGame.Extended 3.8.0 I get those weird files in my visual studio project

afbeelding

Please don't say it has nothing to do with MonoGame.Extended because when uninstalling MonoGame.Extended the files are gone. So when only using MonoGame without MonoGame.Extended package, the files are not there.

Can it be fixed please?

ghost commented 2 years ago

Here you can see it are the content files of MonoGame.Extended

afbeelding

ghost commented 2 years ago

Hello

I have the same problem. Is there a fix already?

damian-666 commented 2 years ago

you should erase all that and put Nuget dependency instead then build, diff the project files and such and submit a PR if you use it... i thik its kind of unmaintained as a whole....pieces are used here and there so people just take parts out.

On Sat, Apr 9, 2022 at 8:10 PM monogamefan @.***> wrote:

Hello

I have the same problem. Is there a fix already?

— Reply to this email directly, view it on GitHub https://github.com/craftworkgames/MonoGame.Extended/issues/762#issuecomment-1094159778, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD74XGNSNQKQRMMAWAQUXJDVEI2AHANCNFSM5SWQKDEQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ghost commented 2 years ago

I'm a beginner and can't do this at all. I'm looking for somebody who can fix the nuget package so I can use it correctly. Do you want to do it?

I'm also wondering what Tiled version is supported in the package since I can't find any information.

lithiumtoast commented 2 years ago

Looks like extra files are in that NuGet package specifically.

You can simply edit your .csproj file to exclude those files:

    <ItemGroup>
      <PackageReference Include="MonoGame.Extended" Version="3.8.0">
          <ExcludeAssets>contentFiles</ExcludeAssets>
      </PackageReference>
    </ItemGroup>
ghost commented 2 years ago

Can't you release a fixed nuget package? I can't edit each time for each of my projects this file again...

What Tiled version number is supported in MonoGame.Extended?

lithiumtoast commented 2 years ago

I can't edit each time for each of my projects this file again...

It's really not that hard. You open up your .csproj file and edit it by hand. Using a find and replace can make it even faster.

Can't you release a fixed nuget package?

No. All time and effort is put towards Katabasis.

What Tiled version number is supported in MonoGame.Extended?

I don't remember.

ghost commented 2 years ago

Euhm you don't give any information I can use. Is this project abandoned?

What is Katabasis?!?

ghost commented 2 years ago

Will MonoGame.Extended nuget package be updated when there is a new MonoGame so it's compatible with latest MonoGame? I'm depending on it for my game.

lithiumtoast commented 2 years ago

Is this project abandoned?

No. It's in maintenance phase of the software development life cycle.

What is Katabasis?

The next version of MonoGame.Extended

Will MonoGame.Extended nuget package be updated when there is a new MonoGame so it's compatible with latest MonoGame?

Yes.

ghost commented 2 years ago

Ah ok! So Katabasis will be updated along with MonoGame releases?

Is there a repository already of Katabasis?

thx