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

SystemInfoExtension.csproj « SystemInfoExtension « Test - github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5c47f3ff22dce5abdb3ec23b7172c1885f3c777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
  <Import Project="..\..\TargetFrameworks.props" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <ProjectGuid>{2FF5459A-495C-4FDF-81EA-D0A6C07E7C0D}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AssemblyName>SystemInfoExtension</AssemblyName>
    <SchemaVersion>2.0</SchemaVersion>
    <RootNamespace>SystemInfoExtension</RootNamespace>
    <AssemblyVersion>0.0.0.0</AssemblyVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>True</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\lib</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
    <ConsolePause>False</ConsolePause>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\UnitTests\UnitTests.csproj">
      <Private>False</Private>
    </ProjectReference>
    <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
    </ProjectReference>
    <ProjectReference Include="..\CommandExtension\CommandExtension.csproj">
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="SystemInfoExtension.addin.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
  </ItemGroup>
  <ItemGroup>
    <None Include="Resources.resx">
      <LogicalName>Resources.resources</LogicalName>
    </None>
    <None Include="Resources.ca.resx">
      <LogicalName>Resources.ca.resources</LogicalName>
    </None>
  </ItemGroup>
</Project>