gbaychev / NClass

NClass - the free UML editor, reloaded
GNU General Public License v3.0
170 stars 50 forks source link

Cannot execute NClass #52

Closed Baltasarq closed 4 years ago

Baltasarq commented 4 years ago

I've changed my toolchain to mono's por of MSBuild, since mono's XBuild is deprecated and no longer supported in Rider. So, if I compile with XBuild then I get a few warnings, but it executed okay:

        Members/CSharpConstructor.cs(43,24): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete
        Members/CSharpConstructor.cs(47,47): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete
        Members/CSharpDestructor.cs(43,30): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete
        Members/CSharpDestructor.cs(47,53): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete
        Members/JavaConstructor.cs(43,24): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete
        Members/JavaConstructor.cs(47,47): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete
        Diagrams/Diagram.cs(2055,25): warning CS0612: 'DiagramElement.Deserialize(XmlElement)' is obsolete
        Diagrams/Diagram.cs(2064,25): warning CS0612: 'DiagramElement.Deserialize(XmlElement)' is obsolete

         8 Warning(s)
         0 Error(s)

The problem comes when I use MSBuild. Stranger warnings appear now:

    Translations:
    Microsoft.CSharp.CurrentVersion.targets(142, 9): [MSB3884] Could not find rule set file "AllRules.ruleset".

    Core:
    Microsoft.CSharp.CurrentVersion.targets(142, 9): [MSB3884] Could not find rule set file "AllRules.ruleset".

    NReflect:
    CSharpKeyWords.cs(21, 18): [CS1591] Missing XML comment for publicly visible type or member 'CSharpKeyWords'
    CSharpKeyWords.cs(105, 30): [CS1591] Missing XML comment for publicly visible type or member'CSharpKeyWords.DecorateIfKeyWord(string)'

    CSharp:
    Microsoft.CSharp.CurrentVersion.targets(142, 9): [MSB3884] Could not find rule set file "AllRules.ruleset".
    CSharpConstructor.cs(43, 24): [CS0612] 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete
    CSharpDestructor.cs(43, 30): [CS0612] 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete
    CSharpDestructor.cs(47, 53): [CS0612] 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete
    CSharpConstructor.cs(47, 47): [CS0612] 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete

   Java
   Microsoft.CSharp.CurrentVersion.targets(142, 9): [MSB3884] Could not find rule set file "AllRules.ruleset".
   JavaConstructor.cs(43, 24): [CS0612] 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete
   JavaConstructor.cs(47, 47): [CS0612] 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete

   CodeGenerator
   Microsoft.CSharp.CurrentVersion.targets(142, 9): [MSB3884] Could not find rule set file "AllRules.ruleset".

   DiagramEditor
   Microsoft.CSharp.CurrentVersion.targets(142, 9): [MSB3884] Could not find rule set file "AllRules.ruleset".
   Diagram.cs(2055, 25): [CS0612] 'DiagramElement.Deserialize(XmlElement)' is obsolete
   Diagram.cs(2064, 25): [CS0612] 'DiagramElement.Deserialize(XmlElement)' is obsolete

    GUI
    Microsoft.CSharp.CurrentVersion.targets(142, 9): [MSB3884] Could not find rule set file "AllRules.ruleset".

    PDFExport
    Microsoft.CSharp.CurrentVersion.targets(142, 9): [MSB3884] Could not find rule set file "AllRules.ruleset".

    AssemblyImport.Tests
    Microsoft.Common.CurrentVersion.targets(2101, 5): [MSB3245] Could not resolve this reference. Could not locate the assembly "System.Runtime, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

Anwyay these are only warnings, so no big deal. At least, not urgent. But then execution fails:

Unhandled Exception:
System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "NClass.GUI.Properties.Resources.resources" was correctly embedded or linked into assembly "NClass" at compile time, or that all the satellite assemblies required are loadable and fully signed.
  at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing (System.String fileName) [0x000bf] in <671ef0784b04474c83bb500a849492f2>:0 

(...)

This seems to be produced by another exception:

at System.Resources.ResourceManager.GetObject (System.String name, System.Globalization.CultureInfo culture, System.Boolean wrapUnmanagedMemStream) [0x00071] in <671ef0784b04474c83bb500a849492f2>:0 
  at System.Resources.ResourceManager.GetObject (System.String name, System.Globalization.CultureInfo culture) [0x00000] in <671ef0784b04474c83bb500a849492f2>:0 
  at NClass.GUI.Properties.Resources.get_Down () [0x00006] in <f65e2232b82243ef808354fa650c08a3>:0 
  at NClass.GUI.Dialogs.DetailsErrorDialog..ctor (System.Windows.Forms.MessageBoxIcon icon) [0x0001d] in <f65e2232b82243ef808354fa650c08a3>:0 
  at (wrapper remoting-invoke-with-check) NClass.GUI.Dialogs.DetailsErrorDialog..ctor(System.Windows.Forms.MessageBoxIcon)
  at NClass.GUI.Dialogs.DetailsErrorDialog.Show (System.String title, System.String message, System.String details, System.Windows.Forms.MessageBoxIcon icon, System.Boolean isCenteredOnParent) [0x0000f] in <f65e2232b82243ef808354fa650c08a3>:0 
  at NClass.GUI.Workspace.OpenProject (System.String fileName) [0x00037] in <f65e2232b82243ef808354fa650c08a3>:0 
  at NClass.GUI.Workspace.Load () [0x0003b] in <f65e2232b82243ef808354fa650c08a3>:0 
  at NClass.GUI.Program.LoadFiles (System.String[] args) [0x0004b] in <f65e2232b82243ef808354fa650c08a3>:0 
  at NClass.GUI.Program.Main (System.String[] args) [0x00045] in <f65e2232b82243ef808354fa650c08a3>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "NClass.GUI.Properties.Resources.resources" was correctly embedded or linked into assembly "NClass" at compile time, or that all the satellite assemblies required are loadable and fully signed.
  at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing (System.String fileName) [0x000bf] in <671ef0784b04474c83bb500a849492f2>:0 
  at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet (System.Globalization.CultureInfo culture, System.Collections.Generic.Dictionary`2[TKey,TValue] localResourceSets, System.Boolean tryParents, System.Boolean createIfNotExists, System.Threading.StackCrawlMark& stackMark) [0x000d9] in <671ef0784b04474c83bb500a849492f2>:0 
  at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo requestedCulture, System.Boolean createIfNotExists, System.Boolean tryParents, System.Threading.StackCrawlMark& stackMark) [0x00099] in <671ef0784b04474c83bb500a849492f2>:0 
  at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, System.Boolean createIfNotExists, System.Boolean tryParents) [0x00002] in <671ef0784b04474c83bb500a849492f2>:0 
  at System.Resources.ResourceManager.GetObject (System.String name, System.Globalization.CultureInfo culture, System.Boolean wrapUnmanagedMemStream) [0x00071] in <671ef0784b04474c83bb500a849492f2>:0 
  at System.Resources.ResourceManager.GetObject (System.String name, System.Globalization.CultureInfo culture) [0x00000] in <671ef0784b04474c83bb500a849492f2>:0 
  at NClass.GUI.Properties.Resources.get_Down () [0x00006] in <f65e2232b82243ef808354fa650c08a3>:0 
  at NClass.GUI.Dialogs.DetailsErrorDialog..ctor (System.Windows.Forms.MessageBoxIcon icon) [0x0001d] in <f65e2232b82243ef808354fa650c08a3>:0 
  at (wrapper remoting-invoke-with-check) NClass.GUI.Dialogs.DetailsErrorDialog..ctor(System.Windows.Forms.MessageBoxIcon)
  at NClass.GUI.Dialogs.DetailsErrorDialog.Show (System.String title, System.String message, System.String details, System.Windows.Forms.MessageBoxIcon icon, System.Boolean isCenteredOnParent) [0x0000f] in <f65e2232b82243ef808354fa650c08a3>:0 
  at NClass.GUI.Workspace.OpenProject (System.String fileName) [0x00037] in <f65e2232b82243ef808354fa650c08a3>:0 
  at NClass.GUI.Workspace.Load () [0x0003b] in <f65e2232b82243ef808354fa650c08a3>:0 
  at NClass.GUI.Program.LoadFiles (System.String[] args) [0x0004b] in <f65e2232b82243ef808354fa650c08a3>:0 
  at NClass.GUI.Program.Main (System.String[] args) [0x00045] in <f65e2232b82243ef808354fa650c08a3>:0 

Specifically, from the DetailsErrorDialog. NClass seems to be trying to complain about something, but it is finally unable to. Could you shed some light?

gbaychev commented 4 years ago

Well, as for the warnings you've mentioned - they are irrelevant. It appears, that msbuild tries to do code analysis, does not find AllRules.ruleset and continues compiling.

As for the other issue - I cannot reproduce it :(

The stack trace implies that the DetailsErrorDialog tries to fetch the bitmap for the down button, but fails, because it appears that the resources are not embedded properly. If you are using msbuild via rider, it would be helpful if you somehow find how msbuild is being invoked and you send me the msbuild arguments.

I do simply this:

msbuild /p:Configuration=Release /p:Platform="Any CPU"

Debug or release - does not matter.

But from the stack trace I can see that there is a problem with a file NClass is trying to open. It would be great, if you could attach the file so that I can have a look.

Baltasarq commented 4 years ago

Okay, I was poking around and found an error in PDFExport, the resources section has a file named: Document-pdf-16.PNG, while it sensibly is referenced as Document-pdf-16.png.

Anyway, that did not seem to fix the problem. I'll keep looking.

Baltasarq commented 4 years ago

The project I'm trying to load is the same one it loads correctly when it works, so... no clues here.

This is strange. If I compile from command line, with just msbuild /p:Configuration=Release /p:Platform="Any CPU", then it builds perfectly. It also runs. I have some trouble with the Release profile, since the installer WIX does not work outside Windows, so no Release profile. But I can do msbuild PDFExport/PDFExport.csproj && msbuild AssemblyImport/AssemblyImport.csproj && msbuild GUI/GUI.csproj.

Anyway, it works on command line. My own WinForms projects work using Rider, too.

Now, when building NClass from Rider, the executable does not seem to be correct. It does not matter whether you run it from inside Rider or not, the results are consistent. It seems to be unable to find resources, since I tried closing the project so NClass loads empty, now the error is slightly different:

[ERROR] FATAL UNHANDLED EXCEPTION: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "NClass.GUI.Properties.Resources.resources" was correctly embedded or linked into assembly "NClass" at compile time, or that all the satellite assemblies required are loadable and fully signed.
  at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing (System.String fileName) [0x000bf] in <671ef0784b04474c83bb500a849492f2>:0 
  at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet (System.Globalization.CultureInfo culture, System.Collections.Generic.Dictionary`2[TKey,TValue] localResourceSets, System.Boolean tryParents, System.Boolean createIfNotExists, System.Threading.StackCrawlMark& stackMark) [0x000d9] in <671ef0784b04474c83bb500a849492f2>:0 
  at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo requestedCulture, System.Boolean createIfNotExists, System.Boolean tryParents, System.Threading.StackCrawlMark& stackMark) [0x00099] in <671ef0784b04474c83bb500a849492f2>:0 
  at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, System.Boolean createIfNotExists, System.Boolean tryParents) [0x00002] in <671ef0784b04474c83bb500a849492f2>:0 
  at System.Resources.ResourceManager.GetObject (System.String name, System.Globalization.CultureInfo culture, System.Boolean wrapUnmanagedMemStream) [0x00071] in <671ef0784b04474c83bb500a849492f2>:0 
  at System.Resources.ResourceManager.GetObject (System.String name, System.Globalization.CultureInfo culture) [0x00000] in <671ef0784b04474c83bb500a849492f2>:0 
  at NClass.GUI.Properties.Resources.get_Project () [0x00006] in <1b61b074e5344c8baeb658b13374d287>:0 
  at NClass.GUI.ModelExplorer.ModelView.InitializeComponent () [0x00165] in <1b61b074e5344c8baeb658b13374d287>:0 
  at NClass.GUI.ModelExplorer.ModelView..ctor () [0x00016] in <1b61b074e5344c8baeb658b13374d287>:0 
  at (wrapper remoting-invoke-with-check) NClass.GUI.ModelExplorer.ModelView..ctor()
  at NClass.GUI.MainForm.InitializeComponent () [0x00447] in <1b61b074e5344c8baeb658b13374d287>:0 
  at NClass.GUI.MainForm..ctor () [0x0003a] in <1b61b074e5344c8baeb658b13374d287>:0 
  at (wrapper remoting-invoke-with-check) NClass.GUI.MainForm..ctor()
  at NClass.GUI.Program.Main (System.String[] args) [0x0004c] in <1b61b074e5344c8baeb658b13374d287>:0 
Baltasarq commented 4 years ago

Wait a minute... you're not embedding the resources (like down.png) ... how does this work?

Baltasarq commented 4 years ago

It seems you are specifying the resources in the Resources.resxfile... I don't know why it works on invoking msbuild from command line, but it seems it runs into trouble.

I hadn't seen this before, I guess it has to do with Visual Studio's designer.

Baltasarq commented 4 years ago

The problematic line is the following line in Resources.Designer.cs:

internal static System.Drawing.Bitmap Project {
            get {
                object obj = ResourceManager.GetObject("Project", resourceCulture);
                return ((System.Drawing.Bitmap)(obj));
            }
        }
gbaychev commented 4 years ago

I am embedding the resources :) : image

Given the fact, that msbuild builds it correctly on the command line, it appears that the problems lies with rider. This is why I asked you if you can see how exactly msbuild is being invoked by rider. In Visual Studio you can set the verbosity of the build process to unhealthy level and see every little detail.

gbaychev commented 4 years ago

Actually, nvm about the msbuild invocation, I've downloaded rider, compiled and ran nclass, could not reproduce the issue.

image

Baltasarq commented 4 years ago

Okay, here you are. The build logs at insane (diagnostic) ;-) level:

