OSDN Git Service

とりあえずコミット
[sortfiles/SortFiles.git] / SortFiles / SortFiles.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{D64FC1EC-7713-4FE1-83F6-F690E63ECD26}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>SortFiles</RootNamespace>
12     <AssemblyName>SortFiles</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15     <FileAlignment>512</FileAlignment>
16     <IsWebBootstrapper>false</IsWebBootstrapper>
17     <PublishUrl>publish\</PublishUrl>
18     <Install>true</Install>
19     <InstallFrom>Disk</InstallFrom>
20     <UpdateEnabled>false</UpdateEnabled>
21     <UpdateMode>Foreground</UpdateMode>
22     <UpdateInterval>7</UpdateInterval>
23     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24     <UpdatePeriodically>false</UpdatePeriodically>
25     <UpdateRequired>false</UpdateRequired>
26     <MapFileExtensions>true</MapFileExtensions>
27     <ApplicationRevision>1</ApplicationRevision>
28     <ApplicationVersion>0.2.0.%2a</ApplicationVersion>
29     <UseApplicationTrust>false</UseApplicationTrust>
30     <PublishWizardCompleted>true</PublishWizardCompleted>
31     <BootstrapperEnabled>true</BootstrapperEnabled>
32   </PropertyGroup>
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34     <PlatformTarget>x86</PlatformTarget>
35     <DebugSymbols>true</DebugSymbols>
36     <DebugType>full</DebugType>
37     <Optimize>false</Optimize>
38     <OutputPath>bin\Debug\</OutputPath>
39     <DefineConstants>DEBUG;TRACE</DefineConstants>
40     <ErrorReport>prompt</ErrorReport>
41     <WarningLevel>4</WarningLevel>
42   </PropertyGroup>
43   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
44     <PlatformTarget>x86</PlatformTarget>
45     <DebugType>pdbonly</DebugType>
46     <Optimize>true</Optimize>
47     <OutputPath>bin\Release\</OutputPath>
48     <DefineConstants>TRACE</DefineConstants>
49     <ErrorReport>prompt</ErrorReport>
50     <WarningLevel>4</WarningLevel>
51   </PropertyGroup>
52   <PropertyGroup>
53     <ManifestCertificateThumbprint>980C9F273187A7244F44E415E73487B3AEB7B679</ManifestCertificateThumbprint>
54   </PropertyGroup>
55   <PropertyGroup>
56     <ManifestKeyFile>SortFiles_TemporaryKey.pfx</ManifestKeyFile>
57   </PropertyGroup>
58   <PropertyGroup>
59     <GenerateManifests>true</GenerateManifests>
60   </PropertyGroup>
61   <PropertyGroup>
62     <SignManifests>true</SignManifests>
63   </PropertyGroup>
64   <ItemGroup>
65     <Reference Include="System" />
66     <Reference Include="System.Core" />
67     <Reference Include="System.Xml.Linq" />
68     <Reference Include="System.Data.DataSetExtensions" />
69     <Reference Include="Microsoft.CSharp" />
70     <Reference Include="System.Data" />
71     <Reference Include="System.Deployment" />
72     <Reference Include="System.Drawing" />
73     <Reference Include="System.Windows.Forms" />
74     <Reference Include="System.Xml" />
75   </ItemGroup>
76   <ItemGroup>
77     <Compile Include="Form1.cs">
78       <SubType>Form</SubType>
79     </Compile>
80     <Compile Include="Form1.Designer.cs">
81       <DependentUpon>Form1.cs</DependentUpon>
82     </Compile>
83     <Compile Include="Program.cs" />
84     <Compile Include="Properties\AssemblyInfo.cs" />
85     <EmbeddedResource Include="Form1.resx">
86       <DependentUpon>Form1.cs</DependentUpon>
87     </EmbeddedResource>
88     <EmbeddedResource Include="Properties\Resources.resx">
89       <Generator>ResXFileCodeGenerator</Generator>
90       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
91       <SubType>Designer</SubType>
92     </EmbeddedResource>
93     <Compile Include="Properties\Resources.Designer.cs">
94       <AutoGen>True</AutoGen>
95       <DependentUpon>Resources.resx</DependentUpon>
96       <DesignTime>True</DesignTime>
97     </Compile>
98     <None Include="app.config" />
99     <None Include="Properties\Settings.settings">
100       <Generator>SettingsSingleFileGenerator</Generator>
101       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
102     </None>
103     <Compile Include="Properties\Settings.Designer.cs">
104       <AutoGen>True</AutoGen>
105       <DependentUpon>Settings.settings</DependentUpon>
106       <DesignTimeSharedInput>True</DesignTimeSharedInput>
107     </Compile>
108     <None Include="SortFiles_TemporaryKey.pfx" />
109   </ItemGroup>
110   <ItemGroup>
111     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
112       <Visible>False</Visible>
113       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
114       <Install>true</Install>
115     </BootstrapperPackage>
116     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
117       <Visible>False</Visible>
118       <ProductName>.NET Framework 3.5 SP1</ProductName>
119       <Install>false</Install>
120     </BootstrapperPackage>
121     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
122       <Visible>False</Visible>
123       <ProductName>Windows インストーラー 3.1</ProductName>
124       <Install>true</Install>
125     </BootstrapperPackage>
126   </ItemGroup>
127   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
128   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
129        Other similar extension points exist, see Microsoft.Common.targets.
130   <Target Name="BeforeBuild">
131   </Target>
132   <Target Name="AfterBuild">
133   </Target>
134   -->
135 </Project>