OSDN Git Service

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