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

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMin Huang <huangmin@microsoft.com>2022-11-06 10:52:35 +0300
committerMin Huang <huangmin@microsoft.com>2022-11-06 10:52:35 +0300
commitd84bebfbef79161ec22c01a18d3949a8717a3474 (patch)
tree8999abe8b6d56353bb45153eb76e9d3f335cc3fb
parentd86fb2ea9d34dc2871b3246706d3261e14405f6e (diff)
-rw-r--r--mdoc/mdoc.Test/mdoc.Test.csproj140
1 files changed, 70 insertions, 70 deletions
diff --git a/mdoc/mdoc.Test/mdoc.Test.csproj b/mdoc/mdoc.Test/mdoc.Test.csproj
index 436db7d3..0ae687e7 100644
--- a/mdoc/mdoc.Test/mdoc.Test.csproj
+++ b/mdoc/mdoc.Test/mdoc.Test.csproj
@@ -1,72 +1,72 @@
<Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net471</TargetFramework>
- <OutputType>Library</OutputType>
- <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG;</DefineConstants>
- <LangVersion>latest</LangVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <OutputPath>bin\Release</OutputPath>
- <LangVersion>latest</LangVersion>
- </PropertyGroup>
- <PropertyGroup>
- <RunPostBuildEvent>Always</RunPostBuildEvent>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="mdoc.Test.Cplusplus, Version=1.0.6709.28740, Culture=neutral, processorArchitecture=x86">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\external\Test\mdoc.Test.Cplusplus.dll</HintPath>
- </Reference>
- <Reference Include="PresentationFramework">
- <Private>True</Private>
- <HintPath>..\..\external\Windows\PresentationFramework.dll</HintPath>
- </Reference>
- <Reference Include="Windows">
- <HintPath>..\..\external\Windows\Windows.WinMD</HintPath>
- </Reference>
- <Reference Include="Windows.Foundation.FoundationContract">
- <HintPath>..\..\external\Windows\Windows.Foundation.FoundationContract.winmd</HintPath>
- </Reference>
- <Reference Include="Windows.Foundation.UniversalApiContract">
- <HintPath>..\..\external\Windows\Windows.Foundation.UniversalApiContract.winmd</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Mono.Cecil" Version="$(NuGetVersionMonoCecil)" />
- <PackageReference Include="NUnit" Version="$(NuGetVersionNUnit)" />
- <PackageReference Include="NUnit3TestAdapter" Version="$(NuGetVersionNUnit3TestAdapter)" />
- </ItemGroup>
- <ItemGroup>
- <None Update="cppcli\cppcli\cppcli.h">
- <Link>SampleClasses\cppcli.h</Link>
- </None>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\monodoc\monodoc.csproj" />
- <ProjectReference Include="..\mdoc.csproj" />
- <ProjectReference Include="mdoc.Test.FSharp\mdoc.Test.FSharp.fsproj" />
- </ItemGroup>
- <ItemGroup>
- <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="cppcli\Debug\cppcli.dll">
- <Link>SampleClasses\cppcli.dll</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="SampleClasses\testImportDoc.xml">
- <Link>SampleClasses\testImportDoc.xml</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <Compile Remove="mdoc.Test.NullableReferenceTypes\**\*" />
- <Compile Remove="UWPTestComponentCSharp\**\*" />
- </ItemGroup>
+ <PropertyGroup>
+ <TargetFramework>net471</TargetFramework>
+ <OutputType>Library</OutputType>
+ <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
+ <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <OutputPath>bin\Debug</OutputPath>
+ <DefineConstants>DEBUG;</DefineConstants>
+ <LangVersion>latest</LangVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <OutputPath>bin\Release</OutputPath>
+ <LangVersion>latest</LangVersion>
+ </PropertyGroup>
+ <PropertyGroup>
+ <RunPostBuildEvent>Always</RunPostBuildEvent>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="mdoc.Test.Cplusplus, Version=1.0.6709.28740, Culture=neutral, processorArchitecture=x86">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\external\Test\mdoc.Test.Cplusplus.dll</HintPath>
+ </Reference>
+ <Reference Include="PresentationFramework">
+ <Private>True</Private>
+ <HintPath>..\..\external\Windows\PresentationFramework.dll</HintPath>
+ </Reference>
+ <Reference Include="Windows">
+ <HintPath>..\..\external\Windows\Windows.WinMD</HintPath>
+ </Reference>
+ <Reference Include="Windows.Foundation.FoundationContract">
+ <HintPath>..\..\external\Windows\Windows.Foundation.FoundationContract.winmd</HintPath>
+ </Reference>
+ <Reference Include="Windows.Foundation.UniversalApiContract">
+ <HintPath>..\..\external\Windows\Windows.Foundation.UniversalApiContract.winmd</HintPath>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <PackageReference Include="Mono.Cecil" Version="$(NuGetVersionMonoCecil)" />
+ <PackageReference Include="NUnit" Version="$(NuGetVersionNUnit)" />
+ <PackageReference Include="NUnit3TestAdapter" Version="$(NuGetVersionNUnit3TestAdapter)" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Update="cppcli\cppcli\cppcli.h">
+ <Link>SampleClasses\cppcli.h</Link>
+ </None>
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\monodoc\monodoc.csproj" />
+ <ProjectReference Include="..\mdoc.csproj" />
+ <ProjectReference Include="mdoc.Test.FSharp\mdoc.Test.FSharp.fsproj" />
+ </ItemGroup>
+ <ItemGroup>
+ <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="cppcli\Debug\cppcli.dll">
+ <Link>SampleClasses\cppcli.dll</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="SampleClasses\testImportDoc.xml">
+ <Link>SampleClasses\testImportDoc.xml</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Remove="mdoc.Test.NullableReferenceTypes\**\*" />
+ <Compile Remove="UWPTestComponentCSharp\**\*" />
+ </ItemGroup>
</Project> \ No newline at end of file