OSDN Git Service

VS2012に移行した
[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.5</TargetFrameworkVersion>\r
14     <TargetFrameworkProfile>\r
15     </TargetFrameworkProfile>\r
16     <FileAlignment>512</FileAlignment>\r
17   </PropertyGroup>\r
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
19     <PlatformTarget>x86</PlatformTarget>\r
20     <DebugSymbols>true</DebugSymbols>\r
21     <DebugType>full</DebugType>\r
22     <Optimize>false</Optimize>\r
23     <OutputPath>bin\Debug\</OutputPath>\r
24     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
25     <ErrorReport>prompt</ErrorReport>\r
26     <WarningLevel>4</WarningLevel>\r
27     <Prefer32Bit>false</Prefer32Bit>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
30     <PlatformTarget>x86</PlatformTarget>\r
31     <DebugType>pdbonly</DebugType>\r
32     <Optimize>true</Optimize>\r
33     <OutputPath>bin\Release\</OutputPath>\r
34     <DefineConstants>TRACE</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37     <Prefer32Bit>false</Prefer32Bit>\r
38   </PropertyGroup>\r
39   <ItemGroup>\r
40     <Reference Include="System" />\r
41     <Reference Include="System.Data" />\r
42     <Reference Include="System.Data.Linq" />\r
43     <Reference Include="System.Drawing" />\r
44     <Reference Include="System.Windows.Forms" />\r
45     <Reference Include="System.XML" />\r
46     <Reference Include="System.Xml.Linq" />\r
47     <Reference Include="Trinet.Core.IO.Ntfs">\r
48       <HintPath>..\Libs\Trinet.Core.IO.Ntfs.dll</HintPath>\r
49     </Reference>\r
50   </ItemGroup>\r
51   <ItemGroup>\r
52     <Compile Include="BreakRecyleBin.cs" />\r
53     <Compile Include="FileBreaker.cs" />\r
54     <Compile Include="IOperation.cs" />\r
55     <Compile Include="MainForm.cs">\r
56       <SubType>Form</SubType>\r
57     </Compile>\r
58     <Compile Include="MainForm.Designer.cs">\r
59       <DependentUpon>MainForm.cs</DependentUpon>\r
60     </Compile>\r
61     <Compile Include="Program.cs" />\r
62     <Compile Include="Properties\AssemblyInfo.cs" />\r
63     <Compile Include="RecyleBinCollection.cs" />\r
64     <Compile Include="SharedInfo.cs" />\r
65     <Compile Include="ShrredFiles.cs" />\r
66     <EmbeddedResource Include="MainForm.resx">\r
67       <DependentUpon>MainForm.cs</DependentUpon>\r
68     </EmbeddedResource>\r
69     <EmbeddedResource Include="Properties\Resources.resx">\r
70       <Generator>ResXFileCodeGenerator</Generator>\r
71       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
72       <SubType>Designer</SubType>\r
73     </EmbeddedResource>\r
74     <Compile Include="Properties\Resources.Designer.cs">\r
75       <AutoGen>True</AutoGen>\r
76       <DependentUpon>Resources.resx</DependentUpon>\r
77       <DesignTime>True</DesignTime>\r
78     </Compile>\r
79     <None Include="app.config" />\r
80     <None Include="Properties\Settings.settings">\r
81       <Generator>SettingsSingleFileGenerator</Generator>\r
82       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
83     </None>\r
84     <Compile Include="Properties\Settings.Designer.cs">\r
85       <AutoGen>True</AutoGen>\r
86       <DependentUpon>Settings.settings</DependentUpon>\r
87       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
88     </Compile>\r
89   </ItemGroup>\r
90   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
91   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
92        Other similar extension points exist, see Microsoft.Common.targets.\r
93   <Target Name="BeforeBuild">\r
94   </Target>\r
95   <Target Name="AfterBuild">\r
96   </Target>\r
97   -->\r
98 </Project>