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: ec7d64a38d84595cc2156f2abf639a13e4cb679a (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <ProjectGuid>{2FF5459A-495C-4FDF-81EA-D0A6C07E7C0D}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AssemblyName>SystemInfoExtension</AssemblyName>
    <SchemaVersion>2.0</SchemaVersion>
    <RootNamespace>SystemInfoExtension</RootNamespace>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>True</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>True</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">
      <Project>{1CD51E61-1985-4D22-9BFA-D14C8FC61B46}</Project>
      <Name>UnitTests</Name>
      <Private>False</Private>
    </ProjectReference>
    <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
      <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
      <Name>Mono.Addins</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommandExtension\CommandExtension.csproj">
      <Project>{F109148D-849E-4044-8700-5E8EA0AB2476}</Project>
      <Name>CommandExtension</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="MyClass.cs" />
    <Compile Include="SystemInfoWriter.cs" />
    <Compile Include="ModuleExtensionNode.cs" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="SystemInfoExtension.addin.xml">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <None Include="Makefile.am" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <ProjectExtensions>
    <MonoDevelop>
      <Properties>
        <Deployment.LinuxDeployData scriptName="systeminfoextension" generatePcFile="False" />
        <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True">
          <BuildFilesVar Sync="True" Name="FILES" />
          <DeployFilesVar Sync="True" Name="DATA_FILES" />
          <ResourcesVar Name="RESOURCES" />
          <OthersVar />
          <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
          <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
          <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
        </MonoDevelop.Autotools.MakefileInfo>
      </Properties>
    </MonoDevelop>
  </ProjectExtensions>
  <ItemGroup>
    <EmbeddedResource Include="Resources.resx">
      <LogicalName>Resources.resources</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="Resources.ca.resx">
      <LogicalName>Resources.ca.resources</LogicalName>
    </EmbeddedResource>
  </ItemGroup>
</Project>