Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct case-sensetive file-names/paths #38

Open
emanuelb opened this issue May 28, 2021 · 0 comments
Open

Use correct case-sensetive file-names/paths #38

emanuelb opened this issue May 28, 2021 · 0 comments

Comments

@emanuelb
Copy link

in file atomex.sln the paths/file-names are case-insensetive which is incorrect and cause build to fail on non-windows systems such as linux:

Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "atomex.Android", "atomex.Android\atomex.Android.csproj", "{1EC5BCE2-278E-4135-B0A0-24A538DA933D}"

The filename is Atomex.Android.csproj not atomex.Android.csproj (Uppercase A instead of a), such paths should be fixed across the project.
I only build the Android version, similar issue may exists somewhere regarding building the iOS project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant