OSDN Git Service

6a380ebb6337fea4c9768926fa684d749177880c
[fooeditengine/FooEditEngine.git] / WPF / Test / Test.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>{7E9B304F-B087-46F7-AE70-C7ACF64C5FCC}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Test</RootNamespace>
12     <AssemblyName>Test</AssemblyName>
13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14     <TargetFrameworkProfile>
15     </TargetFrameworkProfile>
16     <FileAlignment>512</FileAlignment>
17     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
18     <WarningLevel>4</WarningLevel>
19     <PublishUrl>publish\</PublishUrl>
20     <Install>true</Install>
21     <InstallFrom>Disk</InstallFrom>
22     <UpdateEnabled>false</UpdateEnabled>
23     <UpdateMode>Foreground</UpdateMode>
24     <UpdateInterval>7</UpdateInterval>
25     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26     <UpdatePeriodically>false</UpdatePeriodically>
27     <UpdateRequired>false</UpdateRequired>
28     <MapFileExtensions>true</MapFileExtensions>
29     <ApplicationRevision>0</ApplicationRevision>
30     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31     <IsWebBootstrapper>false</IsWebBootstrapper>
32     <UseApplicationTrust>false</UseApplicationTrust>
33     <BootstrapperEnabled>true</BootstrapperEnabled>
34   </PropertyGroup>
35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
36     <PlatformTarget>x86</PlatformTarget>
37     <DebugSymbols>true</DebugSymbols>
38     <DebugType>full</DebugType>
39     <Optimize>false</Optimize>
40     <OutputPath>bin\Debug\</OutputPath>
41     <DefineConstants>DEBUG;TRACE</DefineConstants>
42     <ErrorReport>prompt</ErrorReport>
43     <WarningLevel>4</WarningLevel>
44     <Prefer32Bit>false</Prefer32Bit>
45   </PropertyGroup>
46   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47     <PlatformTarget>x86</PlatformTarget>
48     <DebugType>pdbonly</DebugType>
49     <Optimize>true</Optimize>
50     <OutputPath>bin\Release\</OutputPath>
51     <DefineConstants>TRACE</DefineConstants>
52     <ErrorReport>prompt</ErrorReport>
53     <WarningLevel>4</WarningLevel>
54     <Prefer32Bit>false</Prefer32Bit>
55   </PropertyGroup>
56   <PropertyGroup />
57   <ItemGroup>
58     <Reference Include="ReachFramework" />
59     <Reference Include="System" />
60     <Reference Include="System.Data" />
61     <Reference Include="System.Printing" />
62     <Reference Include="System.Xaml">
63       <RequiredTargetFramework>4.0</RequiredTargetFramework>
64     </Reference>
65     <Reference Include="WindowsBase" />
66     <Reference Include="PresentationCore" />
67     <Reference Include="PresentationFramework" />
68   </ItemGroup>
69   <ItemGroup>
70     <ApplicationDefinition Include="App.xaml">
71       <Generator>MSBuild:Compile</Generator>
72       <SubType>Designer</SubType>
73     </ApplicationDefinition>
74     <Compile Include="WZTextFoldingGenerator.cs" />
75     <Page Include="MainWindow.xaml">
76       <Generator>MSBuild:Compile</Generator>
77       <SubType>Designer</SubType>
78     </Page>
79     <Compile Include="App.xaml.cs">
80       <DependentUpon>App.xaml</DependentUpon>
81       <SubType>Code</SubType>
82     </Compile>
83     <Compile Include="MainWindow.xaml.cs">
84       <DependentUpon>MainWindow.xaml</DependentUpon>
85       <SubType>Code</SubType>
86     </Compile>
87   </ItemGroup>
88   <ItemGroup>
89     <Compile Include="Properties\AssemblyInfo.cs">
90       <SubType>Code</SubType>
91     </Compile>
92     <AppDesigner Include="Properties\" />
93   </ItemGroup>
94   <ItemGroup>
95     <ProjectReference Include="..\FooEditEngine\FooEditEngine.csproj">
96       <Project>{DF4749AD-66F4-44F3-B0E4-84214CB48BA8}</Project>
97       <Name>FooEditEngine</Name>
98     </ProjectReference>
99   </ItemGroup>
100   <ItemGroup>
101     <BootstrapperPackage Include=".NETFramework,Version=v4.5">
102       <Visible>False</Visible>
103       <ProductName>Microsoft .NET Framework 4.5 %28x86 および x64%29</ProductName>
104       <Install>true</Install>
105     </BootstrapperPackage>
106     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
107       <Visible>False</Visible>
108       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
109       <Install>false</Install>
110     </BootstrapperPackage>
111     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
112       <Visible>False</Visible>
113       <ProductName>.NET Framework 3.5 SP1</ProductName>
114       <Install>false</Install>
115     </BootstrapperPackage>
116   </ItemGroup>
117   <ItemGroup>
118     <None Include="app.config" />
119   </ItemGroup>
120   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
121   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
122        Other similar extension points exist, see Microsoft.Common.targets.
123   <Target Name="BeforeBuild">
124   </Target>
125   <Target Name="AfterBuild">
126   </Target>
127   -->
128 </Project>