CONSOLE: Use build tool: /usr/lib/mono/msbuild/15.0/bin/MSBuild.dll
Process = "/usr/bin/mono-sgen"
MSBuild executable path = "/usr/lib/mono/msbuild/Current/bin/MSBuild.dll"
Command line arguments = "/usr/lib/mono/msbuild/15.0/bin/MSBuild.dll /noconsolelogger /property:Configuration=Debug "/property:Platform=Any CPU" /t:Rebuild /logger:/home/baltasarq/bin/rider/lib/ReSharperHost/JetBrains.ReSharper.MsBuildEventLogger.dll;40153 /fileLogger1 /fileloggerparameters1:LogFile=/home/baltasarq/.cache/JetBrains/Rider2020.2/log/SolutionBuilder/JetBrainsLog.ReSharperBuild_2020_09_30_08_59_11_7195.log; /fileLoggerParameters1:Verbosity=Normal /home/baltasarq/Prys/NClass/src/NClass.sln"
Current directory = "/usr/lib/mono/msbuild/Current/bin"
MSBuild version = "16.6.0"
0>Building with tools version "Current".
Target ValidateSolutionConfiguration:
0>Task "Error" skipped, due to false condition; (('$(CurrentSolutionConfigurationContents)' == '') and ('$(SkipInvalidConfigurations)' != 'true')) was evaluated as (('<SolutionConfiguration>
  <ProjectConfiguration Project="{A2918CE1-6894-4FC9-A864-4651769D0274}" AbsolutePath="/home/baltasarq/Prys/NClass/src/GUI/GUI.csproj" BuildProjectInSolution="True">Debug|AnyCPU<ProjectDependency Project="{B3B7D798-3D52-47F0-B1A7-A91BC5FE184F}" /></ProjectConfiguration>
  <ProjectConfiguration Project="{8CF10505-3C2E-4E45-AB90-21613237B412}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Core/Core.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{B3B7D798-3D52-47F0-B1A7-A91BC5FE184F}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Translations/Translations.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{BE60D62D-E757-44F4-A342-5388742F5986}" AbsolutePath="/home/baltasarq/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{88605D35-9E31-47CC-B6A2-45E6381D52B9}" AbsolutePath="/home/baltasarq/Prys/NClass/src/AssemblyImport/AssemblyImport.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{755B2714-62DB-419C-9097-49C08439E7E3}" AbsolutePath="/home/baltasarq/Prys/NClass/src/CSharp/CSharp.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{255565B1-3246-4184-9F71-19178FE0BA65}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Java/Java.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{F52A7548-E60A-485B-9C84-1D2871416DB7}" AbsolutePath="/home/baltasarq/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{53E9092C-848E-4D6A-9E8A-2ECD71BAEF04}" AbsolutePath="/home/baltasarq/Prys/NClass/src/PDFExport/PDFExport.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{2B8FF6C7-EF77-438E-B1B2-1037DEFE5D7B}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Installer/Installer.wixproj" BuildProjectInSolution="False">Debug|x86<ProjectDependency Project="{53E9092C-848E-4D6A-9E8A-2ECD71BAEF04}" /><ProjectDependency Project="{88605D35-9E31-47CC-B6A2-45E6381D52B9}" /><ProjectDependency Project="{A2918CE1-6894-4FC9-A864-4651769D0274}" /></ProjectConfiguration>
  <ProjectConfiguration Project="{8C178134-FD78-42B6-AA06-8372E49C8287}" AbsolutePath="/home/baltasarq/Prys/NClass/src/AssemblyImport.Tests/AssemblyImport.Tests.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{B3B77F1B-1309-4E44-BE70-E9BAE9F511DB}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Tests/Tests.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
</SolutionConfiguration>' == '') and ('' != 'true')).
0>Task "Warning" skipped, due to false condition; (('$(CurrentSolutionConfigurationContents)' == '') and ('$(SkipInvalidConfigurations)' == 'true')) was evaluated as (('<SolutionConfiguration>
  <ProjectConfiguration Project="{A2918CE1-6894-4FC9-A864-4651769D0274}" AbsolutePath="/home/baltasarq/Prys/NClass/src/GUI/GUI.csproj" BuildProjectInSolution="True">Debug|AnyCPU<ProjectDependency Project="{B3B7D798-3D52-47F0-B1A7-A91BC5FE184F}" /></ProjectConfiguration>
  <ProjectConfiguration Project="{8CF10505-3C2E-4E45-AB90-21613237B412}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Core/Core.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{B3B7D798-3D52-47F0-B1A7-A91BC5FE184F}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Translations/Translations.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{BE60D62D-E757-44F4-A342-5388742F5986}" AbsolutePath="/home/baltasarq/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{88605D35-9E31-47CC-B6A2-45E6381D52B9}" AbsolutePath="/home/baltasarq/Prys/NClass/src/AssemblyImport/AssemblyImport.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{755B2714-62DB-419C-9097-49C08439E7E3}" AbsolutePath="/home/baltasarq/Prys/NClass/src/CSharp/CSharp.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{255565B1-3246-4184-9F71-19178FE0BA65}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Java/Java.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{F52A7548-E60A-485B-9C84-1D2871416DB7}" AbsolutePath="/home/baltasarq/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{53E9092C-848E-4D6A-9E8A-2ECD71BAEF04}" AbsolutePath="/home/baltasarq/Prys/NClass/src/PDFExport/PDFExport.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{2B8FF6C7-EF77-438E-B1B2-1037DEFE5D7B}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Installer/Installer.wixproj" BuildProjectInSolution="False">Debug|x86<ProjectDependency Project="{53E9092C-848E-4D6A-9E8A-2ECD71BAEF04}" /><ProjectDependency Project="{88605D35-9E31-47CC-B6A2-45E6381D52B9}" /><ProjectDependency Project="{A2918CE1-6894-4FC9-A864-4651769D0274}" /></ProjectConfiguration>
  <ProjectConfiguration Project="{8C178134-FD78-42B6-AA06-8372E49C8287}" AbsolutePath="/home/baltasarq/Prys/NClass/src/AssemblyImport.Tests/AssemblyImport.Tests.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{B3B77F1B-1309-4E44-BE70-E9BAE9F511DB}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Tests/Tests.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
</SolutionConfiguration>' == '') and ('' == 'true')).
0>Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
0>Task "Message"
0>Building solution configuration "Debug|Any CPU".
0>Done executing task "Message".
Target ValidateToolsVersions:
0>Task "Error" skipped, due to false condition; ('$(MSBuildToolsVersion)' == '2.0' and ('$(ProjectToolsVersion)' != '2.0' and '$(ProjectToolsVersion)' != '')) was evaluated as ('Current' == '2.0' and ('' != '2.0' and '' != '')).
Target ValidateProjects:
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Debug') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Debug') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Release') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Release') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Debug') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Debug') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Release') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Release') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Debug') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Debug') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Release') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Release') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Debug') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Debug') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Release') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Release') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Debug') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Debug') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Release') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Release') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Debug') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Debug') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Release') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Release') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Debug') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Debug') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Release') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Release') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Debug') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Debug') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Release') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Release') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Debug') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Debug') and ('Any CPU' == 'x86') ).
0>Task "Message" skipped, due to false condition; ( ('$(Configuration)' == 'Release') and ('$(Platform)' == 'x86') ) was evaluated as ( ('Debug' == 'Release') and ('Any CPU' == 'x86') ).
0>Task "Message"
0>The project "Installer" is not selected for building in solution configuration "Debug|Any CPU".
0>Done executing task "Message".
Target Rebuild:
0>Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
0>Task "MSBuild"
0>Global Properties:
0>  BuildingSolutionFile=true
0>  CurrentSolutionConfigurationContents=<SolutionConfiguration>
  <ProjectConfiguration Project="{A2918CE1-6894-4FC9-A864-4651769D0274}" AbsolutePath="/home/baltasarq/Prys/NClass/src/GUI/GUI.csproj" BuildProjectInSolution="True">Debug|AnyCPU<ProjectDependency Project="{B3B7D798-3D52-47F0-B1A7-A91BC5FE184F}" /></ProjectConfiguration>
  <ProjectConfiguration Project="{8CF10505-3C2E-4E45-AB90-21613237B412}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Core/Core.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{B3B7D798-3D52-47F0-B1A7-A91BC5FE184F}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Translations/Translations.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{BE60D62D-E757-44F4-A342-5388742F5986}" AbsolutePath="/home/baltasarq/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{88605D35-9E31-47CC-B6A2-45E6381D52B9}" AbsolutePath="/home/baltasarq/Prys/NClass/src/AssemblyImport/AssemblyImport.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{755B2714-62DB-419C-9097-49C08439E7E3}" AbsolutePath="/home/baltasarq/Prys/NClass/src/CSharp/CSharp.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{255565B1-3246-4184-9F71-19178FE0BA65}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Java/Java.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{F52A7548-E60A-485B-9C84-1D2871416DB7}" AbsolutePath="/home/baltasarq/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{53E9092C-848E-4D6A-9E8A-2ECD71BAEF04}" AbsolutePath="/home/baltasarq/Prys/NClass/src/PDFExport/PDFExport.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{2B8FF6C7-EF77-438E-B1B2-1037DEFE5D7B}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Installer/Installer.wixproj" BuildProjectInSolution="False">Debug|x86<ProjectDependency Project="{53E9092C-848E-4D6A-9E8A-2ECD71BAEF04}" /><ProjectDependency Project="{88605D35-9E31-47CC-B6A2-45E6381D52B9}" /><ProjectDependency Project="{A2918CE1-6894-4FC9-A864-4651769D0274}" /></ProjectConfiguration>
  <ProjectConfiguration Project="{8C178134-FD78-42B6-AA06-8372E49C8287}" AbsolutePath="/home/baltasarq/Prys/NClass/src/AssemblyImport.Tests/AssemblyImport.Tests.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{B3B77F1B-1309-4E44-BE70-E9BAE9F511DB}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Tests/Tests.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
</SolutionConfiguration>
0>  SolutionDir=/home/baltasarq/Prys/NClass/src/
0>  SolutionExt=.sln
0>  SolutionFileName=NClass.sln
0>  SolutionName=NClass
0>  SolutionPath=/home/baltasarq/Prys/NClass/src/NClass.sln
0>Additional Properties for project "/home/baltasarq/Prys/NClass/src/GUI/GUI.csproj.metaproj":
0>  Configuration=Debug
0>  Platform=Any CPU
0>Building with tools version "Current".
Target Rebuild:
0>Task "MSBuild"
0>Global Properties:
0>  BuildingSolutionFile=true
0>  CurrentSolutionConfigurationContents=<SolutionConfiguration>
  <ProjectConfiguration Project="{A2918CE1-6894-4FC9-A864-4651769D0274}" AbsolutePath="/home/baltasarq/Prys/NClass/src/GUI/GUI.csproj" BuildProjectInSolution="True">Debug|AnyCPU<ProjectDependency Project="{B3B7D798-3D52-47F0-B1A7-A91BC5FE184F}" /></ProjectConfiguration>
  <ProjectConfiguration Project="{8CF10505-3C2E-4E45-AB90-21613237B412}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Core/Core.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{B3B7D798-3D52-47F0-B1A7-A91BC5FE184F}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Translations/Translations.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{BE60D62D-E757-44F4-A342-5388742F5986}" AbsolutePath="/home/baltasarq/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{88605D35-9E31-47CC-B6A2-45E6381D52B9}" AbsolutePath="/home/baltasarq/Prys/NClass/src/AssemblyImport/AssemblyImport.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{755B2714-62DB-419C-9097-49C08439E7E3}" AbsolutePath="/home/baltasarq/Prys/NClass/src/CSharp/CSharp.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{255565B1-3246-4184-9F71-19178FE0BA65}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Java/Java.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{F52A7548-E60A-485B-9C84-1D2871416DB7}" AbsolutePath="/home/baltasarq/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{53E9092C-848E-4D6A-9E8A-2ECD71BAEF04}" AbsolutePath="/home/baltasarq/Prys/NClass/src/PDFExport/PDFExport.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{2B8FF6C7-EF77-438E-B1B2-1037DEFE5D7B}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Installer/Installer.wixproj" BuildProjectInSolution="False">Debug|x86<ProjectDependency Project="{53E9092C-848E-4D6A-9E8A-2ECD71BAEF04}" /><ProjectDependency Project="{88605D35-9E31-47CC-B6A2-45E6381D52B9}" /><ProjectDependency Project="{A2918CE1-6894-4FC9-A864-4651769D0274}" /></ProjectConfiguration>
  <ProjectConfiguration Project="{8C178134-FD78-42B6-AA06-8372E49C8287}" AbsolutePath="/home/baltasarq/Prys/NClass/src/AssemblyImport.Tests/AssemblyImport.Tests.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  <ProjectConfiguration Project="{B3B77F1B-1309-4E44-BE70-E9BAE9F511DB}" AbsolutePath="/home/baltasarq/Prys/NClass/src/Tests/Tests.csproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
</SolutionConfiguration>
0>  SolutionDir=/home/baltasarq/Prys/NClass/src/
0>  SolutionExt=.sln
0>  SolutionFileName=NClass.sln
0>  SolutionName=NClass
0>  SolutionPath=/home/baltasarq/Prys/NClass/src/NClass.sln
0>Additional Properties for project "/home/baltasarq/Prys/NClass/src/Translations/Translations.csproj":
0>  Configuration=Debug
0>  Platform=AnyCPU
The "Configuration" property is a global property, and cannot be modified.
The "Platform" property is a global property, and cannot be modified.
Property reassignment: $(MSBuildProjectExtensionsPath)="/home/baltasarq/Prys/NClass/src/Translations/obj/" (previous value: "obj\") at /usr/lib/mono/xbuild/Current/Microsoft.Common.props (56,5)
The "Configuration" property is a global property, and cannot be modified.
The "Platform" property is a global property, and cannot be modified.
Property reassignment: $(_DebugFileExt)=".pdb" (previous value: "") at /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets (131,5)
The "Configuration" property is a global property, and cannot be modified.
The "Platform" property is a global property, and cannot be modified.
Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets (155,5)
Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets (164,5)
The "SolutionName" property is a global property, and cannot be modified.
The "SolutionFileName" property is a global property, and cannot be modified.
The "SolutionPath" property is a global property, and cannot be modified.
The "SolutionDir" property is a global property, and cannot be modified.
The "SolutionExt" property is a global property, and cannot be modified.
Property reassignment: $(_DeploymentUrl)="publish\" (previous value: "") at /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets (440,5)
Property reassignment: $(_DeploymentUrl)="publish\NClass.Translations.application" (previous value: "publish\") at /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets (442,5)
Property reassignment: $(_DeploymentUrl)="" (previous value: "publish\NClass.Translations.application") at /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets (449,5)
Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets (495,5)
Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets (535,5)
Property reassignment: $(ResolveReferencesDependsOn)="

      BeforeResolveReferences;
      AssignProjectConfiguration;
      ResolveProjectReferences;
      FindInvalidProjectReferences;
      ResolveNativeReferences;
      ResolveAssemblyReferences;
      GenerateBindingRedirects;
      ResolveComReferences;
      AfterResolveReferences
    ;
      ImplicitlyExpandDesignTimeFacades
    " (previous value: "
      BeforeResolveReferences;
      AssignProjectConfiguration;
      ResolveProjectReferences;
      FindInvalidProjectReferences;
      ResolveNativeReferences;
      ResolveAssemblyReferences;
      GenerateBindingRedirects;
      ResolveComReferences;
      AfterResolveReferences
    ") at /usr/lib/mono/msbuild/Current/bin/Microsoft.NETFramework.CurrentVersion.targets (75,5)
Property reassignment: $(GenerateManifestsDependsOn)="" (previous value: "
      SetWin32ManifestProperties;
      GenerateApplicationManifest;
      GenerateDeploymentManifest
    ") at /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.Mono.targets (24,9)
Property reassignment: $(MSBuildAllProjects)=";/usr/lib/mono/msbuild/Current/bin/NuGet.targets;/usr/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets" (previous value: ";/usr/lib/mono/msbuild/Current/bin/NuGet.targets") at /usr/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets (67,5)
Property reassignment: $(ResolveAssemblyReferencesDependsOn)="
      ResolveProjectReferences;
      FindInvalidProjectReferences;
      GetFrameworkPaths;
      GetReferenceAssemblyPaths;
      PrepareForBuild;
      ResolveSDKReferences;
      ExpandSDKReferences;
    ;ResolveNuGetPackageAssets" (previous value: "
      ResolveProjectReferences;
      FindInvalidProjectReferences;
      GetFrameworkPaths;
      GetReferenceAssemblyPaths;
      PrepareForBuild;
      ResolveSDKReferences;
      ExpandSDKReferences;
    ") at /usr/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets (173,5)
Property reassignment: $(PrepareResourcesDependsOn)="ResolveNuGetPackageAssets;
      ;
      PrepareResourceNames;
      ResGen;
      CompileLicxFiles
    " (previous value: "
      ;
      PrepareResourceNames;
      ResGen;
      CompileLicxFiles
    ") at /usr/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets (174,5)
Property reassignment: $(_HandlePackageFileConflictsAfter)="ResolveNuGetPackageAssets;ResolveNuGetPackageAssetsNonAOT" (previous value: "ResolveNuGetPackageAssets") at /usr/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets (255,5)
Overriding target "GetFrameworkPaths" in project "/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/lib/mono/msbuild/Current/bin/Microsoft.NETFramework.CurrentVersion.targets".
Overriding target "ResolveNativeReferences" in project "/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" with target "ResolveNativeReferences" from project "/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.Mono.targets".
Overriding target "GenerateManifests" in project "/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" with target "GenerateManifests" from project "/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.Mono.targets".
10:59:12 Building /home/baltasarq/Prys/NClass/src/Translations/Translations.csproj
1>Building with tools version "Current".
1>Target "EnableIntermediateOutputPathMismatchWarning" skipped, due to false condition; ('$(RestoreProjectStyle)' == 'PackageReference') was evaluated as ('' == 'PackageReference').
Target _CheckForInvalidConfigurationAndPlatform:
1>Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
1>Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
1>Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "Message"
1>Configuration=Debug
1>Done executing task "Message".
1>Task "Message"
1>Platform=AnyCPU
1>Done executing task "Message".
1>Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin/Debug/' != '' and !HasTrailingSlash('bin/Debug/')).
1>Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')).
1>Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Debug/' != '' and !HasTrailingSlash('obj/Debug/')).
1>Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/home/baltasarq/Prys/NClass/src/Translations/obj/' != '' And '/home/baltasarq/Prys/NClass/src/Translations/obj/' != '/home/baltasarq/Prys/NClass/src/Translations/obj/' ).
1>Task "Warning" skipped, due to false condition; ( '$(EnableBaseIntermediateOutputPathMismatchWarning)' == 'true' And '$(_InitialBaseIntermediateOutputPath)' != '$(BaseIntermediateOutputPath)' And '$(BaseIntermediateOutputPath)' != '$(MSBuildProjectExtensionsPath)' ) was evaluated as ( '' == 'true' And 'obj/' != 'obj/' And 'obj/' != '/home/baltasarq/Prys/NClass/src/Translations/obj/' ).
1>Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
                    ('$(_AssemblyTimestampBeforeCompile)' == '')) and
                   Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or
                    ('' == '')) and
                   Exists('obj/Translations.csproj.UnmanagedRegistration.cache')).
