OSDN Git Service

na-get,認証プロキシではネットワーク接続できなかった問題の暫定対処(http://ユーザ:パス@example.com:port/ の手動設定のみ対応;IEの設定か...
[applistation/AppliStation.git] / archive-inst / archive-inst.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <ProjectGuid>{9D7ADB99-6E53-4E3E-A13B-6D82412B3671}</ProjectGuid>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <OutputType>Exe</OutputType>\r
7     <RootNamespace>ArchiveInstall</RootNamespace>\r
8     <AssemblyName>archive-inst</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>True</Optimize>\r
20     <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
24     <OutputPath>bin\Release\</OutputPath>\r
25     <DebugSymbols>False</DebugSymbols>\r
26     <DebugType>None</DebugType>\r
27     <Optimize>True</Optimize>\r
28     <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>\r
29     <DefineConstants>TRACE</DefineConstants>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">\r
32     <RegisterForComInterop>False</RegisterForComInterop>\r
33     <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>\r
34     <BaseAddress>4194304</BaseAddress>\r
35     <PlatformTarget>x86</PlatformTarget>\r
36     <FileAlignment>4096</FileAlignment>\r
37   </PropertyGroup>\r
38   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />\r
39   <ItemGroup>\r
40     <Reference Include="Microsoft.Build.Engine" />\r
41     <Reference Include="Microsoft.Build.Framework" />\r
42     <Reference Include="Microsoft.Build.Tasks" />\r
43     <Reference Include="System" />\r
44     <Reference Include="System.Xml" />\r
45   </ItemGroup>\r
46   <ItemGroup>\r
47     <Compile Include="AssemblyInfo.cs" />\r
48     <Compile Include="InstalledFileList.cs" />\r
49     <Compile Include="MSBuild.cs" />\r
50     <Compile Include="Program.cs" />\r
51   </ItemGroup>\r
52   <ItemGroup>\r
53     <ProjectReference Include="..\na-get-lib\na-get-lib.csproj">\r
54       <Project>{058E953D-3986-4F74-8516-5A50D267D36A}</Project>\r
55       <Name>na-get-lib</Name>\r
56     </ProjectReference>\r
57   </ItemGroup>\r
58 </Project>