OSDN Git Service

74832918eff43f1f3affdb827de199b1269e141e
[applistation/AppliStation.git] / na-get-lib / na-get-lib.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <ProjectGuid>{058E953D-3986-4F74-8516-5A50D267D36A}</ProjectGuid>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <OutputType>Library</OutputType>
7     <RootNamespace>na_get_lib</RootNamespace>
8     <AssemblyName>na-get-lib</AssemblyName>
9     <BaseIntermediateOutputPath>bin/</BaseIntermediateOutputPath>
10     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
11     <NoStdLib>False</NoStdLib>
12     <WarningLevel>4</WarningLevel>
13     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
14   </PropertyGroup>
15   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
16     <OutputPath>bin\Debug\</OutputPath>
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>Full</DebugType>
19     <Optimize>true</Optimize>
20     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <OutputType>Library</OutputType>
23     <AssemblyName>na-get-lib</AssemblyName>
24     <RootNamespace>na_get_lib</RootNamespace>
25     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
26     <WarningLevel>4</WarningLevel>
27   </PropertyGroup>
28   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
29     <OutputPath>bin\Release\</OutputPath>
30     <DebugSymbols>false</DebugSymbols>
31     <DebugType>None</DebugType>
32     <Optimize>true</Optimize>
33     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
34     <DefineConstants>TRACE</DefineConstants>
35     <OutputType>Library</OutputType>
36     <AssemblyName>na-get-lib</AssemblyName>
37     <RootNamespace>na_get_lib</RootNamespace>
38     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
39     <WarningLevel>4</WarningLevel>
40   </PropertyGroup>
41   <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
42     <RegisterForComInterop>False</RegisterForComInterop>
43     <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
44     <BaseAddress>4194304</BaseAddress>
45     <PlatformTarget>AnyCPU</PlatformTarget>
46     <FileAlignment>4096</FileAlignment>
47   </PropertyGroup>
48   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
49   <ItemGroup>
50     <Reference Include="System" />
51     <Reference Include="System.Xml" />
52   </ItemGroup>
53   <ItemGroup>
54     <Compile Include="AssemblyInfo.cs" />
55     <Compile Include="NaGet.InteropServices\ComDirectAccess.cs" />
56     <Compile Include="NaGet.InteropServices\CommonArchiverExtracter.cs" />
57     <Compile Include="NaGet.InteropServices\CreateProcessCaller.cs" />
58     <Compile Include="NaGet.InteropServices\DllAccess.cs" />
59     <Compile Include="NaGet.InteropServices\PEFileInfoUtils.cs" />
60     <Compile Include="NaGet.InteropServices\ShellLink.cs" />
61     <Compile Include="NaGet.Net\DownloadScanner.cs" />
62     <Compile Include="NaGet.Net\GuidEnumeratorForCategories.cs" />
63     <Compile Include="NaGet.Packages.Install\DependeciesResolver.cs" />
64     <Compile Include="NaGet.Packages.Install\InstallationLog.cs" />
65     <Compile Include="NaGet.Packages\PackageListsManager.cs" />
66     <Compile Include="NaGet.Packages\VersionComparetor.cs" />
67     <Compile Include="NaGet.SubCommands\NaGetInstall.cs" />
68     <Compile Include="NaGet.SubCommands\NaGetTask.cs" />
69     <Compile Include="NaGet.SubCommands\NaGetTaskSet.cs" />
70     <Compile Include="NaGet.SubCommands\NaGetUninstall.cs" />
71     <Compile Include="NaGet\ArgParser.cs" />
72     <Compile Include="NaGet\Env.cs" />
73     <Compile Include="NaGet\NaGetLibPref.cs" />
74     <Compile Include="NaGet\Utils.cs" />
75     <Compile Include="NaGet.Net\Downloader.cs" />
76     <Compile Include="NaGet.Packages\HashValue.cs" />
77     <Compile Include="NaGet.Packages\Package.cs" />
78     <Compile Include="NaGet.Packages\Platform.cs" />
79     <Compile Include="NaGet.Packages\PackageList.cs" />
80     <Compile Include="NaGet.Packages\ProviderList.cs" />
81     <Compile Include="NaGet.Packages.Install\Installation.cs" />
82     <Compile Include="NaGet.Packages.Install\RegistriedUninstallers.cs" />
83     <Compile Include="NaGet.Packages.Install\Uninstallation.cs" />
84     <Compile Include="NaGet.Packages.Install\UninstallInformation.cs" />
85     <Compile Include="NaGet.Packages.Install\InstalledPackage.cs" />
86     <Compile Include="NaGet.SubCommands\NaGetUpdate.cs" />
87   </ItemGroup>
88   <ItemGroup>
89     <Folder Include="NaGet.InteropServices" />
90     <Folder Include="NaGet.SubCommands" />
91   </ItemGroup>
92 </Project>