OSDN Git Service

na-get-lib,設定ファイルpref.xmlの導入。
[applistation/AppliStation.git] / na-get-lib / na-get-lib.csproj
index 7369c9e..7483291 100644 (file)
@@ -1,86 +1,92 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <PropertyGroup>\r
-    <ProjectGuid>{058E953D-3986-4F74-8516-5A50D267D36A}</ProjectGuid>\r
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <OutputType>Library</OutputType>\r
-    <RootNamespace>na_get_lib</RootNamespace>\r
-    <AssemblyName>na-get-lib</AssemblyName>\r
-    <BaseIntermediateOutputPath>bin/</BaseIntermediateOutputPath>\r
-    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>\r
-    <NoStdLib>False</NoStdLib>\r
-    <WarningLevel>4</WarningLevel>\r
-    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
-    <OutputPath>bin\Debug\</OutputPath>\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>Full</DebugType>\r
-    <Optimize>false</Optimize>\r
-    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <OutputType>Library</OutputType>\r
-    <AssemblyName>na-get-lib</AssemblyName>\r
-    <RootNamespace>na_get_lib</RootNamespace>\r
-    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
-    <OutputPath>bin\Release\</OutputPath>\r
-    <DebugSymbols>false</DebugSymbols>\r
-    <DebugType>None</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
-    <DefineConstants>TRACE</DefineConstants>\r
-    <OutputType>Library</OutputType>\r
-    <AssemblyName>na-get-lib</AssemblyName>\r
-    <RootNamespace>na_get_lib</RootNamespace>\r
-    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">\r
-    <RegisterForComInterop>False</RegisterForComInterop>\r
-    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>\r
-    <BaseAddress>4194304</BaseAddress>\r
-    <PlatformTarget>AnyCPU</PlatformTarget>\r
-    <FileAlignment>4096</FileAlignment>\r
-  </PropertyGroup>\r
-  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />\r
-  <ItemGroup>\r
-    <Reference Include="System" />\r
-    <Reference Include="System.Xml" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <Compile Include="AssemblyInfo.cs" />\r
-    <Compile Include="NaGet.InteropServices\CommonArchiverExtracter.cs" />\r
-    <Compile Include="NaGet.InteropServices\CreateProcessCaller.cs" />\r
-    <Compile Include="NaGet.InteropServices\DllAccess.cs" />\r
-    <Compile Include="NaGet.InteropServices\PEFileInfoUtils.cs" />\r
-    <Compile Include="NaGet.InteropServices\ShellLink.cs" />\r
-    <Compile Include="NaGet.Packages.Install\InstallationLog.cs" />\r
-    <Compile Include="NaGet.Packages\PackageListsManager.cs" />\r
-    <Compile Include="NaGet.Packages\VersionComparetor.cs" />\r
-    <Compile Include="NaGet.SubCommands\NaGetInstall.cs" />\r
-    <Compile Include="NaGet.SubCommands\NaGetTask.cs" />\r
-    <Compile Include="NaGet.SubCommands\NaGetTaskSet.cs" />\r
-    <Compile Include="NaGet.SubCommands\NaGetUninstall.cs" />\r
-    <Compile Include="NaGet\Env.cs" />\r
-    <Compile Include="NaGet\Utils.cs" />\r
-    <Compile Include="NaGet.Net\Downloader.cs" />\r
-    <Compile Include="NaGet.Packages\HashValue.cs" />\r
-    <Compile Include="NaGet.Packages\Package.cs" />\r
-    <Compile Include="NaGet.Packages\Platform.cs" />\r
-    <Compile Include="NaGet.Packages\PackageList.cs" />\r
-    <Compile Include="NaGet.Packages\ProviderList.cs" />\r
-    <Compile Include="NaGet.Packages.Install\Installation.cs" />\r
-    <Compile Include="NaGet.Packages.Install\RegistriedUninstallers.cs" />\r
-    <Compile Include="NaGet.Packages.Install\Uninstallation.cs" />\r
-    <Compile Include="NaGet.Packages.Install\UninstallInformation.cs" />\r
-    <Compile Include="NaGet.Packages.Install\InstalledPackage.cs" />\r
-    <Compile Include="NaGet.SubCommands\NaGetUpdate.cs" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <Folder Include="NaGet.InteropServices" />\r
-    <Folder Include="NaGet.SubCommands" />\r
-  </ItemGroup>\r
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <ProjectGuid>{058E953D-3986-4F74-8516-5A50D267D36A}</ProjectGuid>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <OutputType>Library</OutputType>
+    <RootNamespace>na_get_lib</RootNamespace>
+    <AssemblyName>na-get-lib</AssemblyName>
+    <BaseIntermediateOutputPath>bin/</BaseIntermediateOutputPath>
+    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
+    <NoStdLib>False</NoStdLib>
+    <WarningLevel>4</WarningLevel>
+    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+    <OutputPath>bin\Debug\</OutputPath>
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>Full</DebugType>
+    <Optimize>true</Optimize>
+    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <OutputType>Library</OutputType>
+    <AssemblyName>na-get-lib</AssemblyName>
+    <RootNamespace>na_get_lib</RootNamespace>
+    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
+    <OutputPath>bin\Release\</OutputPath>
+    <DebugSymbols>false</DebugSymbols>
+    <DebugType>None</DebugType>
+    <Optimize>true</Optimize>
+    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
+    <DefineConstants>TRACE</DefineConstants>
+    <OutputType>Library</OutputType>
+    <AssemblyName>na-get-lib</AssemblyName>
+    <RootNamespace>na_get_lib</RootNamespace>
+    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
+    <RegisterForComInterop>False</RegisterForComInterop>
+    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
+    <BaseAddress>4194304</BaseAddress>
+    <PlatformTarget>AnyCPU</PlatformTarget>
+    <FileAlignment>4096</FileAlignment>
+  </PropertyGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="AssemblyInfo.cs" />
+    <Compile Include="NaGet.InteropServices\ComDirectAccess.cs" />
+    <Compile Include="NaGet.InteropServices\CommonArchiverExtracter.cs" />
+    <Compile Include="NaGet.InteropServices\CreateProcessCaller.cs" />
+    <Compile Include="NaGet.InteropServices\DllAccess.cs" />
+    <Compile Include="NaGet.InteropServices\PEFileInfoUtils.cs" />
+    <Compile Include="NaGet.InteropServices\ShellLink.cs" />
+    <Compile Include="NaGet.Net\DownloadScanner.cs" />
+    <Compile Include="NaGet.Net\GuidEnumeratorForCategories.cs" />
+    <Compile Include="NaGet.Packages.Install\DependeciesResolver.cs" />
+    <Compile Include="NaGet.Packages.Install\InstallationLog.cs" />
+    <Compile Include="NaGet.Packages\PackageListsManager.cs" />
+    <Compile Include="NaGet.Packages\VersionComparetor.cs" />
+    <Compile Include="NaGet.SubCommands\NaGetInstall.cs" />
+    <Compile Include="NaGet.SubCommands\NaGetTask.cs" />
+    <Compile Include="NaGet.SubCommands\NaGetTaskSet.cs" />
+    <Compile Include="NaGet.SubCommands\NaGetUninstall.cs" />
+    <Compile Include="NaGet\ArgParser.cs" />
+    <Compile Include="NaGet\Env.cs" />
+    <Compile Include="NaGet\NaGetLibPref.cs" />
+    <Compile Include="NaGet\Utils.cs" />
+    <Compile Include="NaGet.Net\Downloader.cs" />
+    <Compile Include="NaGet.Packages\HashValue.cs" />
+    <Compile Include="NaGet.Packages\Package.cs" />
+    <Compile Include="NaGet.Packages\Platform.cs" />
+    <Compile Include="NaGet.Packages\PackageList.cs" />
+    <Compile Include="NaGet.Packages\ProviderList.cs" />
+    <Compile Include="NaGet.Packages.Install\Installation.cs" />
+    <Compile Include="NaGet.Packages.Install\RegistriedUninstallers.cs" />
+    <Compile Include="NaGet.Packages.Install\Uninstallation.cs" />
+    <Compile Include="NaGet.Packages.Install\UninstallInformation.cs" />
+    <Compile Include="NaGet.Packages.Install\InstalledPackage.cs" />
+    <Compile Include="NaGet.SubCommands\NaGetUpdate.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <Folder Include="NaGet.InteropServices" />
+    <Folder Include="NaGet.SubCommands" />
+  </ItemGroup>
 </Project>
\ No newline at end of file