Target CoreClean:
1>Using "Delete" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "Delete"
1>Done executing task "Delete".
1>Using "ReadLinesFromFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "ReadLinesFromFile"
1>Done executing task "ReadLinesFromFile".
1>Using "FindUnderPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "FindUnderPath"
1>Comparison path is "bin/Debug/".
1>Done executing task "FindUnderPath".
1>Task "FindUnderPath"
1>Comparison path is "obj/Debug/".
1>Done executing task "FindUnderPath".
1>Task "Delete"
1>Done executing task "Delete".
1>Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "RemoveDuplicates"
1>Done executing task "RemoveDuplicates".
1>Using "MakeDir" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "MakeDir"
1>Done executing task "MakeDir".
1>Using "WriteLinesToFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "WriteLinesToFile"
1>Done executing task "WriteLinesToFile".
Target AssignProjectConfiguration:
1>Using "AssignProjectConfiguration" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "AssignProjectConfiguration"
1>Done executing task "AssignProjectConfiguration".
Target _SplitProjectReferencesByFileExistence:
1>Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and ''!='').
Target _GetProjectReferenceTargetFrameworkProperties:
1>Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "MSBuild"
1>Done executing task "MSBuild".
1>Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities->Count())' != '0' and '$(ReferringTargetFrameworkForProjectReferences)' != '') was evaluated as ('0' != '0' and '.NETFramework,Version=v4.5' != '').
Target CleanReferencedProjects:
1>Task "MSBuild" skipped, due to false condition; ('$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' != 'true' and 'true' == 'true' and '' != '').
Target CleanPublishFolder:
1>Task "RemoveDir" skipped, due to false condition; ('$(PublishDir)'=='$(OutputPath)app.publish\' and Exists('$(PublishDir)')) was evaluated as ('bin/Debug/app.publish/'=='bin/Debug/app.publish\' and Exists('bin/Debug/app.publish/')).
1>Target "GetFrameworkPaths" skipped. Previously built successfully.
Target GetReferenceAssemblyPaths:
1>Using "GetReferenceAssemblyPaths" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "GetReferenceAssemblyPaths"
1>Done executing task "GetReferenceAssemblyPaths".
1>Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ).
Target PrepareForBuild:
1>Using "FindAppConfigFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "FindAppConfigFile"
1>Done executing task "FindAppConfigFile".
1>Task "MakeDir"
1>Done executing task "MakeDir".
1>Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
1>Target "AssignProjectConfiguration" skipped. Previously built successfully.
1>Target "PrepareProjectReferences" skipped. Previously built successfully.
Target ResolveProjectReferences:
1>Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and ('' == 'true' or 'true' != 'true') and '16.0' != '10.0' and '' != '').
1>Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and '' != 'true' and 'true' == 'true' and '' != '').
1>Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingProject)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and 'true' == 'true' and '' != '').
1>Task "Warning" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '') was evaluated as ('' != '' and '' != '').
1>Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true').
1>Target "ResolveProjectReferences" skipped. Previously built successfully.
1>Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true').
1>Target "GetFrameworkPaths" skipped. Previously built successfully.
1>Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
1>Target "PrepareForBuild" skipped. Previously built successfully.
1>Target "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '') was evaluated as ('' != '').
Target ResolveSDKReferences:
1>Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!='').
1>Target "ResolveSDKReferences" skipped. Previously built successfully.
Target ExpandSDKReferences:
1>Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!='').
1>Target "ResolveNuGetPackageAssets" skipped, due to false condition; ('$(ResolveNuGetPackages)' == 'true' and exists('$(ProjectLockFile)')) was evaluated as ('true' == 'true' and exists('obj/project.assets.json')).
1>Target "FilterDeniedAssemblyReferences" skipped, due to false condition; ('$(FilterDeniedAssemblies)' == 'true'
                        or ('$(EnableFilteringDeniedAssembliesForNet46xProjects)' != 'false' and '$(FilterDeniedAssemblies)' == ''
                            and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(ImplicitlyExpandNETStandardFacades)' == 'true'
                            and '$(DependsOnNETStandard)' == 'true'  AND '$(NETStandardInbox)' != 'true' AND '$(_TargetFrameworkVersionWithoutV)' < '4.7.1')) was evaluated as ('' == 'true'
                        or ('' != 'false' and '' == ''
                            and '.NETFramework' == '.NETFramework' and '' == 'true'
                            and '' == 'true'  AND '' != 'true' AND '4.5' < '4.7.1')).
1>Target "ImplicitlyExpandNETStandardFacades" skipped, due to false condition; ('$(ImplicitlyExpandNETStandardFacades)' == 'true') was evaluated as ('' == 'true').
1>Target "GetFrameworkPaths" skipped. Previously built successfully.
1>Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
1>Target "ImplicitlyExpandNETStandardFacades" skipped, due to false condition; ('$(ImplicitlyExpandNETStandardFacades)' == 'true') was evaluated as ('' == 'true').
Target _HandlePackageFileConflicts:
1>Using "ResolvePackageFileConflicts" task from assembly "/usr/lib/mono/xbuild/Microsoft/Microsoft.NET.Build.Extensions/tools/net472/Microsoft.NET.Build.Extensions.Tasks.dll".
1>Task "ResolvePackageFileConflicts"
1>Done executing task "ResolvePackageFileConflicts".
Target ResolveAssemblyReferences:
1>Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "ResolveAssemblyReference"
1>TargetFrameworkMoniker:
1>    .NETFramework,Version=v4.5
1>TargetFrameworkMonikerDisplayName:
1>    .NET Framework 4.5
1>TargetedRuntimeVersion:
1>    v4.0.30319
1>Assemblies:
1>    System
1>    System.Data
1>    System.Xml
1>    System.Core
1>AssemblyFiles:
1>    /usr/lib/mono/4.5-api/mscorlib.dll
1>CandidateAssemblyFiles:
1>TargetFrameworkDirectories:
1>    /usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/,/usr/lib/mono/4.5-api/,/usr/lib/mono/4.5-api/Facades/,/usr/lib/mono/4.5-api/Facades/
1>InstalledAssemblyTables:
1>IgnoreInstalledAssemblyTable:
1>    False
1>SearchPaths:
1>    {CandidateAssemblyFiles}
1>    {HintPathFromItem}
1>    {TargetFrameworkDirectory}
1>    {Registry:Software/Microsoft/.NETFramework,v4.5,AssemblyFoldersEx}
1>    {AssemblyFolders}
1>    {GAC}
1>    {RawFileName}
1>    bin/Debug/
1>AllowedAssemblyExtensions:
1>    .winmd
1>    .dll
1>    .exe
1>AllowedRelatedFileExtensions:
1>    .pdb
1>    .dll.mdb
1>    .exe.mdb
1>    .xml
1>    .pri
1>    .dll.config
1>    .exe.config
1>AppConfigFile:
1>    
1>AutoUnify:
1>    True
1>CopyLocalDependenciesWhenParentReferenceInGac:
1>    True
1>FindDependencies:
1>    True
1>TargetProcessorArchitecture:
1>    msil
1>StateFile:
1>    obj/Debug/Translations.csprojAssemblyReference.cache
1>InstalledAssemblySubsetTables:
1>IgnoreInstalledAssemblySubsetTable:
1>    False
1>TargetFrameworkSubsets:
1>FullTargetFrameworkSubsetNames:
1>    Full
1>ProfileName:
1>    
1>FullFrameworkFolders:
1>    /usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/
1>    /usr/lib/mono/4.5-api/
1>    /usr/lib/mono/4.5-api/Facades/
1>LatestTargetFrameworkDirectories:
1>ProfileTablesLocation:
1>Primary reference "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1>    Resolved file path is "/usr/lib/mono/4.5-api/mscorlib.dll".
1>    Reference found at search path location "/usr/lib/mono/4.5-api/mscorlib.dll".
1>    This reference is not "CopyLocal" because it's in a Frameworks directory.
1>    The ImageRuntimeVersion for this reference is "".
1>Primary reference "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1>    Resolved file path is "/usr/lib/mono/4.5-api/System.dll".
1>    Reference found at search path location "{TargetFrameworkDirectory}".
1>        For SearchPath "{TargetFrameworkDirectory}".
1>        Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/System.winmd", but it didn't exist.
1>        Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/System.dll", but it didn't exist.
1>        Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/System.exe", but it didn't exist.
1>        Considered "/usr/lib/mono/4.5-api/System.winmd", but it didn't exist.
1>    This reference is not "CopyLocal" because it's in a Frameworks directory.
1>    The ImageRuntimeVersion for this reference is "".
1>Primary reference "System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1>    Resolved file path is "/usr/lib/mono/4.5-api/System.Data.dll".
1>    Reference found at search path location "{TargetFrameworkDirectory}".
1>        For SearchPath "{TargetFrameworkDirectory}".
1>        Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/System.Data.winmd", but it didn't exist.
1>        Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/System.Data.dll", but it didn't exist.
1>        Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/System.Data.exe", but it didn't exist.
1>        Considered "/usr/lib/mono/4.5-api/System.Data.winmd", but it didn't exist.
1>    This reference is not "CopyLocal" because it's in a Frameworks directory.
1>    The ImageRuntimeVersion for this reference is "".
1>Primary reference "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1>    Resolved file path is "/usr/lib/mono/4.5-api/System.Xml.dll".
1>    Reference found at search path location "{TargetFrameworkDirectory}".
1>        For SearchPath "{TargetFrameworkDirectory}".
1>        Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/System.Xml.winmd", but it didn't exist.
1>        Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/System.Xml.dll", but it didn't exist.
1>        Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/System.Xml.exe", but it didn't exist.
1>        Considered "/usr/lib/mono/4.5-api/System.Xml.winmd", but it didn't exist.
1>    This reference is not "CopyLocal" because it's in a Frameworks directory.
1>    The ImageRuntimeVersion for this reference is "".
1>Primary reference "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
1>    Resolved file path is "/usr/lib/mono/4.5-api/System.Core.dll".
1>    Reference found at search path location "{TargetFrameworkDirectory}".
1>        For SearchPath "{TargetFrameworkDirectory}".
1>        Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/System.Core.winmd", but it didn't exist.
1>        Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/System.Core.dll", but it didn't exist.
1>        Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.5/System.Core.exe", but it didn't exist.
1>        Considered "/usr/lib/mono/4.5-api/System.Core.winmd", but it didn't exist.
1>    This reference is not "CopyLocal" because it's in a Frameworks directory.
1>    The ImageRuntimeVersion for this reference is "".
1>Done executing task "ResolveAssemblyReference".
1>Target "GenerateBindingRedirects" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true') was evaluated as ('' == 'true' and '' == 'true').
1>Target "_RemoveZipFileSuggestedRedirect" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' >= '4.7.1' And '$(AllowZipFileRedirect)' != 'true') was evaluated as ('4.5' >= '4.7.1' And '' != 'true').
1>Target "GenerateBindingRedirectsUpdateAppConfig" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true' and Exists('$(_GenerateBindingRedirectsIntermediateAppConfig)')) was evaluated as ('' == 'true' and '' == 'true' and Exists('obj/Debug/NClass.Translations.dll.config')).
1>Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
1>Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target ImplicitlyExpandDesignTimeFacades:
1>Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('/usr/lib/mono/4.5-api/mscorlib.dll' == 'ImplicitlyExpandDesignTimeFacades').
1>Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('{TargetFrameworkDirectory}' == 'ImplicitlyExpandDesignTimeFacades').
1>Target "ResolveNuGetPackageAssets" skipped, due to false condition; ('$(ResolveNuGetPackages)' == 'true' and exists('$(ProjectLockFile)')) was evaluated as ('true' == 'true' and exists('obj/project.assets.json')).
Target AssignTargetPaths:
1>Using "AssignTargetPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "AssignTargetPath"
1>Done executing task "AssignTargetPath".
1>Task "AssignTargetPath"
1>Done executing task "AssignTargetPath".
1>Task "AssignTargetPath"
1>Done executing task "AssignTargetPath".
1>Task "AssignTargetPath"
1>Done executing task "AssignTargetPath".
1>Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and ''=='.manifest').
1>Target "AssignTargetPaths" skipped. Previously built successfully.
Target SplitResourcesByCulture:
1>Task "Warning" skipped, due to false condition; ('@(ResxWithNoCulture)'!='') was evaluated as (''!='').
1>Task "Warning" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!='').
1>Task "Warning" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!='').
1>Task "Warning" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!='').
1>Using "AssignCulture" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "AssignCulture"
1>Culture of "de" was assigned to file "Strings.de.resx".
1>Culture of "es" was assigned to file "Strings.es.resx".
1>Culture of "hu" was assigned to file "Strings.hu.resx".
1>Culture of "pt-BR" was assigned to file "Strings.pt-BR.resx".
1>Culture of "" was assigned to file "Strings.resx".
1>Culture of "ru" was assigned to file "Strings.ru.resx".
1>Culture of "zh-CN" was assigned to file "Strings.zh-CN.resx".
1>Done executing task "AssignCulture".
Target CreateManifestResourceNames:
1>Using "CreateCSharpManifestResourceName" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "CreateCSharpManifestResourceName"
1>Root namespace is 'NClass.Translations'.
1>Resource file 'Strings.resx' doesn't depend on any other file.
1>Resource file 'Strings.resx' gets manifest resource name 'NClass.Translations.Strings'.
1>Done executing task "CreateCSharpManifestResourceName".
1>Task "CreateCSharpManifestResourceName"
1>Root namespace is 'NClass.Translations'.
1>Resource file 'Strings.de.resx' doesn't depend on any other file.
1>Resource file 'Strings.de.resx' gets manifest resource name 'NClass.Translations.Strings.de'.
1>Resource file 'Strings.es.resx' doesn't depend on any other file.
1>Resource file 'Strings.es.resx' gets manifest resource name 'NClass.Translations.Strings.es'.
1>Resource file 'Strings.hu.resx' doesn't depend on any other file.
1>Resource file 'Strings.hu.resx' gets manifest resource name 'NClass.Translations.Strings.hu'.
1>Resource file 'Strings.pt-BR.resx' doesn't depend on any other file.
1>Resource file 'Strings.pt-BR.resx' gets manifest resource name 'NClass.Translations.Strings.pt-BR'.
1>Resource file 'Strings.ru.resx' doesn't depend on any other file.
1>Resource file 'Strings.ru.resx' gets manifest resource name 'NClass.Translations.Strings.ru'.
1>Resource file 'Strings.zh-CN.resx' doesn't depend on any other file.
1>Resource file 'Strings.zh-CN.resx' gets manifest resource name 'NClass.Translations.Strings.zh-CN'.
1>Done executing task "CreateCSharpManifestResourceName".
1>Task "CreateCSharpManifestResourceName" skipped, due to false condition; ('%(EmbeddedResource.ManifestResourceName)' == '' and '%(EmbeddedResource.WithCulture)' == 'true' and '%(EmbeddedResource.Type)' == 'Non-Resx') was evaluated as ('' == '' and 'false' == 'true' and 'Resx' == 'Non-Resx').
1>Task "CreateCSharpManifestResourceName" skipped, due to false condition; ('%(EmbeddedResource.ManifestResourceName)' == '' and '%(EmbeddedResource.WithCulture)' == 'true' and '%(EmbeddedResource.Type)' == 'Non-Resx') was evaluated as ('' == '' and 'true' == 'true' and 'Resx' == 'Non-Resx').
1>Target "ResolveAssemblyReferences" skipped. Previously built successfully.
1>Target "SplitResourcesByCulture" skipped. Previously built successfully.
1>Target "ResolveReferences" skipped. Previously built successfully.
Target CoreResGen:
1>Using "GenerateResource" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "GenerateResource"
1>Output file "obj/Debug/NClass.Translations.Strings.resources" does not exist.
1>Output file "obj/Debug/NClass.Translations.Strings.de.resources" does not exist.
1>Output file "obj/Debug/NClass.Translations.Strings.es.resources" does not exist.
1>Output file "obj/Debug/NClass.Translations.Strings.hu.resources" does not exist.
1>Output file "obj/Debug/NClass.Translations.Strings.pt-BR.resources" does not exist.
1>Output file "obj/Debug/NClass.Translations.Strings.ru.resources" does not exist.
1>Output file "obj/Debug/NClass.Translations.Strings.zh-CN.resources" does not exist.
1>/usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/usr/lib/mono/4.5-api/mscorlib.dll /r:/usr/lib/mono/4.5-api/System.Core.dll /r:/usr/lib/mono/4.5-api/System.Data.dll /r:/usr/lib/mono/4.5-api/System.dll /r:/usr/lib/mono/4.5-api/System.Xml.dll /compile Strings.resx,obj/Debug/NClass.Translations.Strings.resources Strings.de.resx,obj/Debug/NClass.Translations.Strings.de.resources Strings.es.resx,obj/Debug/NClass.Translations.Strings.es.resources Strings.hu.resx,obj/Debug/NClass.Translations.Strings.hu.resources Strings.pt-BR.resx,obj/Debug/NClass.Translations.Strings.pt-BR.resources Strings.ru.resx,obj/Debug/NClass.Translations.Strings.ru.resources Strings.zh-CN.resx,obj/Debug/NClass.Translations.Strings.zh-CN.resources
1>Processing resource file "Strings.resx" into "obj/Debug/NClass.Translations.Strings.resources".
1>Processing 367 resources from file "Strings.resx".
1>Processing resource file "Strings.de.resx" into "obj/Debug/NClass.Translations.Strings.de.resources".
1>Processing 333 resources from file "Strings.de.resx".
1>Processing resource file "Strings.es.resx" into "obj/Debug/NClass.Translations.Strings.es.resources".
1>Processing 332 resources from file "Strings.es.resx".
1>Processing resource file "Strings.hu.resx" into "obj/Debug/NClass.Translations.Strings.hu.resources".
1>Processing 332 resources from file "Strings.hu.resx".
1>Processing resource file "Strings.pt-BR.resx" into "obj/Debug/NClass.Translations.Strings.pt-BR.resources".
1>Processing 324 resources from file "Strings.pt-BR.resx".
1>Processing resource file "Strings.ru.resx" into "obj/Debug/NClass.Translations.Strings.ru.resources".
1>Processing 330 resources from file "Strings.ru.resx".
1>Processing resource file "Strings.zh-CN.resx" into "obj/Debug/NClass.Translations.Strings.zh-CN.resources".
1>Processing 329 resources from file "Strings.zh-CN.resx".
1>Done executing task "GenerateResource".
1>Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' == 'CLR2') was evaluated as ('Resx' == 'Resx' and '' != 'false' and '' == 'CLR2').
1>Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
1>Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or  == 'true').
1>Target "ResolveReferences" skipped. Previously built successfully.
1>Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or  == 'true').
1>Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
1>Target "ResolveNativeReferences" skipped. Previously built successfully.
1>Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
Target _SetEmbeddedWin32ManifestProperties:
1>Using "GetFrameworkPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "GetFrameworkPath"
1>Done executing task "GetFrameworkPath".
1>Target "FindReferenceAssembliesForReferences" skipped. Previously built successfully.
Target _GenerateCompileInputs:
1>Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithNoCulture)'!='' and '%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'=='') was evaluated as ('obj/Debug/NClass.Translations.Strings.resources'!='' and 'true'=='').
1>Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithNoCultureOnDisk)'!='' and '%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
1>Target "PrepareForBuild" skipped. Previously built successfully.
1>Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target GenerateTargetFrameworkMonikerAttribute:
1>Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
1>Input files: /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.targets
1>Output files: obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs
1>Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true').
1>Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
1>Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target _GenerateCompileDependencyCache:
1>Using "Hash" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "Hash"
1>Done executing task "Hash".
1>Task "WriteLinesToFile"
1>Done executing task "WriteLinesToFile".
1>Target "_ComputeNonExistentFileProperty" skipped, due to false condition; (('$(BuildingInsideVisualStudio)' == 'true') and ('$(BuildingOutOfProcess)' != 'true') and (('$(BuildingProject)' == 'false') or ('$(UseHostCompilerIfAvailable)' == 'true'))) was evaluated as (('' == 'true') and ('' != 'true') and (('true' == 'false') or ('true' == 'true'))).
Target ResolveCodeAnalysisRuleSet:
1>Using "ResolveCodeAnalysisRuleSet" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "ResolveCodeAnalysisRuleSet"
1>/usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): Warning MSB3884 : Could not find rule set file "AllRules.ruleset".
1>Done executing task "ResolveCodeAnalysisRuleSet".
1>Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/usr/lib/mono/4.5-api/mscorlib.dll;/usr/lib/mono/4.5-api/System.Core.dll;/usr/lib/mono/4.5-api/System.Data.dll;/usr/lib/mono/4.5-api/System.dll;/usr/lib/mono/4.5-api/System.Xml.dll' == '').
1>Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/usr/lib/mono/4.5-api/mscorlib.dll;/usr/lib/mono/4.5-api/System.Core.dll;/usr/lib/mono/4.5-api/System.Data.dll;/usr/lib/mono/4.5-api/System.dll;/usr/lib/mono/4.5-api/System.Xml.dll' == '').
1>Target "_SetPathMapFromSourceRoots" skipped, due to false condition; ('$(DeterministicSourcePaths)' == 'true') was evaluated as ('' == 'true').
Target CoreCompile:
1>Building target "CoreCompile" completely.
1>Output file "obj/Debug/NClass.Translations.dll" does not exist.
1>Using "Csc" task from assembly "/usr/lib/mono/msbuild/Current/bin/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll".
1>Task "Csc"
1>/usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.5-api/mscorlib.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /debug+ /debug:full /optimize- /out:obj/Debug/NClass.Translations.dll /subsystemversion:6.00 /resource:obj/Debug/NClass.Translations.Strings.resources /target:library /utf8output /langversion:7.3 Properties/AssemblyInfo.cs Strings.cs Strings.Designer.cs UILanguage.cs "obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs"
1>Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
1>Microsoft (R) Visual C# Compiler version 3.6.0-4.20224.5 (ec77c100)
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Done executing task "Csc".
1>Task "CallTarget" skipped, due to false condition; ('$(TargetsTriggeredByCompilation)' != '') was evaluated as ('' != '').
1>Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
1>Target "ExportWindowsMDFile" skipped, due to false condition; ('$(ExportWinMDFile)' == 'true') was evaluated as ('' == 'true').
1>Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
                    ('$(_AssemblyTimestampBeforeCompile)' == '')) and
                   Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or
                    ('' == '')) and
                   Exists('obj/Translations.csproj.UnmanagedRegistration.cache')).
