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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/Mono.Linker.Tests/Mono.Linker.Tests.csproj')
-rw-r--r--test/Mono.Linker.Tests/Mono.Linker.Tests.csproj115
1 files changed, 115 insertions, 0 deletions
diff --git a/test/Mono.Linker.Tests/Mono.Linker.Tests.csproj b/test/Mono.Linker.Tests/Mono.Linker.Tests.csproj
new file mode 100644
index 000000000..7da7cae3d
--- /dev/null
+++ b/test/Mono.Linker.Tests/Mono.Linker.Tests.csproj
@@ -0,0 +1,115 @@
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>8.0.50727</ProductVersion>
+ <ProjectGuid>{400A1561-B6B6-482D-9E4C-3DDAEDE5BD07}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <AssemblyName>Mono.Linker.Tests</AssemblyName>
+ <StartupObject>
+ </StartupObject>
+ <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
+ <RootNamespace>Mono.Linker.Tests</RootNamespace>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <!-- 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>
+ -->
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Xml" />
+ <Reference Include="System.Core" />
+ <Reference Include="nunit.framework">
+ <HintPath>..\..\packages\NUnit.3.6.1\lib\net45\nunit.framework.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ <Folder Include="TestCasesRunner\" />
+ <Folder Include="Extensions\" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\external\cecil\Mono.Cecil.csproj">
+ <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
+ <Name>Mono.Cecil</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\external\cecil\symbols\mdb\Mono.Cecil.Mdb.csproj">
+ <Project>{8559dd7f-a16f-46d0-a05a-9139faeba8fd}</Project>
+ <Name>Mono.Cecil.Mdb</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\external\cecil\symbols\pdb\Mono.Cecil.Pdb.csproj">
+ <Project>{63e6915c-7ea4-4d76-ab28-0d7191eea626}</Project>
+ <Name>Mono.Cecil.Pdb</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\src\linker\Mono.Linker.csproj">
+ <Project>{DD28E2B1-057B-4B4D-A04D-B2EBD9E76E46}</Project>
+ <Name>Mono.Linker</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Mono.Linker.Tests.Cases\Mono.Linker.Tests.Cases.csproj">
+ <Project>{B6BEE6AA-ADA0-4E1D-9A17-FBF2936F82B5}</Project>
+ <Name>Mono.Linker.Tests.Cases</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Mono.Linker.Tests.Cases.Expectations\Mono.Linker.Tests.Cases.Expectations.csproj">
+ <Project>{2C26601F-3E2F-45B9-A02F-58EE9296E19E}</Project>
+ <Name>Mono.Linker.Tests.Cases.Expectations</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="packages.config" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="TestCasesRunner\CompilerOptions.cs" />
+ <Compile Include="TestCasesRunner\FormattingUtils.cs" />
+ <Compile Include="TestCasesRunner\ILCompiler.cs" />
+ <Compile Include="TestCasesRunner\SourceAndDestinationPair.cs" />
+ <Compile Include="TestCasesRunner\SetupCompileInfo.cs" />
+ <Compile Include="TestCasesRunner\PeVerifier.cs" />
+ <Compile Include="TestCasesRunner\TestCaseAssemblyResolver.cs" />
+ <Compile Include="TestCases\IndividualTests.cs" />
+ <Compile Include="TestCases\TestSuites.cs" />
+ <Compile Include="TestCases\TestDatabase.cs" />
+ <Compile Include="Tests\PreserveActionComparisonTests.cs" />
+ <Compile Include="TestCasesRunner\LinkXmlHelpers.cs" />
+ <Compile Include="TestCasesRunner\LinkedTestCaseResult.cs" />
+ <Compile Include="TestCasesRunner\ManagedCompilationResult.cs" />
+ <Compile Include="TestCasesRunner\TestCaseCollector.cs" />
+ <Compile Include="TestCasesRunner\TestCaseLinkerOptions.cs" />
+ <Compile Include="TestCasesRunner\TestRunner.cs" />
+ <Compile Include="TestCases\TestCase.cs" />
+ <Compile Include="Extensions\NiceIO.cs" />
+ <Compile Include="Extensions\CecilExtensions.cs" />
+ <Compile Include="TestCasesRunner\ExpectationsProvider.cs" />
+ <Compile Include="TestCasesRunner\AssemblyChecker.cs" />
+ <Compile Include="TestCasesRunner\LinkerArgumentBuilder.cs" />
+ <Compile Include="TestCasesRunner\LinkerDriver.cs" />
+ <Compile Include="TestCasesRunner\ObjectFactory.cs" />
+ <Compile Include="TestCasesRunner\ResultChecker.cs" />
+ <Compile Include="TestCasesRunner\TestCaseCompiler.cs" />
+ <Compile Include="TestCasesRunner\TestCaseMetadaProvider.cs" />
+ <Compile Include="TestCasesRunner\TestCaseSandbox.cs" />
+ <Compile Include="Tests\TypeNameParserTests.cs" />
+ <Compile Include="Tests\ParseResponseFileLinesTests.cs" />
+ </ItemGroup>
+</Project> \ No newline at end of file