OSDN Git Service

AppliStation-All,「キャッシュにダウンロード」する機能を追加
[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.PackageInfo\PackageDescripter.cs" />\r
61     <Compile Include="AppliStation.PackageInfo\InstallerInfoForm.cs" />\r
62     <Compile Include="AppliStation.PackageInfo\InstallerInfoForm.Designer.cs">\r
63       <DependentUpon>InstallerInfoForm.cs</DependentUpon>\r
64     </Compile>\r
65     <Compile Include="AppliStation.PackageInfo\PackageInfoForm.cs" />\r
66     <Compile Include="AppliStation.PackageInfo\PackageInfoForm.Designer.cs">\r
67       <DependentUpon>PackageInfoForm.cs</DependentUpon>\r
68     </Compile>\r
69     <Compile Include="AppliStation.Util\ExceptionDialogForm.cs" />\r
70     <Compile Include="AppliStation.Util\ExceptionDialogForm.Designer.cs">\r
71       <DependentUpon>ExceptionDialogForm.cs</DependentUpon>\r
72     </Compile>\r
73     <Compile Include="AppliStation.Util\ExecutionProgressViewer.cs" />\r
74     <Compile Include="AppliStation.Util\ExecutionProgressViewer.Designer.cs">\r
75       <DependentUpon>ExecutionProgressViewer.cs</DependentUpon>\r
76     </Compile>\r
77     <Compile Include="AppliStation.Util\ListViewItemSortComparer.cs" />\r
78     <Compile Include="AppliStation.Util\NativeMethods.cs" />\r
79     <Compile Include="AppliStation.Util\GUIUtils.cs" />\r
80     <Compile Include="AppliStation.Util\OptionDialog.cs" />\r
81     <Compile Include="AppliStation.Util\OptionDialog.Designer.cs">\r
82       <DependentUpon>OptionDialog.cs</DependentUpon>\r
83     </Compile>\r
84     <Compile Include="AppliStation.Util\SprashScreenLayered.cs" />\r
85     <Compile Include="AppliStation.Util\ToolStripPetitLauncherMenuItem.cs" />\r
86     <Compile Include="AppliStation.Util\ToolStripWeb2LikeTextBox.cs" />\r
87     <Compile Include="AssemblyInfo.cs" />\r
88     <Compile Include="PackageListView.cs" />\r
89     <Compile Include="PackageListViewForm.cs" />\r
90     <Compile Include="PackageListViewForm.Designer.cs">\r
91       <DependentUpon>PackageListViewForm.cs</DependentUpon>\r
92     </Compile>\r
93     <Compile Include="InstallationConfirmForm.cs" />\r
94     <Compile Include="InstallationConfirmForm.Designer.cs">\r
95       <DependentUpon>InstallationConfirmForm.cs</DependentUpon>\r
96     </Compile>\r
97     <Compile Include="PackageUninstallConfirmForm.cs" />\r
98     <Compile Include="PackageUninstallConfirmForm.Designer.cs">\r
99       <DependentUpon>PackageUninstallConfirmForm.cs</DependentUpon>\r
100     </Compile>\r
101     <Compile Include="Program.cs" />\r
102     <Compile Include="UserPrefForm.cs" />\r
103     <Compile Include="UserPrefForm.Designer.cs">\r
104       <DependentUpon>UserPrefForm.cs</DependentUpon>\r
105     </Compile>\r
106     <EmbeddedResource Include="AppliStation.PackageInfo\InstallerInfoForm.resx">\r
107       <DependentUpon>InstallerInfoForm.cs</DependentUpon>\r
108     </EmbeddedResource>\r
109     <EmbeddedResource Include="AppliStation.PackageInfo\PackageInfoForm.resx">\r
110       <DependentUpon>PackageInfoForm.cs</DependentUpon>\r
111     </EmbeddedResource>\r
112     <EmbeddedResource Include="AppliStation.Util\ExceptionDialogForm.resx">\r
113       <DependentUpon>ExceptionDialogForm.Designer.cs</DependentUpon>\r
114     </EmbeddedResource>\r
115     <EmbeddedResource Include="AppliStation.Util\ExecutionProgressViewer.resx">\r
116       <DependentUpon>ExecutionProgressViewer.cs</DependentUpon>\r
117     </EmbeddedResource>\r
118     <EmbeddedResource Include="AppliStation.Util\OptionDialog.resx">\r
119       <DependentUpon>OptionDialog.cs</DependentUpon>\r
120     </EmbeddedResource>\r
121     <EmbeddedResource Include="PackageListViewForm.resx">\r
122       <DependentUpon>PackageListViewForm.cs</DependentUpon>\r
123     </EmbeddedResource>\r
124     <EmbeddedResource Include="InstallationConfirmForm.resx">\r
125       <DependentUpon>InstallationConfirmForm.cs</DependentUpon>\r
126     </EmbeddedResource>\r
127     <EmbeddedResource Include="PackageUninstallConfirmForm.resx">\r
128       <DependentUpon>PackageUninstallConfirmForm.cs</DependentUpon>\r
129     </EmbeddedResource>\r
130     <EmbeddedResource Include="UserPrefForm.resx">\r
131       <DependentUpon>UserPrefForm.cs</DependentUpon>\r
132     </EmbeddedResource>\r
133     <None Include="AppliStation.ico" />\r
134     <None Include="SplashScreen.png">\r
135       <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r
136     </None>\r
137   </ItemGroup>\r
138   <ItemGroup>\r
139     <Folder Include="AppliStation.Util" />\r
140     <Folder Include="AppliStation.PackageInfo" />\r
141     <ProjectReference Include="..\na-get-lib\na-get-lib.csproj">\r
142       <Project>{058E953D-3986-4F74-8516-5A50D267D36A}</Project>\r
143       <Name>na-get-lib</Name>\r
144     </ProjectReference>\r
145   </ItemGroup>\r
146 </Project>\r