OSDN Git Service

fbea41649e3261e12f18865eaaeb0be7af2d19a9
[applistation/AppliStation.git] / AppliStation / AppliStation.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <ProjectGuid>{0FC9CFF6-95CE-4C2D-833D-F6D697CD57EB}</ProjectGuid>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <OutputType>WinExe</OutputType>\r
7     <RootNamespace>AppliStation</RootNamespace>\r
8     <AssemblyName>AppliStation</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     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\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>false</Optimize>\r
21     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
22     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
23     <OutputType>WinExe</OutputType>\r
24     <AssemblyName>AppliStation</AssemblyName>\r
25     <RootNamespace>AppliStation</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>WinExe</OutputType>\r
37     <AssemblyName>AppliStation</AssemblyName>\r
38     <RootNamespace>AppliStation</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.Drawing" />\r
53     <Reference Include="System.Drawing.Design" />\r
54     <Reference Include="System.Web" />\r
55     <Reference Include="System.Windows.Forms" />\r
56     <Reference Include="System.Xml" />\r
57   </ItemGroup>\r
58   <ItemGroup>\r
59     <Compile Include="AppliStation.Util\ExceptionDialogForm.cs" />\r
60     <Compile Include="AppliStation.Util\ExceptionDialogForm.Designer.cs">\r
61       <DependentUpon>ExceptionDialogForm.cs</DependentUpon>\r
62     </Compile>\r
63     <Compile Include="AppliStation.Util\ExecutionProgressViewer.cs" />\r
64     <Compile Include="AppliStation.Util\ExecutionProgressViewer.Designer.cs">\r
65       <DependentUpon>ExecutionProgressViewer.cs</DependentUpon>\r
66     </Compile>\r
67     <Compile Include="AppliStation.Util\ListViewItemSortComparer.cs" />\r
68     <Compile Include="AppliStation.Util\NativeMethods.cs" />\r
69     <Compile Include="AppliStation.Util\PackageUtils.cs" />\r
70     <Compile Include="AssemblyInfo.cs" />\r
71     <Compile Include="ArgParse.cs" />\r
72     <Compile Include="PackageListViewForm.cs" />\r
73     <Compile Include="PackageListViewForm.Designer.cs">\r
74       <DependentUpon>PackageListViewForm.cs</DependentUpon>\r
75     </Compile>\r
76     <Compile Include="PackagesInstallConfirmForm.cs" />\r
77     <Compile Include="PackagesInstallConfirmForm.Designer.cs">\r
78       <DependentUpon>PackagesInstallConfirmForm.cs</DependentUpon>\r
79     </Compile>\r
80     <Compile Include="PackageUninstallConfirmForm.cs" />\r
81     <Compile Include="PackageUninstallConfirmForm.Designer.cs">\r
82       <DependentUpon>PackageUninstallConfirmForm.cs</DependentUpon>\r
83     </Compile>\r
84     <Compile Include="Program.cs" />\r
85     <EmbeddedResource Include="AppliStation.Util\ExceptionDialogForm.resx">\r
86       <DependentUpon>ExceptionDialogForm.Designer.cs</DependentUpon>\r
87     </EmbeddedResource>\r
88     <EmbeddedResource Include="AppliStation.Util\ExecutionProgressViewer.resx">\r
89       <DependentUpon>ExecutionProgressViewer.cs</DependentUpon>\r
90     </EmbeddedResource>\r
91     <EmbeddedResource Include="PackageListViewForm.resx">\r
92       <DependentUpon>PackageListViewForm.cs</DependentUpon>\r
93     </EmbeddedResource>\r
94     <EmbeddedResource Include="PackagesInstallConfirmForm.resx">\r
95       <DependentUpon>PackagesInstallConfirmForm.cs</DependentUpon>\r
96     </EmbeddedResource>\r
97     <EmbeddedResource Include="PackageUninstallConfirmForm.resx">\r
98       <DependentUpon>PackageUninstallConfirmForm.cs</DependentUpon>\r
99     </EmbeddedResource>\r
100     <None Include="SplashScreen.png">\r
101       <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r
102     </None>\r
103   </ItemGroup>\r
104   <ItemGroup>\r
105     <Folder Include="AppliStation.Util" />\r
106     <ProjectReference Include="..\na-get-lib\na-get-lib.csproj">\r
107       <Project>{058E953D-3986-4F74-8516-5A50D267D36A}</Project>\r
108       <Name>na-get-lib</Name>\r
109     </ProjectReference>\r
110   </ItemGroup>\r
111 </Project>