OSDN Git Service

SVNから移行した
[completeeraser/CompleteEraser.git] / CompleteEraser / CompleteEraser.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>\r
6     <ProductVersion>8.0.30703</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{96FE14DF-32CB-4826-A6D8-304AD554BAA6}</ProjectGuid>\r
9     <OutputType>WinExe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>CompleteEraser</RootNamespace>\r
12     <AssemblyName>CompleteEraser</AssemblyName>\r
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
14     <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r
15     <FileAlignment>512</FileAlignment>\r
16   </PropertyGroup>\r
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
18     <PlatformTarget>x86</PlatformTarget>\r
19     <DebugSymbols>true</DebugSymbols>\r
20     <DebugType>full</DebugType>\r
21     <Optimize>false</Optimize>\r
22     <OutputPath>bin\Debug\</OutputPath>\r
23     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
24     <ErrorReport>prompt</ErrorReport>\r
25     <WarningLevel>4</WarningLevel>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
28     <PlatformTarget>x86</PlatformTarget>\r
29     <DebugType>pdbonly</DebugType>\r
30     <Optimize>true</Optimize>\r
31     <OutputPath>bin\Release\</OutputPath>\r
32     <DefineConstants>TRACE</DefineConstants>\r
33     <ErrorReport>prompt</ErrorReport>\r
34     <WarningLevel>4</WarningLevel>\r
35   </PropertyGroup>\r
36   <ItemGroup>\r
37     <Reference Include="System" />\r
38     <Reference Include="System.Data" />\r
39     <Reference Include="System.Data.Linq" />\r
40     <Reference Include="System.Drawing" />\r
41     <Reference Include="System.Windows.Forms" />\r
42     <Reference Include="System.XML" />\r
43     <Reference Include="System.Xml.Linq" />\r
44   </ItemGroup>\r
45   <ItemGroup>\r
46     <Compile Include="BreakRecyleBin.cs" />\r
47     <Compile Include="FileBreaker.cs" />\r
48     <Compile Include="IOperation.cs" />\r
49     <Compile Include="MainForm.cs">\r
50       <SubType>Form</SubType>\r
51     </Compile>\r
52     <Compile Include="MainForm.Designer.cs">\r
53       <DependentUpon>MainForm.cs</DependentUpon>\r
54     </Compile>\r
55     <Compile Include="Program.cs" />\r
56     <Compile Include="Properties\AssemblyInfo.cs" />\r
57     <Compile Include="RecyleBinCollection.cs" />\r
58     <Compile Include="SharedInfo.cs" />\r
59     <Compile Include="ShrredFiles.cs" />\r
60     <EmbeddedResource Include="MainForm.resx">\r
61       <DependentUpon>MainForm.cs</DependentUpon>\r
62     </EmbeddedResource>\r
63     <EmbeddedResource Include="Properties\Resources.resx">\r
64       <Generator>ResXFileCodeGenerator</Generator>\r
65       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
66       <SubType>Designer</SubType>\r
67     </EmbeddedResource>\r
68     <Compile Include="Properties\Resources.Designer.cs">\r
69       <AutoGen>True</AutoGen>\r
70       <DependentUpon>Resources.resx</DependentUpon>\r
71       <DesignTime>True</DesignTime>\r
72     </Compile>\r
73     <None Include="app.config" />\r
74     <None Include="Properties\Settings.settings">\r
75       <Generator>SettingsSingleFileGenerator</Generator>\r
76       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
77     </None>\r
78     <Compile Include="Properties\Settings.Designer.cs">\r
79       <AutoGen>True</AutoGen>\r
80       <DependentUpon>Settings.settings</DependentUpon>\r
81       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
82     </Compile>\r
83   </ItemGroup>\r
84   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
85   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
86        Other similar extension points exist, see Microsoft.Common.targets.\r
87   <Target Name="BeforeBuild">\r
88   </Target>\r
89   <Target Name="AfterBuild">\r
90   </Target>\r
91   -->\r
92 </Project>