Skip to content

Commit

Permalink
[msvc] Update csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
monojenkins authored and marek-safar committed Apr 19, 2017
1 parent f11c25c commit 4472be6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mcs/class/Mono.CSharp/Mono.CSharp-net_4_x.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<Compile Include="..\..\mcs\constant.cs" />
<Compile Include="..\..\mcs\context.cs" />
<Compile Include="..\..\mcs\convert.cs" />
<Compile Include="..\..\mcs\cs-parser.cs" />
<Compile Include="..\..\mcs\cs-tokenizer.cs" />
<Compile Include="..\..\mcs\decl.cs" />
<Compile Include="..\..\mcs\delegate.cs" />
Expand Down Expand Up @@ -107,7 +106,8 @@
<Compile Include="..\..\mcs\visit.cs" />
<Compile Include="..\..\tools\monop\outline.cs" />
<Compile Include="aot.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" /> </ItemGroup>
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="net_4_x-parser.cs" /> </ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
4 changes: 2 additions & 2 deletions msvc/scripts/order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@
<boot>false</boot>
<flags>/codepage:65001 /nologo /noconfig /deterministic -d:NET_4_0 -d:NET_4_5 -d:NET_4_6 -d:MONO -d:WIN_PLATFORM -d:MULTIPLEX_OS -nowarn:1699 -nostdlib -r:./../../class/lib/net_4_x/mscorlib.dll /debug:portable -optimize -d:MONO_FEATURE_THREAD_ABORT -r:./../../class/lib/net_4_x/System.Core.dll -r:./../../class/lib/net_4_x/System.Xml.dll -r:./../../class/lib/net_4_x/System.dll</flags>
<output>Mono.CSharp.dll</output>
<built_sources></built_sources>
<built_sources>net_4_x-parser.cs</built_sources>
<library_output>./../../class/lib/net_4_x/Mono.CSharp.dll</library_output>
<fx_version>4.5</fx_version>
<profile>net_4_x</profile>
Expand All @@ -2314,7 +2314,7 @@
<boot>false</boot>
<flags>/codepage:65001 /nologo /noconfig /deterministic -d:NET_4_0 -d:NET_4_5 -d:NET_4_6 -d:MONO -d:WIN_PLATFORM -d:MULTIPLEX_OS -nowarn:1699 -nostdlib -r:./../../class/lib/net_4_x/mscorlib.dll /debug:portable -optimize -r:./../../class/lib/net_4_x/Mono.CSharp.dll</flags>
<output>net_4_x_Mono.CSharp_test.dll</output>
<built_sources></built_sources>
<built_sources>net_4_x-parser.cs</built_sources>
<library_output>net_4_x_Mono.CSharp_test.dll</library_output>
<fx_version>4.5</fx_version>
<profile>net_4_x</profile>
Expand Down

0 comments on commit 4472be6

Please sign in to comment.