1>Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target _GenerateSatelliteAssemblyInputs:
1>Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' and '%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'=='') was evaluated as ('obj/Debug/NClass.Translations.Strings.de.resources;obj/Debug/NClass.Translations.Strings.es.resources;obj/Debug/NClass.Translations.Strings.hu.resources;obj/Debug/NClass.Translations.Strings.pt-BR.resources;obj/Debug/NClass.Translations.Strings.ru.resources;obj/Debug/NClass.Translations.Strings.zh-CN.resources'!='' and 'true'=='').
1>Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithCultureOnDisk)'!='' and '%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
1>Target "CreateManifestResourceNames" skipped. Previously built successfully.
Target GenerateSatelliteAssemblies:
1>Building target "GenerateSatelliteAssemblies" completely.
1>Output file "obj/Debug/de/NClass.Translations.resources.dll" does not exist.
1>Task "MakeDir"
1>Done executing task "MakeDir".
1>Using "AL" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "AL"
1>/usr/lib/mono/4.5/al.exe /culture:de /out:obj/Debug/de/NClass.Translations.resources.dll /template:obj/Debug/NClass.Translations.dll /embed:obj/Debug/NClass.Translations.Strings.de.resources
1>Done executing task "AL".
Target GenerateSatelliteAssemblies:
1>Building target "GenerateSatelliteAssemblies" completely.
1>Output file "obj/Debug/es/NClass.Translations.resources.dll" does not exist.
1>Task "MakeDir"
1>Done executing task "MakeDir".
1>Task "AL"
1>/usr/lib/mono/4.5/al.exe /culture:es /out:obj/Debug/es/NClass.Translations.resources.dll /template:obj/Debug/NClass.Translations.dll /embed:obj/Debug/NClass.Translations.Strings.es.resources
1>Done executing task "AL".
Target GenerateSatelliteAssemblies:
1>Building target "GenerateSatelliteAssemblies" completely.
1>Output file "obj/Debug/hu/NClass.Translations.resources.dll" does not exist.
1>Task "MakeDir"
1>Done executing task "MakeDir".
1>Task "AL"
1>/usr/lib/mono/4.5/al.exe /culture:hu /out:obj/Debug/hu/NClass.Translations.resources.dll /template:obj/Debug/NClass.Translations.dll /embed:obj/Debug/NClass.Translations.Strings.hu.resources
1>Done executing task "AL".
Target GenerateSatelliteAssemblies:
1>Building target "GenerateSatelliteAssemblies" completely.
1>Output file "obj/Debug/pt-BR/NClass.Translations.resources.dll" does not exist.
1>Task "MakeDir"
1>Done executing task "MakeDir".
1>Task "AL"
1>/usr/lib/mono/4.5/al.exe /culture:pt-BR /out:obj/Debug/pt-BR/NClass.Translations.resources.dll /template:obj/Debug/NClass.Translations.dll /embed:obj/Debug/NClass.Translations.Strings.pt-BR.resources
1>Done executing task "AL".
Target GenerateSatelliteAssemblies:
1>Building target "GenerateSatelliteAssemblies" completely.
1>Output file "obj/Debug/ru/NClass.Translations.resources.dll" does not exist.
1>Task "MakeDir"
1>Done executing task "MakeDir".
1>Task "AL"
1>/usr/lib/mono/4.5/al.exe /culture:ru /out:obj/Debug/ru/NClass.Translations.resources.dll /template:obj/Debug/NClass.Translations.dll /embed:obj/Debug/NClass.Translations.Strings.ru.resources
1>Done executing task "AL".
Target GenerateSatelliteAssemblies:
1>Building target "GenerateSatelliteAssemblies" completely.
1>Output file "obj/Debug/zh-CN/NClass.Translations.resources.dll" does not exist.
1>Task "MakeDir"
1>Done executing task "MakeDir".
1>Task "AL"
1>/usr/lib/mono/4.5/al.exe /culture:zh-CN /out:obj/Debug/zh-CN/NClass.Translations.resources.dll /template:obj/Debug/NClass.Translations.dll /embed:obj/Debug/NClass.Translations.Strings.zh-CN.resources
1>Done executing task "AL".
1>Target "ComputeIntermediateSatelliteAssemblies" skipped. Previously built successfully.
1>Target "_CopyFilesMarkedCopyLocal" skipped, due to false condition; ('@(ReferenceCopyLocalPaths)' != '') was evaluated as ('' != '').
1>Target "AssignTargetPaths" skipped. Previously built successfully.
1>Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
1>Target "_GetProjectReferenceTargetFrameworkProperties" skipped. Previously built successfully.
Target GetCopyToOutputDirectoryItems:
1>Using "CallTarget" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "CallTarget"
1>Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" skipped. Previously built successfully.
Target _GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences:
1>Task "MSBuild" skipped, due to false condition; ('@(_MSBuildProjectReferenceExistent)' != '' and '$(_GetChildProjectCopyToOutputDirectoryItems)' == 'true' and '%(_MSBuildProjectReferenceExistent.Private)' != 'false' and '$(UseCommonOutputDirectory)' != 'true') was evaluated as ('' != '' and 'true' == 'true' and '' != 'false' and 'false' != 'true').
1>Task "AssignTargetPath"
1>Done executing task "AssignTargetPath".
1>Done executing task "CallTarget".
1>Task "CallTarget"
1>Target "AssignTargetPaths" skipped. Previously built successfully.
1>Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" skipped. Previously built successfully.
Target _GetCopyToOutputDirectoryItemsFromThisProject:
1>Task "AssignTargetPath"
1>Done executing task "AssignTargetPath".
1>Done executing task "CallTarget".
1>Target "_CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ).
1>Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
1>Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ).
1>Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ).
1>Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target CopyFilesToOutputDirectory:
1>Using "Copy" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
1>Task "Copy"
1>Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/NClass.Translations.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll".
1>Done executing task "Copy".
...

Well, it doesn't fit complete.

Baltasarq commented 4 years ago

This is the log when building from command line: msbuild /t:Rebuild /p:Configuration="Debug" /p:Platform="Any Cpu"> log.txt

Microsoft (R) Build Engine version 16.6.0 for Mono
Copyright (C) Microsoft Corporation. All rights reserved.

Building the projects in this solution one at a time. To enable parallel build, please add the "-m" switch.
Build started 9/30/2020 1:14:35 PM.
Project "/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" on node 1 (Rebuild target(s)).
ValidateSolutionConfiguration:
  Building solution configuration "Debug|Any Cpu".
ValidateProjects:
  The project "Installer" is not selected for building in solution configuration "Debug|Any CPU".
Project "/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (1) is building "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (2) on node 1 (Rebuild target(s)).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (2) is building "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/Translations.csproj" (3) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/de/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/es/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/hu/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/ru/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/Translations.csprojAssemblyReference.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/NClass.Translations.Strings.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/NClass.Translations.Strings.de.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/NClass.Translations.Strings.es.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/NClass.Translations.Strings.hu.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/NClass.Translations.Strings.pt-BR.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/NClass.Translations.Strings.ru.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/NClass.Translations.Strings.zh-CN.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/Translations.csproj.GenerateResource.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/Translations.csproj.CoreCompileInputs.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/de/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/es/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/hu/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/pt-BR/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/ru/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/zh-CN/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/NClass.Translations.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/NClass.Translations.pdb".
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/usr/lib/mono/4.5-api/mscorlib.dll /r:/usr/lib/mono/4.5-api/System.Core.dll /r:/usr/lib/mono/4.5-api/System.Data.dll /r:/usr/lib/mono/4.5-api/System.dll /r:/usr/lib/mono/4.5-api/System.Xml.dll /compile Strings.resx,obj/Debug/NClass.Translations.Strings.resources Strings.de.resx,obj/Debug/NClass.Translations.Strings.de.resources Strings.es.resx,obj/Debug/NClass.Translations.Strings.es.resources Strings.hu.resx,obj/Debug/NClass.Translations.Strings.hu.resources Strings.pt-BR.resx,obj/Debug/NClass.Translations.Strings.pt-BR.resources Strings.ru.resx,obj/Debug/NClass.Translations.Strings.ru.resources Strings.zh-CN.resx,obj/Debug/NClass.Translations.Strings.zh-CN.resources
  Processing resource file "Strings.resx" into "obj/Debug/NClass.Translations.Strings.resources".
  Processing resource file "Strings.de.resx" into "obj/Debug/NClass.Translations.Strings.de.resources".
  Processing resource file "Strings.es.resx" into "obj/Debug/NClass.Translations.Strings.es.resources".
  Processing resource file "Strings.hu.resx" into "obj/Debug/NClass.Translations.Strings.hu.resources".
  Processing resource file "Strings.pt-BR.resx" into "obj/Debug/NClass.Translations.Strings.pt-BR.resources".
  Processing resource file "Strings.ru.resx" into "obj/Debug/NClass.Translations.Strings.ru.resources".
  Processing resource file "Strings.zh-CN.resx" into "obj/Debug/NClass.Translations.Strings.zh-CN.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
/usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/Translations/Translations.csproj]
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.5-api/mscorlib.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /debug+ /debug:full /optimize- /out:obj/Debug/NClass.Translations.dll /subsystemversion:6.00 /resource:obj/Debug/NClass.Translations.Strings.resources /target:library /utf8output /langversion:7.3 Properties/AssemblyInfo.cs Strings.cs Strings.Designer.cs UILanguage.cs "obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
GenerateSatelliteAssemblies:
  /usr/lib/mono/4.5/al.exe /culture:de /out:obj/Debug/de/NClass.Translations.resources.dll /template:obj/Debug/NClass.Translations.dll /embed:obj/Debug/NClass.Translations.Strings.de.resources
GenerateSatelliteAssemblies:
  /usr/lib/mono/4.5/al.exe /culture:es /out:obj/Debug/es/NClass.Translations.resources.dll /template:obj/Debug/NClass.Translations.dll /embed:obj/Debug/NClass.Translations.Strings.es.resources
GenerateSatelliteAssemblies:
  /usr/lib/mono/4.5/al.exe /culture:hu /out:obj/Debug/hu/NClass.Translations.resources.dll /template:obj/Debug/NClass.Translations.dll /embed:obj/Debug/NClass.Translations.Strings.hu.resources
GenerateSatelliteAssemblies:
  /usr/lib/mono/4.5/al.exe /culture:pt-BR /out:obj/Debug/pt-BR/NClass.Translations.resources.dll /template:obj/Debug/NClass.Translations.dll /embed:obj/Debug/NClass.Translations.Strings.pt-BR.resources
GenerateSatelliteAssemblies:
  /usr/lib/mono/4.5/al.exe /culture:ru /out:obj/Debug/ru/NClass.Translations.resources.dll /template:obj/Debug/NClass.Translations.dll /embed:obj/Debug/NClass.Translations.Strings.ru.resources
GenerateSatelliteAssemblies:
  /usr/lib/mono/4.5/al.exe /culture:zh-CN /out:obj/Debug/zh-CN/NClass.Translations.resources.dll /template:obj/Debug/NClass.Translations.dll /embed:obj/Debug/NClass.Translations.Strings.zh-CN.resources
CopyFilesToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/NClass.Translations.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll".
  Translations -> /home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/NClass.Translations.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/pt-BR/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/ru/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/ru/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/hu/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/hu/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/de/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/de/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/zh-CN/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/obj/Debug/es/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/es/NClass.Translations.resources.dll".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/Translations.csproj" (Rebuild target(s)).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (2) is building "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (4) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/styles/Visual Studio Class Designer (ClearType).dst".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/styles/Visual Studio Class Designer.dst".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.exe.config".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.exe".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Templates/csproj.template".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Templates/sln.template".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/CommonMark.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.CodeGenerator.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Core.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.CSharp.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.DiagramEditor.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Java.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Translations.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Octokit.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.CodeGenerator.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.CodeGenerator.dll.config".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Core.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.CSharp.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.DiagramEditor.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.DiagramEditor.dll.config".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Java.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Translations.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/CommonMark.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/CommonMark.xml".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Octokit.xml".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/hu/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/de/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/ru/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/es/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/GUI.csprojAssemblyReference.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/NClass.GUI.Dialogs.AboutDialog.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/NClass.GUI.Dialogs.OptionsDialog.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/NClass.GUI.Dialogs.UpdateDialog.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/NClass.GUI.MainForm.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/NClass.GUI.ModelExplorer.ModelView.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/NClass.GUI.TabBar.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/NClass.GUI.TabbedWindow.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/GUI.csproj.GenerateResource.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/GUI.csproj.CoreCompileInputs.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/NClass.exe".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/NClass.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/NClass.GUI.Properties.Resources.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/GUI.csproj.CopyComplete".
