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

Mono.Addins.Setup.csproj « Mono.Addins.Setup - github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5fe0ab687589aaf8a6d83bfb9ffa003426bd9606 (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" 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>{A85C9721-C054-4BD8-A1F3-0227615F0A36}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AssemblyName>Mono.Addins.Setup</AssemblyName>
    <SchemaVersion>2.0</SchemaVersion>
    <RootNamespace>Mono.Addins.Setup</RootNamespace>
    <SignAssembly>true</SignAssembly>
    <AssemblyOriginatorKeyFile>..\mono-addins.snk</AssemblyOriginatorKeyFile>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>..\bin</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
    <ConsolePause>false</ConsolePause>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>none</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>..\bin</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
    <ConsolePause>false</ConsolePause>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="ICSharpCode.SharpZipLib" />
    <Reference Include="System" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Mono.Addins\Mono.Addins.csproj">
      <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
      <Name>Mono.Addins</Name>
      <Private>False</Private>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Mono.Addins.Setup\AddinInfo.cs" />
    <Compile Include="Mono.Addins.Setup\AddinInfoCollection.cs" />
    <Compile Include="Mono.Addins.Setup\AddinPackage.cs" />
    <Compile Include="Mono.Addins.Setup\AddinRepositoryEntry.cs" />
    <Compile Include="Mono.Addins.Setup\AddinStore.cs" />
    <Compile Include="Mono.Addins.Setup\AddinSystemConfiguration.cs" />
    <Compile Include="Mono.Addins.Setup\AddinSystemConfigurationReaderWriter.cs" />
    <Compile Include="Mono.Addins.Setup\AddinSystemConfigurationSerializer.cs" />
    <Compile Include="Mono.Addins.Setup\InstallException.cs" />
    <Compile Include="Mono.Addins.Setup\Package.cs" />
    <Compile Include="Mono.Addins.Setup\PackageCollection.cs" />
    <Compile Include="Mono.Addins.Setup\ReferenceRepositoryEntry.cs" />
    <Compile Include="Mono.Addins.Setup\Repository.cs" />
    <Compile Include="Mono.Addins.Setup\RepositoryEntry.cs" />
    <Compile Include="Mono.Addins.Setup\RepositoryEntryCollection.cs" />
    <Compile Include="Mono.Addins.Setup\RepositoryReaderWriter.cs" />
    <Compile Include="Mono.Addins.Setup\RepositoryRecord.cs" />
    <Compile Include="Mono.Addins.Setup\RepositorySerializer.cs" />
    <Compile Include="Mono.Addins.Setup\SetupTool.cs" />
    <Compile Include="Mono.Addins.Setup.ProgressMonitoring\ConsoleProgressMonitor.cs" />
    <Compile Include="Mono.Addins.Setup.ProgressMonitoring\LogTextWriter.cs" />
    <Compile Include="Mono.Addins.Setup.ProgressMonitoring\NullProgressMonitor.cs" />
    <Compile Include="Mono.Addins.Setup.ProgressMonitoring\ProgressStatusMonitor.cs" />
    <Compile Include="Mono.Addins.Setup.ProgressMonitoring\ProgressTracker.cs" />
    <Compile Include="Mono.Addins.Setup\IProgressMonitor.cs" />
    <Compile Include="Mono.Addins.Setup\RepositoryRegistry.cs" />
    <Compile Include="Mono.Addins.Setup\SetupService.cs" />
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="Mono.Addins.Setup\ConsoleAddinInstaller.cs" />
    <Compile Include="Mono.Addins.Setup\PcFileCache.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="ChangeLog" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <ProjectExtensions>
    <MonoDevelop>
      <Properties>
        <Deployment.LinuxDeployData scriptName="mono.addins.setup" />
        <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true">
          <BuildFilesVar Sync="true" Name="FILES" />
          <DeployFilesVar Sync="true" Name="DATA_FILES" />
          <ResourcesVar Sync="true" 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>
</Project>