OSDN Git Service

AppliStation-GUI,PackageListViewFormからListView関連処理を分離
[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     <ApplicationIcon>AppliStation.ico</ApplicationIcon>\r
16   </PropertyGroup>\r
17   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
18     <OutputPath>bin\Debug\</OutputPath>\r
19     <DebugSymbols>true</DebugSymbols>\r
20     <DebugType>Full</DebugType>\r
21     <Optimize>true</Optimize>\r
22     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
23     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
24     <OutputType>WinExe</OutputType>\r
25     <AssemblyName>AppliStation</AssemblyName>\r
26     <RootNamespace>AppliStation</RootNamespace>\r
27     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
31     <OutputPath>bin\Release\</OutputPath>\r
32     <DebugSymbols>false</DebugSymbols>\r
33     <DebugType>None</DebugType>\r
34     <Optimize>true</Optimize>\r
35     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
36     <DefineConstants>TRACE</DefineConstants>\r
37     <OutputType>WinExe</OutputType>\r
38     <AssemblyName>AppliStation</AssemblyName>\r
39     <RootNamespace>AppliStation</RootNamespace>\r
40     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
41     <WarningLevel>4</WarningLevel>\r
42   </PropertyGroup>\r
43   <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">\r
44     <RegisterForComInterop>False</RegisterForComInterop>\r
45     <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>\r
46     <BaseAddress>4194304</BaseAddress>\r
47     <PlatformTarget>AnyCPU</PlatformTarget>\r
48     <FileAlignment>4096</FileAlignment>\r
49   </PropertyGroup>\r
50   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />\r
51   <ItemGroup>\r
52     <Reference Include="System" />\r
53     <Reference Include="System.Drawing" />\r
54     <Reference Include="System.Drawing.Design" />\r
55     <Reference Include="System.Web" />\r
56     <Reference Include="System.Windows.Forms" />\r
57     <Reference Include="System.Xml" />\r
58   </ItemGroup>\r
59   <ItemGroup>\r
60     <Compile Include="AppliStation.Util\ExceptionDialogForm.cs" />\r
61     <Compile Include="AppliStation.Util\ExceptionDialogForm.Designer.cs">\r
62       <DependentUpon>ExceptionDialogForm.cs</DependentUpon>\r
63     </Compile>\r
64     <Compile Include="AppliStation.Util\ExecutionProgressViewer.cs" />\r
65     <Compile Include="AppliStation.Util\ExecutionProgressViewer.Designer.cs">\r
66       <DependentUpon>ExecutionProgressViewer.cs</DependentUpon>\r
67     </Compile>\r
68     <Compile Include="AppliStation.Util\ListViewItemSortComparer.cs" />\r
69     <Compile Include="AppliStation.Util\NativeMethods.cs" />\r
70     <Compile Include="AppliStation.Util\GUIUtils.cs" />\r
71     <Compile Include="AppliStation.Util\SprashScreenLayered.cs" />\r
72     <Compile Include="AppliStation.Util\ToolStripPetitLauncherMenuItem.cs" />\r
73     <Compile Include="AppliStation.Util\ToolStripWeb2LikeTextBox.cs" />\r
74     <Compile Include="AssemblyInfo.cs" />\r
75     <Compile Include="PackageListView.cs" />\r
76     <Compile Include="InstallerInfoForm.cs" />\r
77     <Compile Include="InstallerInfoForm.Designer.cs">\r
78       <DependentUpon>InstallerInfoForm.cs</DependentUpon>\r
79     </Compile>\r
80     <Compile Include="PackageInfoForm.cs" />\r
81     <Compile Include="PackageInfoForm.Designer.cs">\r
82       <DependentUpon>PackageInfoForm.cs</DependentUpon>\r
83     </Compile>\r
84     <Compile Include="PackageListViewForm.cs" />\r
85     <Compile Include="PackageListViewForm.Designer.cs">\r
86       <DependentUpon>PackageListViewForm.cs</DependentUpon>\r
87     </Compile>\r
88     <Compile Include="InstallationConfirmForm.cs" />\r
89     <Compile Include="InstallationConfirmForm.Designer.cs">\r
90       <DependentUpon>InstallationConfirmForm.cs</DependentUpon>\r
91     </Compile>\r
92     <Compile Include="PackageUninstallConfirmForm.cs" />\r
93     <Compile Include="PackageUninstallConfirmForm.Designer.cs">\r
94       <DependentUpon>PackageUninstallConfirmForm.cs</DependentUpon>\r
95     </Compile>\r
96     <Compile Include="Program.cs" />\r
97     <Compile Include="UserPrefForm.cs" />\r
98     <Compile Include="UserPrefForm.Designer.cs">\r
99       <DependentUpon>UserPrefForm.cs</DependentUpon>\r
100     </Compile>\r
101     <EmbeddedResource Include="AppliStation.Util\ExceptionDialogForm.resx">\r
102       <DependentUpon>ExceptionDialogForm.Designer.cs</DependentUpon>\r
103     </EmbeddedResource>\r
104     <EmbeddedResource Include="AppliStation.Util\ExecutionProgressViewer.resx">\r
105       <DependentUpon>ExecutionProgressViewer.cs</DependentUpon>\r
106     </EmbeddedResource>\r
107     <EmbeddedResource Include="InstallerInfoForm.resx">\r
108       <DependentUpon>InstallerInfoForm.cs</DependentUpon>\r
109     </EmbeddedResource>\r
110     <EmbeddedResource Include="PackageInfoForm.resx">\r
111       <DependentUpon>PackageInfoForm.cs</DependentUpon>\r
112     </EmbeddedResource>\r
113     <EmbeddedResource Include="PackageListViewForm.resx">\r
114       <DependentUpon>PackageListViewForm.cs</DependentUpon>\r
115     </EmbeddedResource>\r
116     <EmbeddedResource Include="InstallationConfirmForm.resx">\r
117       <DependentUpon>InstallationConfirmForm.cs</DependentUpon>\r
118     </EmbeddedResource>\r
119     <EmbeddedResource Include="PackageUninstallConfirmForm.resx">\r
120       <DependentUpon>PackageUninstallConfirmForm.cs</DependentUpon>\r
121     </EmbeddedResource>\r
122     <EmbeddedResource Include="UserPrefForm.resx">\r
123       <DependentUpon>UserPrefForm.cs</DependentUpon>\r
124     </EmbeddedResource>\r
125     <None Include="AppliStation.ico" />\r
126     <None Include="SplashScreen.png">\r
127       <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r
128     </None>\r
129   </ItemGroup>\r
130   <ItemGroup>\r
131     <Folder Include="AppliStation.Util" />\r
132     <ProjectReference Include="..\na-get-lib\na-get-lib.csproj">\r
133       <Project>{058E953D-3986-4F74-8516-5A50D267D36A}</Project>\r
134       <Name>na-get-lib</Name>\r
135     </ProjectReference>\r
136   </ItemGroup>\r
137 </Project>