Project "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (4) is building "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (5:2) on node 1 (Clean target(s)).
CoreClean:
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.dll.config".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/Templates/csproj.template".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/Templates/sln.template".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Core.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CSharp.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Java.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Translations.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Core.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CSharp.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Java.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Translations.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/hu/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/de/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/ru/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/es/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/obj/Debug/CodeGenerator.csprojAssemblyReference.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/obj/Debug/NClass.CodeGenerator.Dialog.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/obj/Debug/CodeGenerator.csproj.GenerateResource.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/obj/Debug/CodeGenerator.csproj.CoreCompileInputs.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/obj/Debug/NClass.CodeGenerator.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/obj/Debug/NClass.CodeGenerator.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/obj/Debug/NClass.CodeGenerator.Properties.Resources.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/obj/Debug/CodeGenerator.csproj.CopyComplete".
Project "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (5:2) is building "/home/baltasarq/Dropbox/Prys/NClass/src/Core/Core.csproj" (6:3) on node 1 (Clean target(s)).
CoreClean:
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Translations.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Translations.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/hu/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/de/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/ru/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/es/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/obj/Debug/Core.csprojAssemblyReference.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/obj/Debug/Core.csproj.CoreCompileInputs.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/obj/Debug/NClass.Core.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/obj/Debug/NClass.Core.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Core/obj/Debug/Core.csproj.CopyComplete".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/Core/Core.csproj" (Clean target(s)).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (5:2) is building "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj" (7:3) on node 1 (Clean target(s)).
CoreClean:
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.Core.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.Translations.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.Core.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.Translations.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/hu/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/de/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/ru/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/es/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/obj/Debug/CSharp.csprojAssemblyReference.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/obj/Debug/CSharp.csproj.CoreCompileInputs.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/obj/Debug/NClass.CSharp.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/obj/Debug/NClass.CSharp.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/obj/Debug/CSharp.csproj.CopyComplete".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj" (Clean target(s)).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (5:2) is building "/home/baltasarq/Dropbox/Prys/NClass/src/Java/Java.csproj" (9:3) on node 1 (Clean target(s)).
CoreClean:
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Core.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Translations.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Core.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Translations.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/hu/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/de/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/ru/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/es/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/obj/Debug/Java.csproj.CoreCompileInputs.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/obj/Debug/NClass.Java.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/obj/Debug/NClass.Java.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Java/obj/Debug/Java.csproj.CopyComplete".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/Java/Java.csproj" (Clean target(s)).
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (Clean target(s)).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (4) is building "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj" (8:2) on node 1 (Clean target(s)).
CoreClean:
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll.config".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/Templates/csproj.template".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/Templates/sln.template".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CodeGenerator.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.Core.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.Translations.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CSharp.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.Java.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CodeGenerator.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CodeGenerator.dll.config".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.Core.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.Translations.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CSharp.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.Java.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/hu/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/de/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/ru/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/es/NClass.Translations.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/DiagramEditor.csprojAssemblyReference.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.Canvas.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.AssociationDialog.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.EditCommentDialog.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.ListDialog.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.MembersDialog.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.PrintingSettings.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.TreeDialog.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.Diagrams.Editors.CommentEditor.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.CompositeTypeEditor.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.DelegateEditor.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.EnumEditor.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.ItemEditor.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.MemberEditor.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.PackageEditor.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.Diagrams.Editors.ShapeNameEditor.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/DiagramEditor.csproj.GenerateResource.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/DiagramEditor.csproj.CoreCompileInputs.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.Properties.Resources.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/DiagramEditor.csproj.CopyComplete".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj" (Clean target(s)).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (4) is building "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (5:5) on node 1 (default targets).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (5:5) is building "/home/baltasarq/Dropbox/Prys/NClass/src/Core/Core.csproj" (6:11) on node 1 (default targets).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
/usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/Core/Core.csproj]
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.5-api/mscorlib.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Drawing.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /debug+ /debug:full /optimize- /out:obj/Debug/NClass.Core.dll /subsystemversion:6.00 /target:library /utf8output /langversion:7.3 BadSyntaxException.cs Declarations/IArgumentListDeclaration.cs Declarations/IEventDeclaration.cs Declarations/IFieldDeclaration.cs Declarations/IMemberDeclaration.cs Declarations/IParameterDeclaration.cs Declarations/IPropertyDeclaration.cs Entities/Actor.cs Entities/EntityType.cs Entities/INestable.cs Entities/INestableChild.cs Entities/NestableChildHelper.cs Entities/NestableHelper.cs Entities/Package.cs Declarations/IMethodDeclaration.cs Entities/IUseCaseEntity.cs Entities/SystemBoundary.cs Entities/UseCase.cs ITrackable.cs Members/MemberType.cs Models/ClassModel.cs NestingChildEventArgs.cs NestingEventArgs.cs Properties/AssemblyInfo.cs Models/UseCaseModel.cs RelationshipEventArgs.cs Relationships/AssociationType.cs Relationships/ExtendsRelationship.cs Relationships/IncludesRelationship.cs Relationships/RelationshipType.cs LangaugeManager.cs ProjectItemEventArgs.cs Element.cs IModifiable.cs IProjectItem.cs ISerializableElement.cs Model.cs Relationships/UseCaseGeneralization.cs Relationships/UseCaseAssociation.cs Relationships/UseCaseRelationship.cs SerializeEventArgs.cs Entities/CompositeType.cs Entities/TypeBase.cs Members/FieldModifier.cs Entities/IInterfaceImplementer.cs DotNetLanguage.cs EntityEventArgs.cs Members/EnumValue.cs Parameters/ArgumentList.cs Relationships/RelationshipException.cs Relationships/TypeRelationship.cs Relationships/Direction.cs Members/Constructor.cs Members/Destructor.cs Entities/SingleInharitanceType.cs Language.cs ReservedNameException.cs Project.cs Relationships/AssociationRelationship.cs Relationships/CommentRelationship.cs Relationships/DependencyRelationship.cs AccessModifier.cs Entities/ClassModifier.cs Entities/ClassType.cs Entities/Comment.cs Entities/DelegateType.cs Entities/EnumType.cs Entities/IEntity.cs Relationships/GeneralizationRelationship.cs Relationships/RealizationRelationship.cs Members/Event.cs Members/Field.cs Entities/InterfaceType.cs Members/Member.cs Members/Method.cs Members/OperationModifier.cs Members/Operation.cs Parameters/Parameter.cs Parameters/ParameterModifier.cs Relationships/NestingRelationship.cs Members/Property.cs Entities/SortingMode.cs Entities/StructureType.cs Relationships/Relationship.cs LanguageElement.cs UndoRedo/CommandId.cs UndoRedo/ICommand.cs UndoRedo/IUndoRedoVisualizer.cs UndoRedo/Modification.cs UndoRedo/ModificationEventArgs.cs UndoRedo/UndoRedoAction.cs UndoRedo/UndoRedoEngine.cs UndoRedo/UndoRedoEventArgs.cs UndoRedo/UndoRedoListBoxItem.cs UndoRedo/UndoRedoSource.cs UndoRedo/UndoRedoType.cs "obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Translations.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Translations.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/de/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/de/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/pt-BR/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/ru/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/ru/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/zh-CN/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/es/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/es/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/hu/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/hu/NClass.Translations.resources.dll".
  Creating "/home/baltasarq/Dropbox/Prys/NClass/src/Core/obj/Debug//Core.csproj.CopyComplete" because "AlwaysCreate" was specified.
CopyFilesToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/obj/Debug/NClass.Core.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll".
  Core -> /home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/obj/Debug/NClass.Core.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.pdb".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/Core/Core.csproj" (default targets).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (5:5) is building "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj" (7:5) on node 1 (default targets).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
/usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj]
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.5-api/mscorlib.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /debug+ /debug:full /optimize- /out:obj/Debug/NClass.CSharp.dll /subsystemversion:6.00 /target:library /utf8output /langversion:7.3 Declarations/CSharpArgumentListDeclaration.cs Declarations/CSharpConstructorDeclaration.cs Declarations/CSharpDestructorDeclaration.cs Declarations/CSharpEventDeclaration.cs Declarations/CSharpFieldDeclaration.cs Declarations/CSharpMethodNameDeclaration.cs Declarations/CSharpParameterDeclaration.cs Declarations/CSharpPropertyDeclaration.cs Declarations/CSharpEventNameDeclaration.cs Declarations/CSharpPropertyNameDeclaration.cs Declarations/ICSharpArgumentListDeclaration.cs Declarations/ICSharpDestructorDeclaration.cs Declarations/ICSharpConstructorDeclaration.cs Declarations/ICSharpEventDeclaration.cs Declarations/ICSharpFieldDeclaration.cs Declarations/ICSharpMethodDeclaration.cs Declarations/CSharpMethodDeclaration.cs Declarations/ICSharpParameterDeclaration.cs Declarations/ICSharpPropertyDeclaration.cs Members/CSharpArgumentList.cs Members/CSharpEnumValue.cs CSharpLanguage.cs Members/CSharpClass.cs Members/CSharpConstructor.cs Members/CSharpEnum.cs Members/CSharpField.cs Members/CSharpInterface.cs Members/CSharpMethod.cs Members/CSharpNamespace.cs Members/CSharpParameter.cs Members/CSharpEvent.cs Members/CSharpDestructor.cs Members/CSharpDelegate.cs Members/CSharpProperty.cs Members/CSharpStructure.cs Properties/AssemblyInfo.cs "obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
Members/CSharpConstructor.cs(43,24): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj]
Members/CSharpConstructor.cs(47,47): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj]
Members/CSharpDestructor.cs(43,30): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj]
Members/CSharpDestructor.cs(47,53): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj]
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.Core.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.Translations.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.Core.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/hu/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/hu/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/de/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/de/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/pt-BR/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/ru/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/ru/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.Translations.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/zh-CN/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/es/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/es/NClass.Translations.resources.dll".
  Creating "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/obj/Debug//CSharp.csproj.CopyComplete" because "AlwaysCreate" was specified.
CopyFilesToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/obj/Debug/NClass.CSharp.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll".
  CSharp -> /home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/obj/Debug/NClass.CSharp.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.pdb".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj" (default targets).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (5:5) is building "/home/baltasarq/Dropbox/Prys/NClass/src/Java/Java.csproj" (9:5) on node 1 (default targets).
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
/usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/Java/Java.csproj]
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.5-api/mscorlib.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /debug+ /debug:full /optimize- /out:obj/Debug/NClass.Java.dll /subsystemversion:6.00 /target:library /utf8output /langversion:7.3 Declarations/IJavaArgumentListDeclaration.cs Declarations/IJavaConstructorDeclaration.cs Declarations/IJavaFieldDeclaration.cs Declarations/IJavaMethodDeclaration.cs Declarations/IJavaParameterDeclaration.cs Declarations/JavaArgumentListDeclaration.cs Declarations/JavaConstructorDeclaration.cs Declarations/JavaMethodDeclaration.cs Declarations/JavaFieldDeclaration.cs Declarations/JavaParameterDeclaration.cs Members/JavaEnumValue.cs Members/JavaArgumentList.cs Members/JavaClass.cs Members/JavaConstructor.cs Members/JavaEnum.cs Members/JavaField.cs Members/JavaInterface.cs Members/JavaLanguage.cs Members/JavaMethod.cs Members/JavaPackage.cs Members/JavaParameter.cs Properties/AssemblyInfo.cs "obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
Members/JavaConstructor.cs(43,24): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/Java/Java.csproj]
Members/JavaConstructor.cs(47,47): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/Java/Java.csproj]
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Core.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/hu/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/hu/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/de/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/de/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Translations.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Core.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/pt-BR/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/ru/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/ru/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Translations.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/zh-CN/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/es/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/es/NClass.Translations.resources.dll".
  Creating "/home/baltasarq/Dropbox/Prys/NClass/src/Java/obj/Debug//Java.csproj.CopyComplete" because "AlwaysCreate" was specified.
CopyFilesToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Java/obj/Debug/NClass.Java.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.dll".
  Java -> /home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.dll
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Java/obj/Debug/NClass.Java.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.pdb".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/Java/Java.csproj" (default targets).
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/usr/lib/mono/4.5-api/mscorlib.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll /r:/usr/lib/mono/4.5-api/System.Core.dll /r:/usr/lib/mono/4.5-api/System.dll /r:/usr/lib/mono/4.5-api/System.Drawing.dll /r:/usr/lib/mono/4.5-api/System.Windows.Forms.dll /r:/usr/lib/mono/4.5-api/System.Xml.dll /compile Dialog.resx,obj/Debug/NClass.CodeGenerator.Dialog.resources Properties/Resources.resx,obj/Debug/NClass.CodeGenerator.Properties.Resources.resources
  Processing resource file "Dialog.resx" into "obj/Debug/NClass.CodeGenerator.Dialog.resources".
  Processing resource file "Properties/Resources.resx" into "obj/Debug/NClass.CodeGenerator.Properties.Resources.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
/usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj]
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.5-api/mscorlib.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Drawing.dll /reference:/usr/lib/mono/4.5-api/System.Windows.Forms.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /debug+ /debug:full /optimize- /out:obj/Debug/NClass.CodeGenerator.dll /subsystemversion:6.00 /resource:obj/Debug/NClass.CodeGenerator.Dialog.resources /resource:obj/Debug/NClass.CodeGenerator.Properties.Resources.resources /target:library /utf8output /langversion:7.3 Properties/AssemblyInfo.cs GenerationResult.cs ToolStripSimplifiedRenderer.cs VSSolutionGenerator.cs SolutionType.cs SolutionGenerator.cs Dialog.cs Dialog.Designer.cs JavaProjectGenerator.cs Generator.cs CSharpProjectGenerator.cs CSharpSourceFileGenerator.cs FileGenerationException.cs JavaSourceFileGenerator.cs ProjectGenerator.cs Properties/Resources.Designer.cs Settings.cs Settings.Designer.cs SourceFileGenerator.cs "obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Core.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Java.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Core.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CSharp.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Translations.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CSharp.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Java.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Translations.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/hu/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/hu/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/de/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/de/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/ru/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/ru/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/zh-CN/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/es/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/es/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/pt-BR/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Creating "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/obj/Debug//CodeGenerator.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/Templates/sln.template" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/Templates/sln.template".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/Templates/csproj.template" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/Templates/csproj.template".
_CopyAppConfigFile:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/app.config" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/obj/Debug/NClass.CodeGenerator.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.dll".
  CodeGenerator -> /home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.dll
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/obj/Debug/NClass.CodeGenerator.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.pdb".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (default targets).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (4) is building "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj" (8:3) on node 1 (default targets).
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/usr/lib/mono/4.5-api/mscorlib.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll /r:/usr/lib/mono/4.5-api/System.Core.dll /r:/usr/lib/mono/4.5-api/System.Data.dll /r:/usr/lib/mono/4.5-api/System.dll /r:/usr/lib/mono/4.5-api/System.Drawing.dll /r:/usr/lib/mono/4.5-api/System.Windows.Forms.dll /r:/usr/lib/mono/4.5-api/System.Xml.dll /compile Canvas.resx,obj/Debug/NClass.DiagramEditor.Canvas.resources ClassDiagram/Dialogs/AssociationDialog.resx,obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.AssociationDialog.resources ClassDiagram/Dialogs/EditCommentDialog.resx,obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.EditCommentDialog.resources ClassDiagram/Dialogs/ListDialog.resx,obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.ListDialog.resources ClassDiagram/Dialogs/MembersDialog.resx,obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.MembersDialog.resources ClassDiagram/Dialogs/DiagramPrintDialog.resx,obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.PrintingSettings.resources ClassDiagram/Dialogs/TreeDialog.resx,obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.TreeDialog.resources Diagrams/Editors/CommentEditor.resx,obj/Debug/NClass.DiagramEditor.Diagrams.Editors.CommentEditor.resources ClassDiagram/Editors/CompositeTypeEditor.resx,obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.CompositeTypeEditor.resources ClassDiagram/Editors/DelegateEditor.resx,obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.DelegateEditor.resources ClassDiagram/Editors/EnumEditor.resx,obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.EnumEditor.resources ClassDiagram/Editors/ItemEditor.resx,obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.ItemEditor.resources ClassDiagram/Editors/MemberEditor.resx,obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.MemberEditor.resources ClassDiagram/Editors/PackageEditor.resx,obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.PackageEditor.resources Diagrams/Editors/ShapeNameEditor.resx,obj/Debug/NClass.DiagramEditor.Diagrams.Editors.ShapeNameEditor.resources Properties/Resources.resx,obj/Debug/NClass.DiagramEditor.Properties.Resources.resources
  Processing resource file "Canvas.resx" into "obj/Debug/NClass.DiagramEditor.Canvas.resources".
  Processing resource file "ClassDiagram/Dialogs/AssociationDialog.resx" into "obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.AssociationDialog.resources".
  Processing resource file "ClassDiagram/Dialogs/EditCommentDialog.resx" into "obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.EditCommentDialog.resources".
  Processing resource file "ClassDiagram/Dialogs/ListDialog.resx" into "obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.ListDialog.resources".
  Processing resource file "ClassDiagram/Dialogs/MembersDialog.resx" into "obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.MembersDialog.resources".
  Processing resource file "ClassDiagram/Dialogs/DiagramPrintDialog.resx" into "obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.PrintingSettings.resources".
  Processing resource file "ClassDiagram/Dialogs/TreeDialog.resx" into "obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.TreeDialog.resources".
  Processing resource file "Diagrams/Editors/CommentEditor.resx" into "obj/Debug/NClass.DiagramEditor.Diagrams.Editors.CommentEditor.resources".
  Processing resource file "ClassDiagram/Editors/CompositeTypeEditor.resx" into "obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.CompositeTypeEditor.resources".
  Processing resource file "ClassDiagram/Editors/DelegateEditor.resx" into "obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.DelegateEditor.resources".
  Processing resource file "ClassDiagram/Editors/EnumEditor.resx" into "obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.EnumEditor.resources".
  Processing resource file "ClassDiagram/Editors/ItemEditor.resx" into "obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.ItemEditor.resources".
  Processing resource file "ClassDiagram/Editors/MemberEditor.resx" into "obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.MemberEditor.resources".
  Processing resource file "ClassDiagram/Editors/PackageEditor.resx" into "obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.PackageEditor.resources".
  Processing resource file "Diagrams/Editors/ShapeNameEditor.resx" into "obj/Debug/NClass.DiagramEditor.Diagrams.Editors.ShapeNameEditor.resources".
  Processing resource file "Properties/Resources.resx" into "obj/Debug/NClass.DiagramEditor.Properties.Resources.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
/usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj]
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.5-api/mscorlib.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Drawing.dll /reference:/usr/lib/mono/4.5-api/System.Windows.Forms.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /debug+ /debug:full /optimize- /out:obj/Debug/NClass.DiagramEditor.dll /subsystemversion:6.00 /resource:obj/Debug/NClass.DiagramEditor.Canvas.resources /resource:obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.AssociationDialog.resources /resource:obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.EditCommentDialog.resources /resource:obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.ListDialog.resources /resource:obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.MembersDialog.resources /resource:obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.PrintingSettings.resources /resource:obj/Debug/NClass.DiagramEditor.ClassDiagram.Dialogs.TreeDialog.resources /resource:obj/Debug/NClass.DiagramEditor.Diagrams.Editors.CommentEditor.resources /resource:obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.CompositeTypeEditor.resources /resource:obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.DelegateEditor.resources /resource:obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.EnumEditor.resources /resource:obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.ItemEditor.resources /resource:obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.MemberEditor.resources /resource:obj/Debug/NClass.DiagramEditor.ClassDiagram.Editors.PackageEditor.resources /resource:obj/Debug/NClass.DiagramEditor.Diagrams.Editors.ShapeNameEditor.resources /resource:obj/Debug/NClass.DiagramEditor.Properties.Resources.resources /resource:Resources/csharp.bmp,NClass.DiagramEditor.Resources.csharp.bmp /resource:Resources/java.bmp,NClass.DiagramEditor.Resources.java.bmp /resource:Resources/boundary.bmp,NClass.DiagramEditor.Resources.boundary.bmp /resource:Resources/usecase_diagram.bmp,NClass.DiagramEditor.Resources.usecase_diagram.bmp /resource:Resources/undo.png,NClass.DiagramEditor.Resources.undo.png /resource:Resources/redo.png,NClass.DiagramEditor.Resources.redo.png /target:library /utf8output /langversion:7.3 AbsoluteMouseEventArgs.cs Commands/AddConnectionCommand.cs Commands/AddDelegateParameterCommand.cs Commands/AddEnumMemberCommand.cs Commands/AddNewMemberCommand.cs Commands/DeleteDelegateParameter.cs Commands/DeleteEnumMemberCommand.cs Commands/DeleteFromEnumTypeCommand.cs Commands/InsertMemberCommand.cs Commands/AddShapeCommand.cs Commands/ChangePropertyCommand.cs Commands/MoveElementsCommand.cs Commands/PasteCommand.cs Commands/DeleteMemberCommand.cs Commands/DeleteElementsCommand.cs Commands/RenameDelegateParameterCommand.cs Commands/RenameEnumMemberCommand.cs Commands/RenameMemberCommand.cs Diagrams/PasteResult.cs RoundedRectangle.cs ClassDiagram/ClassDiagram.cs ClassDiagram/ContextMenus/PackageContextMenu.cs ClassDiagram/Editors/PackageEditor.cs ClassDiagram/Editors/PackageEditor.designer.cs ClassDiagram/Shapes/PackageShape.cs Diagrams/ChevronMode.cs Diagrams/ConnectionCreator.cs Diagrams/Connections/AbstractConnection.cs Diagrams/Connections/RoutedConnection.cs ClassDiagram/Connections/Association.cs ClassDiagram/Connections/Arrowhead.cs ClassDiagram/Connections/BendPointEventArgs.cs Diagrams/Connections/LineOrientation.cs ClassDiagram/Connections/Dependency.cs ClassDiagram/Connections/Nesting.cs Diagrams/Connections/CommentConnection.cs ClassDiagram/Connections/Generalization.cs ClassDiagram/Connections/Realization.cs ClassDiagram/ContextMenus/ClassDiagramBlankContextMenu.cs ClassDiagram/ContextMenus/DiagramContextMenu.cs ClassDiagram/ClassConnectionCreator.cs Diagrams/ClearTypeMode.cs ClassDiagram/Editors/FloatingEditor.cs Diagrams/Connections/SimpleConnection.cs Diagrams/Editors/CommentEditor.cs Diagrams/Editors/CommentEditor.Designer.cs Diagrams/DiagramConstants.cs Diagrams/DiagramType.cs Diagrams/Editors/DesignerHelperWindow.cs Diagrams/Editors/DesignerHelperWindow.Designer.cs Diagrams/Editors/ShapeNameEditor.cs Diagrams/Editors/ShapeNameEditor.Designer.cs Diagrams/ElementContainer.cs ClassDiagram/ClassDiagramDynamicMenu.cs ClassDiagram/Dialogs/AssociationDialog.cs ClassDiagram/Dialogs/AssociationDialog.Designer.cs ClassDiagram/Dialogs/DelegateDialog.cs ClassDiagram/Dialogs/EditCommentDialog.cs ClassDiagram/Dialogs/EditCommentDialog.Designer.cs ClassDiagram/Dialogs/EnumDialog.cs ClassDiagram/Dialogs/ImplementDialog.cs ClassDiagram/Dialogs/ListDialog.cs ClassDiagram/Dialogs/ListDialog.Designer.cs ClassDiagram/Dialogs/MembersDialog.cs ClassDiagram/Dialogs/MembersDialog.designer.cs ClassDiagram/Dialogs/OverrideDialog.cs ClassDiagram/Dialogs/DiagramPrintDialog.cs ClassDiagram/Dialogs/DiagramPrintDialog.Designer.cs ClassDiagram/Dialogs/TreeDialog.cs ClassDiagram/Dialogs/TreeDialog.Designer.cs ClassDiagram/Editors/BorderedTextBox.cs ClassDiagram/Editors/ParameterEditor.cs ClassDiagram/Editors/EnumValueEditor.cs ClassDiagram/Editors/TypeEditor.cs Diagrams/Editors/EditorWindow.cs Diagrams/IConnectionCreator.cs Diagrams/IDiagram.cs Diagrams/Shapes/ShapeContainer.cs GdiGraphics.cs BitmapHelper.cs IGraphics.cs IClipboardItem.cs EditorControlEventArgs.cs EventArgs.cs PopupWindow.cs ClassDiagram/Editors/CompositeTypeEditor.cs ClassDiagram/Editors/CompositeTypeEditor.Designer.cs ClassDiagram/Editors/DelegateEditor.cs ClassDiagram/Editors/DelegateEditor.Designer.cs ClassDiagram/Editors/EnumEditor.cs ClassDiagram/Editors/EnumEditor.Designer.cs ClassDiagram/Editors/ItemEditor.cs ClassDiagram/Editors/ItemEditor.Designer.cs ClassDiagram/Editors/MemberEditor.cs ClassDiagram/Editors/MemberEditor.Designer.cs ClassDiagram/ElementList.cs ClassDiagram/ContextMenus/AssociationContextMenu.cs Diagrams/ContextMenus/CommentShapeContextMenu.cs ClassDiagram/ContextMenus/ConnectionContextMenu.cs ContextMenu.cs ClassDiagram/ContextMenus/GeneralContextMenu.cs Intersector.cs ClassDiagram/ContextMenus/ShapeContextMenu.cs ClassDiagram/ContextMenus/TypeShapeContextMenu.cs IEditable.cs DynamicMenu.cs DocumentMovedEventArgs.cs IDocumentVisualizer.cs IDocument.cs DocumentEventArgs.cs DocumentManager.cs Diagrams/MoveEventArgs.cs Properties/AssemblyInfo.cs Settings.Designer.cs ImageCreator.cs Diagrams/Diagram.cs ClassDiagram/Connections/BendPoint.cs Clipboard.cs Diagrams/Shapes/ResizeEventArgs.cs DiagramDynamicMenu.cs ToolStripSimplifiedRenderer.cs Diagrams/DiagramElement.cs ClassDiagram/Icons.cs MonoHelper.cs Properties/Resources.Designer.cs Diagrams/Shapes/Shape.cs Style.cs IPrintable.cs OrderedList.cs Canvas.cs Canvas.Designer.cs ClassDiagram/Shapes/ClassShape.cs Diagrams/Shapes/CommentShape.cs ClassDiagram/Shapes/CompositeTypeShape.cs ClassDiagram/Shapes/DelegateShape.cs ClassDiagram/Shapes/EnumShape.cs ClassDiagram/Shapes/InterfaceShape.cs ClassDiagram/Shapes/StructureShape.cs ClassDiagram/Shapes/TypeShape.cs UseCaseDiagram/Connection/IncludesConnection.cs UseCaseDiagram/Connection/ExtendsConnection.cs UseCaseDiagram/Connection/UseCaseGeneralizationConnection.cs UseCaseDiagram/Connection/UseCaseAssociationConnection.cs UseCaseDiagram/ContextMenus/UseCaseDiagramBlankContextMenu.cs UseCaseDiagram/Shapes/ActorShape.cs UseCaseDiagram/Shapes/SystemBoundaryShape.cs UseCaseDiagram/Shapes/UseCaseShape.cs UseCaseDiagram/Shapes/UseCaseShapeBase.cs UseCaseDiagram/UseCaseConnectionCreator.cs UseCaseDiagram/UseCaseDiagram.cs UseCaseDiagram/UseCaseDiagramDynamicMenu.cs "obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
Diagrams/Diagram.cs(2059,25): warning CS0612: 'DiagramElement.Deserialize(XmlElement)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj]
Diagrams/Diagram.cs(2068,25): warning CS0612: 'DiagramElement.Deserialize(XmlElement)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj]
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CodeGenerator.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.Translations.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Java.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.Java.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CSharp.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CSharp.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.Core.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CodeGenerator.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.dll.config" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CodeGenerator.dll.config".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.Core.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.Translations.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.Java.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.Java.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/hu/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/hu/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/de/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/de/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/pt-BR/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/zh-CN/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CSharp.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CSharp.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/es/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/es/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/ru/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/ru/NClass.Translations.resources.dll".
  Creating "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug//DiagramEditor.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/Templates/sln.template" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/Templates/sln.template".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/Templates/csproj.template" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/Templates/csproj.template".
_CopyAppConfigFile:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/app.config" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll".
  DiagramEditor -> /home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/obj/Debug/NClass.DiagramEditor.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.pdb".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj" (default targets).
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/home/baltasarq/Dropbox/Prys/NClass/src/packages/CommonMark.NET.0.15.1/lib/net45/CommonMark.dll /r:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /r:/usr/lib/mono/4.5-api/mscorlib.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/packages/Octokit.0.32.0/lib/net45/Octokit.dll /r:/usr/lib/mono/4.5-api/System.Core.dll /r:/usr/lib/mono/4.5-api/System.Data.dll /r:/usr/lib/mono/4.5-api/System.dll /r:/usr/lib/mono/4.5-api/System.Drawing.dll /r:/usr/lib/mono/4.5-api/System.Net.Http.dll /r:/usr/lib/mono/4.5-api/System.Windows.Forms.dll /r:/usr/lib/mono/4.5-api/System.Xml.dll /compile Dialogs/AboutDialog.resx,obj/Debug/NClass.GUI.Dialogs.AboutDialog.resources Dialogs/OptionsDialog.resx,obj/Debug/NClass.GUI.Dialogs.OptionsDialog.resources Dialogs/UpdateDialog.resx,obj/Debug/NClass.GUI.Dialogs.UpdateDialog.resources MainForm.resx,obj/Debug/NClass.GUI.MainForm.resources ModelExplorer/ModelView.resx,obj/Debug/NClass.GUI.ModelExplorer.ModelView.resources Properties/Resources.resx,obj/Debug/NClass.GUI.Properties.Resources.resources TabBar.resx,obj/Debug/NClass.GUI.TabBar.resources TabbedWindow.resx,obj/Debug/NClass.GUI.TabbedWindow.resources
  Processing resource file "Dialogs/AboutDialog.resx" into "obj/Debug/NClass.GUI.Dialogs.AboutDialog.resources".
  Processing resource file "Dialogs/OptionsDialog.resx" into "obj/Debug/NClass.GUI.Dialogs.OptionsDialog.resources".
  Processing resource file "Dialogs/UpdateDialog.resx" into "obj/Debug/NClass.GUI.Dialogs.UpdateDialog.resources".
  Processing resource file "MainForm.resx" into "obj/Debug/NClass.GUI.MainForm.resources".
  Processing resource file "ModelExplorer/ModelView.resx" into "obj/Debug/NClass.GUI.ModelExplorer.ModelView.resources".
  Processing resource file "Properties/Resources.resx" into "obj/Debug/NClass.GUI.Properties.Resources.resources".
  Processing resource file "TabBar.resx" into "obj/Debug/NClass.GUI.TabBar.resources".
  Processing resource file "TabbedWindow.resx" into "obj/Debug/NClass.GUI.TabbedWindow.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
/usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj]
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /main:NClass.GUI.Program /highentropyva+ /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/CommonMark.NET.0.15.1/lib/net45/CommonMark.dll /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/mscorlib.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/Octokit.0.32.0/lib/net45/Octokit.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Drawing.dll /reference:/usr/lib/mono/4.5-api/System.Net.Http.dll /reference:/usr/lib/mono/4.5-api/System.Windows.Forms.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /debug+ /debug:full /optimize- /out:obj/Debug/NClass.exe /subsystemversion:6.00 /resource:obj/Debug/NClass.GUI.Dialogs.AboutDialog.resources /resource:obj/Debug/NClass.GUI.Dialogs.OptionsDialog.resources /resource:obj/Debug/NClass.GUI.Dialogs.UpdateDialog.resources /resource:obj/Debug/NClass.GUI.MainForm.resources /resource:obj/Debug/NClass.GUI.ModelExplorer.ModelView.resources /resource:obj/Debug/NClass.GUI.Properties.Resources.resources /resource:obj/Debug/NClass.GUI.TabBar.resources /resource:obj/Debug/NClass.GUI.TabbedWindow.resources /resource:Resources/play.png,NClass.GUI.Resources.play.png /resource:Resources/down.bmp,NClass.GUI.Resources.down.bmp /resource:Resources/up.bmp,NClass.GUI.Resources.up.bmp /target:winexe /utf8output /langversion:7.3 CrashHandler.cs Dialogs/DetailsErrorDialog.cs Dialogs/UpdateDialog.cs Dialogs/UpdateDialog.Designer.cs Properties/AssemblyInfo.cs SimplePlugin.cs NClassEnvironment.cs Plugin.cs ModelExplorer/EmptyProjectNode.cs ModelExplorer/ModelView.Designer.cs ModelExplorer/ProjectItemNode.cs ModelExplorer/DiagramNode.cs DiagramNavigator.cs Dialogs/AboutDialog.cs Dialogs/AboutDialog.Designer.cs MainForm.cs MainForm.Designer.cs Dialogs/OptionsDialog.cs Dialogs/OptionsDialog.Designer.cs ModelExplorer/ModelView.cs ModelExplorer/ModelNode.cs Program.cs ProjectEventArgs.cs ModelExplorer/ProjectNode.cs Properties/Resources.Designer.cs Settings.cs Settings.Designer.cs TabBar.cs TabBar.Designer.cs TabbedWindow.cs TabbedWindow.Designer.cs UndoRedoListView.cs UndoRedoListView.Designer.cs UpdatesChecker.cs WindowSettings.Designer.cs Workspace.cs ZoomingToolStrip.cs "obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/packages/CommonMark.NET.0.15.1/lib/net45/CommonMark.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/CommonMark.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Java.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Core.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.DiagramEditor.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.CSharp.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.CodeGenerator.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Translations.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/packages/Octokit.0.32.0/lib/net45/Octokit.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Octokit.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.CodeGenerator.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Core.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.DiagramEditor.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Java.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.CSharp.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll.config" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.DiagramEditor.dll.config".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/bin/Debug/NClass.CodeGenerator.dll.config" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.CodeGenerator.dll.config".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/NClass.Translations.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Translations.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/packages/CommonMark.NET.0.15.1/lib/net45/CommonMark.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/CommonMark.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/packages/CommonMark.NET.0.15.1/lib/net45/CommonMark.xml" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/CommonMark.xml".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/packages/Octokit.0.32.0/lib/net45/Octokit.xml" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Octokit.xml".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/hu/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/hu/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/pt-BR/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/zh-CN/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/ru/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/ru/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/de/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/de/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Translations/bin/Debug/es/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/es/NClass.Translations.resources.dll".
  Creating "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug//GUI.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/styles/Visual Studio Class Designer.dst" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/styles/Visual Studio Class Designer.dst".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/styles/Visual Studio Class Designer (ClearType).dst" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/styles/Visual Studio Class Designer (ClearType).dst".
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/Templates/csproj.template" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Templates/csproj.template".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/Templates/sln.template" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Templates/sln.template".
_CopyAppConfigFile:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/app.config" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.exe.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/NClass.exe" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.exe".
  GUI -> /home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.exe
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/obj/Debug/NClass.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.pdb".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (Rebuild target(s)).
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (Rebuild target(s)).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (1) is building "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/AssemblyImport.csproj" (10) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/styles/Visual Studio Class Designer (ClearType).dst".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/styles/Visual Studio Class Designer.dst".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/AssemblyImport.dll.config".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/AssemblyImport.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/AssemblyImport.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/de/AssemblyImport.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/Templates/csproj.template".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/Templates/sln.template".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/AssemblyImport.csprojAssemblyReference.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/NClass.AssemblyImport.ImportSettingsForm.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/AssemblyImport.csproj.GenerateResource.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/AssemblyImport.csproj.CoreCompileInputs.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/de/AssemblyImport.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/AssemblyImport.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/AssemblyImport.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/NClass.AssemblyImport.Lang.Strings.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/NClass.AssemblyImport.Properties.Resources.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/NClass.AssemblyImport.Lang.Strings.de.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/AssemblyImport.csproj.CopyComplete".
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /r:/usr/lib/mono/4.5-api/mscorlib.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.exe /r:/home/baltasarq/Dropbox/Prys/NClass/src/libs/NReflect/NReflect/bin/Debug/NReflect.dll /r:/usr/lib/mono/4.5-api/System.Core.dll /r:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /r:/usr/lib/mono/4.5-api/System.Data.dll /r:/usr/lib/mono/4.5-api/System.dll /r:/usr/lib/mono/4.5-api/System.Drawing.dll /r:/usr/lib/mono/4.5-api/System.Windows.Forms.dll /r:/usr/lib/mono/4.5-api/System.Xml.dll /r:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /compile ImportSettingsForm.resx,obj/Debug/NClass.AssemblyImport.ImportSettingsForm.resources Lang/Strings.resx,obj/Debug/NClass.AssemblyImport.Lang.Strings.resources Properties/Resources.resx,obj/Debug/NClass.AssemblyImport.Properties.Resources.resources Lang/Strings.de.resx,obj/Debug/NClass.AssemblyImport.Lang.Strings.de.resources
  Processing resource file "ImportSettingsForm.resx" into "obj/Debug/NClass.AssemblyImport.ImportSettingsForm.resources".
  Processing resource file "Lang/Strings.resx" into "obj/Debug/NClass.AssemblyImport.Lang.Strings.resources".
  Processing resource file "Properties/Resources.resx" into "obj/Debug/NClass.AssemblyImport.Properties.Resources.resources".
  Processing resource file "Lang/Strings.de.resx" into "obj/Debug/NClass.AssemblyImport.Lang.Strings.de.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.5-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.5-api/mscorlib.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.exe /reference:/home/baltasarq/Dropbox/Prys/NClass/src/libs/NReflect/NReflect/bin/Debug/NReflect.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.5-api/System.Data.dll /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Drawing.dll /reference:/usr/lib/mono/4.5-api/System.Windows.Forms.dll /reference:/usr/lib/mono/4.5-api/System.Xml.dll /reference:/usr/lib/mono/4.5-api/System.Xml.Linq.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj/Debug/AssemblyImport.dll /subsystemversion:6.00 /resource:obj/Debug/NClass.AssemblyImport.ImportSettingsForm.resources /resource:obj/Debug/NClass.AssemblyImport.Lang.Strings.resources /resource:obj/Debug/NClass.AssemblyImport.Properties.Resources.resources /target:library /utf8output /langversion:7.3 Controls/ControlDrawHelper.cs Controls/DataGridViewImageComboBoxColumn.cs Controls/DataGridViewImageComboBoxColumnCell.cs Controls/DataGridViewImageComboBoxEditingControl.cs Controls/ImageComboBox.cs Controls/ImageComboBoxItem.cs Declarations/NRArgumentListDeclaration.cs Declarations/NRConstructorDeclaration.cs Declarations/NREventDeclaration.cs Declarations/NRFieldDeclaration.cs Declarations/NRPropertyDeclaration.cs Declarations/NRMethodDeclaration.cs Declarations/NROperatorDeclaration.cs Declarations/NRParameterDeclaration.cs Extensions.cs NClassImportFilter.cs ImportSettings.cs ImportSettingsForm.cs ImportSettingsForm.Designer.cs Lang/Strings.Designer.cs Lang/Strings.cs NETImport.cs NETImportPlugin.cs Properties/AssemblyInfo.cs Properties/Resources.Designer.cs Properties/Settings.Designer.cs UnsafeTypesPresentException.cs "obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
GenerateSatelliteAssemblies:
  /usr/lib/mono/4.5/al.exe /culture:de /out:obj/Debug/de/AssemblyImport.resources.dll /template:obj/Debug/AssemblyImport.dll /embed:obj/Debug/NClass.AssemblyImport.Lang.Strings.de.resources
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.DiagramEditor.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.Core.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.CSharp.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Translations.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.Translations.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.exe" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.exe".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CodeGenerator.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.CodeGenerator.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Java.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.Java.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.Core.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.CSharp.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.DiagramEditor.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Translations.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.Translations.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CodeGenerator.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.CodeGenerator.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.Java.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.Java.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/hu/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/hu/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/de/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/de/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/pt-BR/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/pt-BR/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/es/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/es/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/zh-CN/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/zh-CN/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/ru/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/ru/NClass.Translations.resources.dll".
  Creating "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug//AssemblyImport.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyOutOfDateSourceItemsToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/styles/Visual Studio Class Designer.dst" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/styles/Visual Studio Class Designer.dst".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/styles/Visual Studio Class Designer (ClearType).dst" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/styles/Visual Studio Class Designer (ClearType).dst".
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/Templates/csproj.template" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/Templates/csproj.template".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/Templates/sln.template" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/Templates/sln.template".
_CopyAppConfigFile:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/app.config" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/AssemblyImport.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/AssemblyImport.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/AssemblyImport.dll".
  AssemblyImport -> /home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/AssemblyImport.dll
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/AssemblyImport.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/AssemblyImport.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/obj/Debug/de/AssemblyImport.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/de/AssemblyImport.resources.dll".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport/AssemblyImport.csproj" (Rebuild target(s)).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (1) is building "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/PDFExport.csproj" (11) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/PDFExport.dll.config".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/PDFExport.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/PDFExport.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/de/PDFExport.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.csprojAssemblyReference.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.PDFExportFinished.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.PDFExportOptions.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.PDFExportProgress.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.csproj.GenerateResource.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.csproj.CoreCompileInputs.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/de/PDFExport.resources.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.Properties.Resources.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.Lang.Strings.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.Lang.Strings.de.resources".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.csproj.CopyComplete".
CoreResGen:
  /usr/lib/mono/4.5/resgen.exe /useSourcePath /r:/usr/lib/mono/4.5-api/mscorlib.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.exe /r:/home/baltasarq/Dropbox/Prys/NClass/src/packages/PDFsharp-gdi.1.50.5147/lib/net20/PdfSharp-gdi.dll /r:/home/baltasarq/Dropbox/Prys/NClass/src/packages/PDFsharp-gdi.1.50.5147/lib/net20/PdfSharp.Charting-gdi.dll /r:/usr/lib/mono/4.5-api/System.Core.dll /r:/usr/lib/mono/4.5-api/System.dll /r:/usr/lib/mono/4.5-api/System.Drawing.dll /r:/usr/lib/mono/4.5-api/System.Windows.Forms.dll /compile PDFExportFinished.resx,obj/Debug/PDFExport.PDFExportFinished.resources PDFExportOptions.resx,obj/Debug/PDFExport.PDFExportOptions.resources PDFExportProgress.resx,obj/Debug/PDFExport.PDFExportProgress.resources Properties/Resources.resx,obj/Debug/PDFExport.Properties.Resources.resources Lang/Strings.resx,obj/Debug/PDFExport.Lang.Strings.resources Lang/Strings.de.resx,obj/Debug/PDFExport.Lang.Strings.de.resources
  Processing resource file "PDFExportFinished.resx" into "obj/Debug/PDFExport.PDFExportFinished.resources".
  Processing resource file "PDFExportOptions.resx" into "obj/Debug/PDFExport.PDFExportOptions.resources".
  Processing resource file "PDFExportProgress.resx" into "obj/Debug/PDFExport.PDFExportProgress.resources".
  Processing resource file "Properties/Resources.resx" into "obj/Debug/PDFExport.Properties.Resources.resources".
  Processing resource file "Lang/Strings.resx" into "obj/Debug/PDFExport.Lang.Strings.resources".
  Processing resource file "Lang/Strings.de.resx" into "obj/Debug/PDFExport.Lang.Strings.de.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
/usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/PDFExport.csproj]
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /platform:x86 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.5-api/mscorlib.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/NClass.exe /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/PDFsharp-gdi.1.50.5147/lib/net20/PdfSharp-gdi.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/PDFsharp-gdi.1.50.5147/lib/net20/PdfSharp.Charting-gdi.dll /reference:/usr/lib/mono/4.5-api/System.Core.dll /reference:/usr/lib/mono/4.5-api/System.dll /reference:/usr/lib/mono/4.5-api/System.Drawing.dll /reference:/usr/lib/mono/4.5-api/System.Windows.Forms.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj/Debug/PDFExport.dll /subsystemversion:6.00 /resource:obj/Debug/PDFExport.PDFExportFinished.resources /resource:obj/Debug/PDFExport.PDFExportOptions.resources /resource:obj/Debug/PDFExport.PDFExportProgress.resources /resource:obj/Debug/PDFExport.Properties.Resources.resources /resource:obj/Debug/PDFExport.Lang.Strings.resources /resource:Resources/NClass.png,PDFExport.Resources.NClass.png /resource:Resources/Document-pdf-48.png,PDFExport.Resources.Document-pdf-48.png /target:library /utf8output /langversion:7.3 NClassFontResolver.cs Lang/Strings.cs PDFExporter.cs PDFExportFinished.cs PDFExportFinished.Designer.cs PDFExportOptions.cs PDFExportOptions.Designer.cs PDFExportPlugin.cs PDFExportProgress.cs PDFExportProgress.Designer.cs PDFGraphics.cs Properties/AssemblyInfo.cs Properties/Resources.Designer.cs Properties/Settings.Designer.cs RegionExtend.cs Lang/Strings.Designer.cs "obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
GenerateSatelliteAssemblies:
  /usr/lib/mono/4.5/al.exe /culture:de /out:obj/Debug/de/PDFExport.resources.dll /platform:x86 /template:obj/Debug/PDFExport.dll /embed:obj/Debug/PDFExport.Lang.Strings.de.resources
_CopyFilesMarkedCopyLocal:
  Creating "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug//PDFExport.csproj.CopyComplete" because "AlwaysCreate" was specified.
