OSDN Git Service

AppliStation-All, アセンブリバージョンを1.4.5に
[applistation/AppliStation.git] / na-get-lib / na-get-lib.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <ProjectGuid>{058E953D-3986-4F74-8516-5A50D267D36A}</ProjectGuid>\r
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
7     <OutputType>Library</OutputType>\r
8     <RootNamespace>na_get_lib</RootNamespace>\r
9     <AssemblyName>na-get-lib</AssemblyName>\r
10     <BaseIntermediateOutputPath>bin/</BaseIntermediateOutputPath>\r
11     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>\r
12     <NoStdLib>False</NoStdLib>\r
13     <WarningLevel>4</WarningLevel>\r
14     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
17     <OutputPath>bin\Debug\</OutputPath>\r
18     <DebugSymbols>true</DebugSymbols>\r
19     <DebugType>Full</DebugType>\r
20     <Optimize>true</Optimize>\r
21     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
22     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
23     <OutputType>Library</OutputType>\r
24     <AssemblyName>na-get-lib</AssemblyName>\r
25     <RootNamespace>na_get_lib</RootNamespace>\r
26     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
27     <WarningLevel>4</WarningLevel>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
30     <OutputPath>bin\Release\</OutputPath>\r
31     <DebugSymbols>false</DebugSymbols>\r
32     <DebugType>None</DebugType>\r
33     <Optimize>true</Optimize>\r
34     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
35     <DefineConstants>TRACE</DefineConstants>\r
36     <OutputType>Library</OutputType>\r
37     <AssemblyName>na-get-lib</AssemblyName>\r
38     <RootNamespace>na_get_lib</RootNamespace>\r
39     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
40     <WarningLevel>4</WarningLevel>\r
41   </PropertyGroup>\r
42   <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">\r
43     <RegisterForComInterop>False</RegisterForComInterop>\r
44     <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>\r
45     <BaseAddress>4194304</BaseAddress>\r
46     <PlatformTarget>AnyCPU</PlatformTarget>\r
47     <FileAlignment>4096</FileAlignment>\r
48   </PropertyGroup>\r
49   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />\r
50   <ItemGroup>\r
51     <Reference Include="System" />\r
52     <Reference Include="System.Web" />\r
53     <Reference Include="System.Xml" />\r
54   </ItemGroup>\r
55   <ItemGroup>\r
56     <Compile Include="AssemblyInfo.cs" />\r
57     <Compile Include="NaGet.ArchiveExtractionHelpers\ArchiveExtract.cs" />\r
58     <Compile Include="NaGet.ArchiveExtractionHelpers\SevenZipExtract.cs" />\r
59     <Compile Include="NaGet.InteropServices\ComDirectAccess.cs" />\r
60     <Compile Include="NaGet.InteropServices\CommonArchiverExtracter.cs" />\r
61     <Compile Include="NaGet.InteropServices\CreateProcessCaller.cs" />\r
62     <Compile Include="NaGet.InteropServices\DllAccess.cs" />\r
63     <Compile Include="NaGet.InteropServices\GuidEnumeratorForCategories.cs" />\r
64     <Compile Include="NaGet.InteropServices\PEFileInfoUtils.cs" />\r
65     <Compile Include="NaGet.InteropServices\ShellLink.cs" />\r
66     <Compile Include="NaGet.InteropServices\DownloadScannerService.cs" />\r
67     <Compile Include="NaGet.InteropServices\WindowsVersion.cs" />\r
68     <Compile Include="NaGet.Packages.Install\DependeciesResolver.cs" />\r
69     <Compile Include="NaGet.Packages.Install\InstallationLog.cs" />\r
70     <Compile Include="NaGet.Packages.Install\UpgradeFinder.cs" />\r
71     <Compile Include="NaGet.Packages\PackageCollectionFileData.cs" />\r
72     <Compile Include="NaGet.Packages\PackageInformationFileAccessException.cs" />\r
73     <Compile Include="NaGet.Packages\PackageListsManager.cs" />\r
74     <Compile Include="NaGet.Packages\RepositoriesList.cs" />\r
75     <Compile Include="NaGet.Packages\VersionComparetor.cs" />\r
76     <Compile Include="NaGet.SubCommands.SubTask\FunctionalSubTask.cs" />\r
77     <Compile Include="NaGet.SubCommands.SubTask\DownloadSubTask.cs" />\r
78     <Compile Include="NaGet.SubCommands.SubTask\LocalUpdateSubTask.cs" />\r
79     <Compile Include="NaGet.SubCommands.SubTask\NaGetSubTask.cs" />\r
80     <Compile Include="NaGet.SubCommands.SubTask\VerifyInstallerFileSubTask.cs" />\r
81     <Compile Include="NaGet.SubCommands.SubTask\VirusScanSubTask.cs" />\r
82     <Compile Include="NaGet.SubCommands\NaGetDownloadToCache2.cs" />\r
83     <Compile Include="NaGet.SubCommands\NaGetInstall2.cs" />\r
84     <Compile Include="NaGet.SubCommands\NaGetTaskQueryArgs.cs" />\r
85     <Compile Include="NaGet.SubCommands\NaGetTaskSet2.cs" />\r
86     <Compile Include="NaGet.SubCommands\NaGetUninstall2.cs" />\r
87     <Compile Include="NaGet.SubCommands\NaGetUpdate2.cs" />\r
88     <Compile Include="NaGet.Tasks\Task.cs" />\r
89     <Compile Include="NaGet.Tasks\TaskCanceledException.cs" />\r
90     <Compile Include="NaGet.Tasks\TaskEventArgs.cs" />\r
91     <Compile Include="NaGet\ArgParser.cs" />\r
92     <Compile Include="NaGet\Env.cs" />\r
93     <Compile Include="NaGet\NaGetLibPref.cs" />\r
94     <Compile Include="NaGet\Utils.cs" />\r
95     <Compile Include="NaGet.Packages\HashValue.cs" />\r
96     <Compile Include="NaGet.Packages\Package.cs" />\r
97     <Compile Include="NaGet.Packages\Platform.cs" />\r
98     <Compile Include="NaGet.Packages\PackageList.cs" />\r
99     <Compile Include="NaGet.Packages.Install\Installation.cs" />\r
100     <Compile Include="NaGet.Packages.Install\RegistriedUninstallers.cs" />\r
101     <Compile Include="NaGet.Packages.Install\Uninstallation.cs" />\r
102     <Compile Include="NaGet.Packages.Install\UninstallInformation.cs" />\r
103     <Compile Include="NaGet.Packages.Install\InstalledPackage.cs" />\r
104   </ItemGroup>\r
105   <ItemGroup>\r
106     <Folder Include="NaGet.ArchiveExtractionHelpers" />\r
107     <Folder Include="NaGet.InteropServices" />\r
108     <Folder Include="NaGet.SubCommands" />\r
109     <Folder Include="NaGet.SubCommands.SubTask" />\r
110   </ItemGroup>\r
111 </Project>