OSDN Git Service

initial build for opensource
[applistation/AppliStation.git] / all-get / all-get.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <ProjectGuid>{F212C7FF-0FC5-4319-BD72-87DB3A4CC55F}</ProjectGuid>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <OutputType>Exe</OutputType>\r
7     <RootNamespace>AllGet</RootNamespace>\r
8     <AssemblyName>all-get</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   </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>AnyCPU</PlatformTarget>\r
36     <FileAlignment>4096</FileAlignment>\r
37   </PropertyGroup>\r
38   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />\r
39   <ItemGroup>\r
40     <Reference Include="System" />\r
41     <Reference Include="System.Xml" />\r
42   </ItemGroup>\r
43   <ItemGroup>\r
44     <Compile Include="AssemblyInfo.cs" />\r
45     <Compile Include="Main.cs" />\r
46     <Compile Include="Util.cs" />\r
47   </ItemGroup>\r
48   <ItemGroup>\r
49     <ProjectReference Include="..\na-get-lib\na-get-lib.csproj">\r
50       <Project>{058E953D-3986-4F74-8516-5A50D267D36A}</Project>\r
51       <Name>na-get-lib</Name>\r
52     </ProjectReference>\r
53   </ItemGroup>\r
54 </Project>