Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2018-03-28 20:29:28 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-03-28 20:29:28 +0300
commit2f66873ab2a10034b281dc2229811421786f3434 (patch)
treeea1a479870581eafeb782bf3ed96a7386f0064a6 /mcs/class/monodoc
parent753cc874f640f8734908ac8d1311b57b6613acd2 (diff)
[msvc] Update csproj files (#7811)
* [msvc] Update csproj files * [msvc] Delete old net_4_x.csproj and xbuild_12.csproj files
Diffstat (limited to 'mcs/class/monodoc')
-rw-r--r--mcs/class/monodoc/monodoc.csproj (renamed from mcs/class/monodoc/monodoc-net_4_x.csproj)346
1 files changed, 257 insertions, 89 deletions
diff --git a/mcs/class/monodoc/monodoc-net_4_x.csproj b/mcs/class/monodoc/monodoc.csproj
index 17062b60c0c..ed1b577ae96 100644
--- a/mcs/class/monodoc/monodoc-net_4_x.csproj
+++ b/mcs/class/monodoc/monodoc.csproj
@@ -1,57 +1,51 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{0248869F-8D3B-4AB2-B976-B2A9AF1319A9}</ProjectGuid>
+ <ProjectGuid>{EBB33B9C-EC1B-4EBB-92BE-3DE3231BD106}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>618,612,672,809,414,649,1699,169,164,162,168,219,618,612</NoWarn>
<LangVersion>latest</LangVersion>
<HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
<HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
<HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<NoStdLib>True</NoStdLib>
-
-
<NoConfig>True</NoConfig>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
<AssemblyName>monodoc</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../class/mono.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
+ <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
+ <DefineConstants>LEGACY_MODE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'monodroid_tools' ">
+ <OutputPath>./../../class/lib/monodroid_tools</OutputPath>
+ <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-monodroid_tools</IntermediateOutputPath>
+ <DefineConstants>LEGACY_MODE;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
+ </PropertyGroup>
+ <!-- @ALL_PROFILE_PROPERTIES@ -->
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <NoWarn>618,612,672,809,414,649,1699,169,164,162,168,219,618,612</NoWarn>
<Optimize>false</Optimize>
- <DefineConstants>TRACE;LEGACY_MODE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
+ <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
+ <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugType>pdbonly</DebugType>
- <NoWarn>618,612,672,809,414,649,1699,169,164,162,168,219,618,612</NoWarn>
<Optimize>true</Optimize>
- <DefineConstants>LEGACY_MODE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
@@ -527,66 +521,54 @@
<Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\storage\ZipStorage.cs" />
<Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\Tree.cs" />
<Compile Include="..\..\..\external\api-doc-tools\monodoc\Monodoc\TypeUtils.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-$(ProjectDir)\..\..\jay\jay\jay -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\Monodoc.Ecma\EcmaUrlParser.jay > $(ProjectDir)\Monodoc.Ecma\EcmaUrlParser.cs
-
-
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-$(ProjectDir)\..\..\jay\jay.exe -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\Monodoc.Ecma\EcmaUrlParser.jay > $(ProjectDir)\Monodoc.Ecma\EcmaUrlParser.cs
-
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib-net_4_x.csproj">
- <Project>{4903F98F-B4C9-467A-8FBA-39E7F91D9327}</Project>
- <Name>ICSharpCode.SharpZipLib-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-net_4_x.csproj">
- <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
- <Name>System-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
- <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
- <Name>System.Core-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
- <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
- <Name>System.Xml-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.Xml.Linq/System.Xml.Linq-net_4_x.csproj">
- <Project>{526286D5-38D9-4579-B001-471440D57752}</Project>
- <Name>System.Xml.Linq-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
- <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
- <Name>System.Configuration-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
+ <Compile Include="Assembly\AssemblyInfo.cs" />
</ItemGroup>
+ <!-- @ALL_SOURCES@ -->
<ItemGroup>
- <Folder Include="Properties\" />
+ <ProjectReference Include="../ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj" />
</ItemGroup>
- <ItemGroup>
+ <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <ProjectReference Include="../System/System.csproj" />
+ <ProjectReference Include="../System.Core/System.Core.csproj" />
+ <ProjectReference Include="../System.XML/System.Xml.csproj" />
+ <ProjectReference Include="../System.Xml.Linq/System.Xml.Linq.csproj" />
+ <ProjectReference Include="../System.Configuration/System.Configuration.csproj" />
+ <ProjectReference Include="../corlib/corlib.csproj" />
+ </ItemGroup>
+ <ItemGroup Condition=" '$(Platform)' == 'monodroid_tools' ">
+ <Reference Include="./../../../external/binary-reference-assemblies/v4.6/System.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../../external/binary-reference-assemblies/v4.6/System.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="./../../../external/binary-reference-assemblies/v4.6/System.Core.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../../external/binary-reference-assemblies/v4.6/System.Core.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="./../../../external/binary-reference-assemblies/v4.6/System.Xml.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../../external/binary-reference-assemblies/v4.6/System.Xml.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="./../../../external/binary-reference-assemblies/v4.6/System.Xml.Linq.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../../external/binary-reference-assemblies/v4.6/System.Xml.Linq.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="./../../../external/binary-reference-assemblies/v4.6/System.Configuration.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../../external/binary-reference-assemblies/v4.6/System.Configuration.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ <Reference Include="./../../../external/binary-reference-assemblies/v4.6/mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../../external/binary-reference-assemblies/v4.6/mscorlib.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
+ </ItemGroup>
+ <!-- @ALL_REFERENCES@ -->
+ <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
<EmbeddedResource Include="../../docs/monodoc.xml">
<LogicalName>monodoc.xml</LogicalName>
</EmbeddedResource>
@@ -768,5 +750,191 @@ $(ProjectDir)\..\..\jay\jay.exe -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(P
<LogicalName>treebg.png</LogicalName>
</EmbeddedResource>
</ItemGroup>
-</Project>
-
+ <ItemGroup Condition=" '$(Platform)' == 'monodroid_tools' ">
+ <EmbeddedResource Include="../../docs/monodoc.xml">
+ <LogicalName>monodoc.xml</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/base.css">
+ <LogicalName>base.css</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/ecmaspec-html-css.xsl">
+ <LogicalName>ecmaspec-html-css.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/ecmaspec-html.xsl">
+ <LogicalName>ecmaspec-html.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/ecmaspec.css">
+ <LogicalName>ecmaspec.css</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/helper.js">
+ <LogicalName>helper.js</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/home.html">
+ <LogicalName>home.html</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/Lminus.gif">
+ <LogicalName>Lminus.gif</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/Lplus.gif">
+ <LogicalName>Lplus.gif</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/creativecommons.png">
+ <LogicalName>creativecommons.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mdoc-html-format.xsl">
+ <LogicalName>mdoc-html-format.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mdoc-html-utils.xsl">
+ <LogicalName>mdoc-html-utils.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mdoc-sections-css.xsl">
+ <LogicalName>mdoc-sections-css.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mdoc-sections.xsl">
+ <LogicalName>mdoc-sections.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mono-ecma-css.xsl">
+ <LogicalName>mono-ecma-css.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mono-ecma-impl.xsl">
+ <LogicalName>mono-ecma-impl.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mono-ecma.css">
+ <LogicalName>mono-ecma.css</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/mono-ecma.xsl">
+ <LogicalName>mono-ecma.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/toc-html.xsl">
+ <LogicalName>toc-html.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/bc_bg.png">
+ <LogicalName>bc_bg.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/bc_separator.png">
+ <LogicalName>bc_separator.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/error.png">
+ <LogicalName>error.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/hatch.png">
+ <LogicalName>hatch.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/headerbg.png">
+ <LogicalName>headerbg.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/help.png">
+ <LogicalName>help.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/house.png">
+ <LogicalName>house.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/members.png">
+ <LogicalName>members.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/namespace.png">
+ <LogicalName>namespace.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privclass.png">
+ <LogicalName>privclass.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privdelegate.png">
+ <LogicalName>privdelegate.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privenumeration.png">
+ <LogicalName>privenumeration.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privevent.png">
+ <LogicalName>privevent.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privextension.png">
+ <LogicalName>privextension.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privfield.png">
+ <LogicalName>privfield.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privinterface.png">
+ <LogicalName>privinterface.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privmethod.png">
+ <LogicalName>privmethod.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privproperty.png">
+ <LogicalName>privproperty.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/privstructure.png">
+ <LogicalName>privstructure.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protclass.png">
+ <LogicalName>protclass.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protdelegate.png">
+ <LogicalName>protdelegate.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protenumeration.png">
+ <LogicalName>protenumeration.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protevent.png">
+ <LogicalName>protevent.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protextension.png">
+ <LogicalName>protextension.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protfield.png">
+ <LogicalName>protfield.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protinterface.png">
+ <LogicalName>protinterface.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protmethod.png">
+ <LogicalName>protmethod.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protproperty.png">
+ <LogicalName>protproperty.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/protstructure.png">
+ <LogicalName>protstructure.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubclass.png">
+ <LogicalName>pubclass.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubdelegate.png">
+ <LogicalName>pubdelegate.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubenumeration.png">
+ <LogicalName>pubenumeration.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubevent.png">
+ <LogicalName>pubevent.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubextension.png">
+ <LogicalName>pubextension.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubfield.png">
+ <LogicalName>pubfield.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubinterface.png">
+ <LogicalName>pubinterface.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubmethod.png">
+ <LogicalName>pubmethod.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubproperty.png">
+ <LogicalName>pubproperty.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/pubstructure.png">
+ <LogicalName>pubstructure.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/reference.png">
+ <LogicalName>reference.png</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../../external/api-doc-tools/monodoc/Resources/images/treebg.png">
+ <LogicalName>treebg.png</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+ <!-- @ALL_RESOURCES@ -->
+ <PropertyGroup>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">$(ProjectDir)\..\..\jay\jay -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\Monodoc.Ecma\EcmaUrlParser.jay &gt; $(ProjectDir)\Monodoc.Ecma\EcmaUrlParser.cs</PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">$(ProjectDir)\..\..\jay\jay.exe -ct &lt; $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\Monodoc.Ecma\EcmaUrlParser.jay &gt; $(ProjectDir)\Monodoc.Ecma\EcmaUrlParser.cs</PreBuildEvent>
+ </PropertyGroup>
+</Project> \ No newline at end of file