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

Compiling a small program causes a System.Uri not found #11

Closed
soywiz opened this issue Sep 4, 2014 · 1 comment
Closed

Compiling a small program causes a System.Uri not found #11

soywiz opened this issue Sep 4, 2014 · 1 comment

Comments

@soywiz
Copy link

soywiz commented Sep 4, 2014

I have compiled a small hello world to C#: And when compiling using msbuild.exe on windows, it says that it can't find Uri in namespace System.
The .csproj file lacks a reference to system:

  <ItemGroup>
    <Reference Include="System" />
  </ItemGroup>

Don't know why. Maybe System should be included always. mscorlib is the only library that is included by default at least with the Microsoft build tools.

@Simn
Copy link
Member

Simn commented Sep 23, 2014

I just wanted to open the exact same issue. :)

@waneck waneck closed this as completed in ad5a548 Oct 12, 2014
waneck added a commit that referenced this issue Oct 12, 2014
add "System" assembly reference to the .csproj template as haxe std library uses it (closes #11)
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

2 participants