_CopyAppConfigFile:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/app.config" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/PDFExport.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/PDFExport.dll".
  PDFExport -> /home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/PDFExport.dll
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/PDFExport.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/PDFExport.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/obj/Debug/de/PDFExport.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/de/PDFExport.resources.dll".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/PDFExport.csproj" (Rebuild target(s)).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (1) is building "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/AssemblyImport.Tests.csproj" (12) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/styles/Visual Studio Class Designer (ClearType).dst".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/styles/Visual Studio Class Designer.dst".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NUnit3.TestAdapter.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NUnit3.TestAdapter.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/nunit.engine.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/nunit.engine.api.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/ImportOperators.cs".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/ImportFields.cs".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/ImportEvents.cs".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/ImportProperties.cs".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/ImportMethods.cs".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/ImportDefault.cs".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/csproj.template".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/sln.template".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/AssemblyImport.Tests.dll.config".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/AssemblyImport.Tests.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/AssemblyImport.Tests.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/obj/Debug/AssemblyImport.Tests.csprojAssemblyReference.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/obj/Debug/AssemblyImport.Tests.csproj.CoreCompileInputs.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/obj/Debug/AssemblyImport.Tests.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/obj/Debug/AssemblyImport.Tests.pdb".
ResolveAssemblyReferences:
  Unified primary reference "System.Runtime, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL".
      Using this version instead of original version "4.0.0.0" in "/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll" because AutoUnify is 'true'.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2101,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Runtime, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/AssemblyImport.Tests.csproj]
          For SearchPath "/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0".
          Considered "/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.winmd", but it didn't exist.
          Considered "/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.dll", but it didn't exist.
          Considered "/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.exe", but it didn't exist.
          For SearchPath "{CandidateAssemblyFiles}".
          Considered "/home/baltasarq/Dropbox/Prys/NClass/src/packages/NUnit3TestAdapter.3.15.1/build/net35/NUnit3.TestAdapter.dll",
            but its name "NUnit3.TestAdapter"
            didn't match the expected name "System.Runtime, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL".
          Considered "/home/baltasarq/Dropbox/Prys/NClass/src/packages/NUnit3TestAdapter.3.15.1/build/net35/nunit.engine.dll",
            but its name "nunit.engine"
            didn't match the expected name "System.Runtime, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL".
          Considered "/home/baltasarq/Dropbox/Prys/NClass/src/packages/NUnit3TestAdapter.3.15.1/build/net35/nunit.engine.api.dll",
            but its name "nunit.engine.api"
            didn't match the expected name "System.Runtime, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL".
          For SearchPath "{HintPathFromItem}".
          Considered "/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Runtime.4.3.1/ref/net462/System.Runtime.dll",
            but its name "System.Runtime, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
            didn't match the expected name "System.Runtime, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL".
          For SearchPath "{TargetFrameworkDirectory}".
          Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.7.2/System.Runtime.winmd", but it didn't exist.
          Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.7.2/System.Runtime.dll", but it didn't exist.
          Considered "/usr/lib/mono/xbuild-frameworks/.NETFramework/v4.7.2/System.Runtime.exe", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/System.Runtime.winmd", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/System.Runtime.dll", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/System.Runtime.exe", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/System.Runtime.winmd", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/System.Runtime.dll",
            but its name "System.Runtime, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
            didn't match the expected name "System.Runtime, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL".
          Considered "/usr/lib/mono/4.7.2-api/Facades/System.Runtime.exe", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/System.Runtime.winmd", but it didn't exist.
          Considered "/usr/lib/mono/4.7.2-api/Facades/System.Runtime.dll",
            but its name "System.Runtime, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
            didn't match the expected name "System.Runtime, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL".
          Considered "/usr/lib/mono/4.7.2-api/Facades/System.Runtime.exe", but it didn't exist.
          For SearchPath "{GAC}".
          Considered "System.Runtime, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL", which was not found in the GAC.
          For SearchPath "bin/Debug/".
          Considered "bin/Debug/System.Runtime.winmd", but it didn't exist.
          Considered "bin/Debug/System.Runtime.dll", but it didn't exist.
          Considered "bin/Debug/System.Runtime.exe", but it didn't exist.
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/AssemblyImport.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/Microsoft.CodeAnalysis.CSharp.3.2.1/lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/Microsoft.CodeAnalysis.Common.3.2.1/lib/netstandard2.0/Microsoft.CodeAnalysis.dll /reference:/usr/lib/mono/4.7.2-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.7.2-api/mscorlib.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/libs/NReflect/NReflect/bin/Debug/NReflect.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/NUnit.3.12.0/lib/net45/nunit.framework.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/Shouldly.3.0.2/lib/net451/Shouldly.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.AppContext.4.3.0/lib/net463/System.AppContext.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Buffers.4.5.0/lib/netstandard2.0/System.Buffers.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Collections.Immutable.1.5.0/lib/netstandard2.0/System.Collections.Immutable.dll /reference:/usr/lib/mono/4.7.2-api/System.ComponentModel.Composition.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Console.4.3.1/lib/net46/System.Console.dll /reference:/usr/lib/mono/4.7.2-api/System.Core.dll /reference:/usr/lib/mono/4.7.2-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.7.2-api/System.Data.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Diagnostics.FileVersionInfo.4.3.0/lib/net46/System.Diagnostics.FileVersionInfo.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Diagnostics.StackTrace.4.3.0/lib/net46/System.Diagnostics.StackTrace.dll /reference:/usr/lib/mono/4.7.2-api/System.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.IO.Compression.4.3.0/lib/net46/System.IO.Compression.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.IO.4.3.0/lib/net462/System.IO.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.IO.FileSystem.4.3.0/lib/net46/System.IO.FileSystem.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.IO.FileSystem.Primitives.4.3.0/lib/net46/System.IO.FileSystem.Primitives.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Linq.4.3.0/lib/net463/System.Linq.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Linq.Expressions.4.3.0/lib/net463/System.Linq.Expressions.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Memory.4.5.3/lib/netstandard2.0/System.Memory.dll /reference:/usr/lib/mono/4.7.2-api/System.Net.Http.dll /reference:/usr/lib/mono/4.7.2-api/System.Numerics.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Numerics.Vectors.4.5.0/lib/net46/System.Numerics.Vectors.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Reflection.4.3.0/lib/net462/System.Reflection.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Reflection.Metadata.1.6.0/lib/netstandard2.0/System.Reflection.Metadata.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Runtime.CompilerServices.Unsafe.4.5.2/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Runtime.Extensions.4.3.1/lib/net462/System.Runtime.Extensions.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Runtime.InteropServices.4.3.0/lib/net463/System.Runtime.InteropServices.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Security.Cryptography.Algorithms.4.3.1/lib/net463/System.Security.Cryptography.Algorithms.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Security.Cryptography.Encoding.4.3.0/lib/net46/System.Security.Cryptography.Encoding.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Security.Cryptography.Primitives.4.3.0/lib/net46/System.Security.Cryptography.Primitives.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Security.Cryptography.X509Certificates.4.3.2/lib/net461/System.Security.Cryptography.X509Certificates.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Text.Encoding.CodePages.4.5.1/lib/net461/System.Text.Encoding.CodePages.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Threading.Tasks.Extensions.4.5.3/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Threading.Thread.4.3.0/lib/net46/System.Threading.Thread.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.ValueTuple.4.5.0/lib/net47/System.ValueTuple.dll /reference:/usr/lib/mono/4.7.2-api/System.Xml.dll /reference:/usr/lib/mono/4.7.2-api/System.Xml.Linq.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Xml.ReaderWriter.4.3.1/lib/net46/System.Xml.ReaderWriter.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Xml.XmlDocument.4.3.0/lib/net46/System.Xml.XmlDocument.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Xml.XPath.4.3.0/lib/net46/System.Xml.XPath.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/System.Xml.XPath.XDocument.4.3.0/lib/net46/System.Xml.XPath.XDocument.dll /reference:/usr/lib/mono/4.7.2-api/Facades/Microsoft.Win32.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/netstandard.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Collections.Concurrent.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Collections.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Collections.NonGeneric.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Collections.Specialized.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ComponentModel.Annotations.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ComponentModel.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ComponentModel.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ComponentModel.TypeConverter.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Data.Common.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.Contracts.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.Debug.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.Process.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.TextWriterTraceListener.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.Tools.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Diagnostics.TraceSource.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Drawing.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Dynamic.Runtime.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Globalization.Calendars.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Globalization.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Globalization.Extensions.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.Compression.ZipFile.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.FileSystem.DriveInfo.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.FileSystem.Watcher.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.IsolatedStorage.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.MemoryMappedFiles.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.Pipes.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.IO.UnmanagedMemoryStream.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Linq.Parallel.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Linq.Queryable.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.Http.Rtc.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.NameResolution.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.NetworkInformation.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.Ping.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.Requests.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.Security.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.Sockets.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.WebHeaderCollection.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.WebSockets.Client.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Net.WebSockets.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ObjectModel.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Emit.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Emit.Lightweight.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Extensions.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Reflection.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Resources.Reader.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Resources.ResourceManager.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Resources.Writer.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.CompilerServices.VisualC.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Handles.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Numerics.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Serialization.Formatters.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Serialization.Json.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Serialization.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Runtime.Serialization.Xml.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Security.Claims.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Security.Cryptography.Csp.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Security.Principal.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Security.SecureString.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.Duplex.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.Http.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.NetTcp.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.Primitives.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.ServiceModel.Security.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Text.Encoding.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Text.Encoding.Extensions.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Text.RegularExpressions.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Threading.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Overlapped.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Tasks.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Tasks.Parallel.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Threading.ThreadPool.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Threading.Timer.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Xml.XDocument.dll /reference:/usr/lib/mono/4.7.2-api/Facades/System.Xml.XmlSerializer.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj/Debug/AssemblyImport.Tests.dll /subsystemversion:6.00 /target:library /utf8output /deterministic+ /langversion:7.3 /features:flow-analysis /analyzer:../packages/Microsoft.CodeAnalysis.Analyzers.2.9.4/analyzers/dotnet/cs/Microsoft.CodeAnalysis.Analyzers.dll /analyzer:../packages/Microsoft.CodeAnalysis.Analyzers.2.9.4/analyzers/dotnet/cs/Microsoft.CodeAnalysis.CSharp.Analyzers.dll AssemblyGenerator.cs Extensions.cs NETImportTests.cs Properties/AssemblyInfo.cs "obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/AssemblyImport.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/AssemblyImport.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.CSharp.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.Core.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.DiagramEditor.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.exe" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.exe".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.Java.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.Java.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CodeGenerator.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.CodeGenerator.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/AssemblyImport.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/AssemblyImport.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.Core.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.CSharp.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Translations.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.Translations.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.DiagramEditor.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Translations.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.Translations.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CodeGenerator.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.CodeGenerator.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/NClass.Java.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NClass.Java.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/GUI/bin/Debug/Plugins/de/AssemblyImport.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/de/AssemblyImport.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/hu/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/hu/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/pt-BR/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/de/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/de/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/ru/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/ru/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/zh-CN/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/es/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/es/NClass.Translations.resources.dll".
  Touching "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/obj/Debug//AssemblyImport.Tests.csproj.CopyComplete".
_CopyOutOfDateSourceItemsToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/packages/NUnit3TestAdapter.3.15.1/build/net35/nunit.engine.api.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/nunit.engine.api.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/packages/NUnit3TestAdapter.3.15.1/build/net35/NUnit3.TestAdapter.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NUnit3.TestAdapter.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/styles/Visual Studio Class Designer.dst" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/styles/Visual Studio Class Designer.dst".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/styles/Visual Studio Class Designer (ClearType).dst" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/styles/Visual Studio Class Designer (ClearType).dst".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/packages/NUnit3TestAdapter.3.15.1/build/net35/NUnit3.TestAdapter.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/NUnit3.TestAdapter.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/Resources/ImportOperators.cs" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/Resources/ImportOperators.cs".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/Resources/ImportFields.cs" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/Resources/ImportFields.cs".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/Resources/ImportEvents.cs" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/Resources/ImportEvents.cs".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/Resources/ImportProperties.cs" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/Resources/ImportProperties.cs".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/Resources/ImportMethods.cs" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/Resources/ImportMethods.cs".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/packages/NUnit3TestAdapter.3.15.1/build/net35/nunit.engine.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/nunit.engine.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/Resources/ImportDefault.cs" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/Resources/ImportDefault.cs".
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/Templates/sln.template" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/Templates/sln.template".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/Templates/csproj.template" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/Templates/csproj.template".
_CopyAppConfigFile:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/app.config" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/AssemblyImport.Tests.dll.config".
CopyFilesToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/obj/Debug/AssemblyImport.Tests.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/AssemblyImport.Tests.dll".
  AssemblyImport.Tests -> /home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/AssemblyImport.Tests.dll
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/obj/Debug/AssemblyImport.Tests.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/bin/Debug/AssemblyImport.Tests.pdb".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/AssemblyImport.Tests.csproj" (Rebuild target(s)).
Project "/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (1) is building "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/Tests.csproj" (13) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NUnit3.TestAdapter.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NUnit3.TestAdapter.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/nunit.engine.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/nunit.engine.api.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/old_format.ncp".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/use_case.ncp".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/csproj.template".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/sln.template".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.Tests.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.Tests.pdb".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/obj/Debug/Tests.csproj.CoreCompileInputs.cache".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/obj/Debug/NClass.Tests.dll".
  Deleting file "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/obj/Debug/NClass.Tests.pdb".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:/usr/lib/mono/4.7.2-api/Microsoft.CSharp.dll /reference:/usr/lib/mono/4.7.2-api/mscorlib.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/NUnit.3.12.0/lib/net45/nunit.framework.dll /reference:/home/baltasarq/Dropbox/Prys/NClass/src/packages/Shouldly.3.0.2/lib/net451/Shouldly.dll /reference:/usr/lib/mono/4.7.2-api/System.Core.dll /reference:/usr/lib/mono/4.7.2-api/System.Data.DataSetExtensions.dll /reference:/usr/lib/mono/4.7.2-api/System.Data.dll /reference:/usr/lib/mono/4.7.2-api/System.dll /reference:/usr/lib/mono/4.7.2-api/System.Drawing.dll /reference:/usr/lib/mono/4.7.2-api/System.Net.Http.dll /reference:/usr/lib/mono/4.7.2-api/System.Xml.dll /reference:/usr/lib/mono/4.7.2-api/System.Xml.Linq.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj/Debug/NClass.Tests.dll /subsystemversion:6.00 /target:library /utf8output /langversion:7.3 ClassDiagramCopyPasteTests.cs DeserializationTests.cs NestableEntityTests.cs UndoRedoTests/DeleteElementsTest.cs UndoRedoTests/RenameShapeTests.cs UseCaseDiagramCopyPasteTests.cs Properties/AssemblyInfo.cs UseCaseDiagramTests.cs "obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs"
  Using shared compilation with compiler from directory: /usr/lib/mono/msbuild/Current/bin/Roslyn
_CopyFilesMarkedCopyLocal:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.Core.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.DiagramEditor.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.Java.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Translations.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.Translations.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CodeGenerator.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.CodeGenerator.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.CSharp.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Core.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.Core.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/bin/Debug/NClass.CSharp.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.CSharp.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.DiagramEditor.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.DiagramEditor.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Java/bin/Debug/NClass.Java.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.Java.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/NClass.Translations.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.Translations.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/bin/Debug/NClass.CodeGenerator.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.CodeGenerator.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/hu/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/hu/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/de/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/de/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/pt-BR/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/pt-BR/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/ru/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/ru/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/zh-CN/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/zh-CN/NClass.Translations.resources.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Core/bin/Debug/es/NClass.Translations.resources.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/es/NClass.Translations.resources.dll".
  Touching "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/obj/Debug//Tests.csproj.CopyComplete".
_CopyOutOfDateSourceItemsToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/packages/NUnit3TestAdapter.3.15.1/build/net35/NUnit3.TestAdapter.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NUnit3.TestAdapter.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/packages/NUnit3TestAdapter.3.15.1/build/net35/nunit.engine.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/nunit.engine.dll".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/packages/NUnit3TestAdapter.3.15.1/build/net35/NUnit3.TestAdapter.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NUnit3.TestAdapter.pdb".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/DiagramFiles/old_format.ncp" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/DiagramFiles/old_format.ncp".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/DiagramFiles/use_case.ncp" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/DiagramFiles/use_case.ncp".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/packages/NUnit3TestAdapter.3.15.1/build/net35/nunit.engine.api.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/nunit.engine.api.dll".
_CopyOutOfDateSourceItemsToOutputDirectoryAlways:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/Templates/csproj.template" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/Templates/csproj.template".
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/Templates/sln.template" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/Templates/sln.template".
CopyFilesToOutputDirectory:
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/obj/Debug/NClass.Tests.dll" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.Tests.dll".
  Tests -> /home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.Tests.dll
  Copying file from "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/obj/Debug/NClass.Tests.pdb" to "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/bin/Debug/NClass.Tests.pdb".
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/Tests/Tests.csproj" (Rebuild target(s)).
Done Building Project "/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (Rebuild target(s)).

Build succeeded.

"/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (Rebuild target) (1) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (Rebuild target) (2) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/Translations/Translations.csproj" (Rebuild target) (3) ->
(ResolveCodeAnalysisRuleSet target) -> 
  /usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/Translations/Translations.csproj]

"/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (Rebuild target) (1) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (Rebuild target) (2) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (Rebuild target) (4) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (default target) (5:5) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/Core/Core.csproj" (default target) (6:11) ->
  /usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/Core/Core.csproj]

"/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (Rebuild target) (1) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (Rebuild target) (2) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (Rebuild target) (4) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (default target) (5:5) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj" (default target) (7:5) ->
  /usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj]

"/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (Rebuild target) (1) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (Rebuild target) (2) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (Rebuild target) (4) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (default target) (5:5) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj" (default target) (7:5) ->
(CoreCompile target) -> 
  Members/CSharpConstructor.cs(43,24): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj]
  Members/CSharpConstructor.cs(47,47): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj]
  Members/CSharpDestructor.cs(43,30): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj]
  Members/CSharpDestructor.cs(47,53): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/CSharp/CSharp.csproj]

"/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (Rebuild target) (1) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (Rebuild target) (2) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (Rebuild target) (4) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (default target) (5:5) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/Java/Java.csproj" (default target) (9:5) ->
(ResolveCodeAnalysisRuleSet target) -> 
  /usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/Java/Java.csproj]

"/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (Rebuild target) (1) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (Rebuild target) (2) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (Rebuild target) (4) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (default target) (5:5) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/Java/Java.csproj" (default target) (9:5) ->
(CoreCompile target) -> 
  Members/JavaConstructor.cs(43,24): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/Java/Java.csproj]
  Members/JavaConstructor.cs(47,47): warning CS0612: 'LanguageElement.GetNameWithoutGeneric(string)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/Java/Java.csproj]

"/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (Rebuild target) (1) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (Rebuild target) (2) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (Rebuild target) (4) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj" (default target) (5:5) ->
(ResolveCodeAnalysisRuleSet target) -> 
  /usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/CodeGenerator/CodeGenerator.csproj]

"/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (Rebuild target) (1) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (Rebuild target) (2) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (Rebuild target) (4) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj" (default target) (8:3) ->
  /usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj]

"/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (Rebuild target) (1) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (Rebuild target) (2) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (Rebuild target) (4) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj" (default target) (8:3) ->
(CoreCompile target) -> 
  Diagrams/Diagram.cs(2059,25): warning CS0612: 'DiagramElement.Deserialize(XmlElement)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj]
  Diagrams/Diagram.cs(2068,25): warning CS0612: 'DiagramElement.Deserialize(XmlElement)' is obsolete [/home/baltasarq/Dropbox/Prys/NClass/src/DiagramEditor/DiagramEditor.csproj]

"/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (Rebuild target) (1) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj.metaproj" (Rebuild target) (2) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj" (Rebuild target) (4) ->
(ResolveCodeAnalysisRuleSet target) -> 
  /usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/GUI/GUI.csproj]

"/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (Rebuild target) (1) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/PDFExport.csproj" (Rebuild target) (11) ->
  /usr/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets(142,9): warning MSB3884: Could not find rule set file "AllRules.ruleset". [/home/baltasarq/Dropbox/Prys/NClass/src/PDFExport/PDFExport.csproj]

"/home/baltasarq/Dropbox/Prys/NClass/src/NClass.sln" (Rebuild target) (1) ->
"/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/AssemblyImport.Tests.csproj" (Rebuild target) (12) ->
(ResolveAssemblyReferences target) -> 
  /usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2101,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Runtime, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [/home/baltasarq/Dropbox/Prys/NClass/src/AssemblyImport.Tests/AssemblyImport.Tests.csproj]

    17 Warning(s)
    0 Error(s)

Time Elapsed 00:00:07.09
Baltasarq commented 4 years ago

The lines that have the csc.exe (compilation), are 1:1, at least the ones that I've found so far. I've looked for "resource", but everything seems to be correct. Any idea?

gbaychev commented 4 years ago

Nope, not this time :( No idea why it does not work. I take it that you want to use Rider not only to build NClass, but also to debug it, right? If this is the case, may suggest trying monodevelop?

Baltasarq commented 4 years ago

Okay, MonoDevelop works out of the box. Actually, I think I'm going to dig in this, I think this is a problem of Rider, related to resources. Thanks!

Baltasarq commented 4 years ago

Done, reduced it to the simplest (I hope that related to the problem at hand), test. https://youtrack.jetbrains.com/issue/RIDER-51798