OSDN Git Service

.Net4対応
[filenamechenger/filenamechanger.git] / UserControl / UserControls.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{BFA602E9-04B3-415E-BE5B-FDF23C5B7E7E}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>UserControls</RootNamespace>
12     <AssemblyName>UserControls</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <FileUpgradeFlags>
16     </FileUpgradeFlags>
17     <UpgradeBackupLocation>
18     </UpgradeBackupLocation>
19     <OldToolsVersion>3.5</OldToolsVersion>
20     <TargetFrameworkProfile />
21   </PropertyGroup>
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23     <DebugSymbols>true</DebugSymbols>
24     <DebugType>full</DebugType>
25     <Optimize>false</Optimize>
26     <OutputPath>bin\Debug\</OutputPath>
27     <DefineConstants>DEBUG;TRACE</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30     <Prefer32Bit>false</Prefer32Bit>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33     <DebugType>pdbonly</DebugType>
34     <Optimize>true</Optimize>
35     <OutputPath>bin\Release\</OutputPath>
36     <DefineConstants>TRACE</DefineConstants>
37     <ErrorReport>prompt</ErrorReport>
38     <WarningLevel>4</WarningLevel>
39     <Prefer32Bit>false</Prefer32Bit>
40   </PropertyGroup>
41   <ItemGroup>
42     <Reference Include="PresentationCore">
43     </Reference>
44     <Reference Include="PresentationFramework">
45     </Reference>
46     <Reference Include="System" />
47     <Reference Include="System.Core">
48     </Reference>
49     <Reference Include="System.Windows.Forms" />
50     <Reference Include="System.Xaml" />
51     <Reference Include="System.Xml.Linq">
52     </Reference>
53     <Reference Include="System.Data.DataSetExtensions">
54     </Reference>
55     <Reference Include="System.Data" />
56     <Reference Include="System.Xml" />
57     <Reference Include="WindowsBase">
58     </Reference>
59   </ItemGroup>
60   <ItemGroup>
61     <Compile Include="Properties\AssemblyInfo.cs" />
62     <Compile Include="UCFileSelectTextBox.xaml.cs">
63       <DependentUpon>UCFileSelectTextBox.xaml</DependentUpon>
64     </Compile>
65   </ItemGroup>
66   <ItemGroup>
67     <Page Include="UCFileSelectTextBox.xaml">
68       <Generator>MSBuild:Compile</Generator>
69       <SubType>Designer</SubType>
70     </Page>
71   </ItemGroup>
72   <ItemGroup>
73     <Resource Include="dir.JPG" />
74   </ItemGroup>
75   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
77        Other similar extension points exist, see Microsoft.Common.targets.
78   <Target Name="BeforeBuild">
79   </Target>
80   <Target Name="AfterBuild">
81   </Target>
82   -->
83 </Project>