OSDN Git Service

コア部分を共通プロジェクト化した
[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     <Page Include="MainWindow.xaml">
75       <Generator>MSBuild:Compile</Generator>
76       <SubType>Designer</SubType>
77     </Page>
78     <Compile Include="App.xaml.cs">
79       <DependentUpon>App.xaml</DependentUpon>
80       <SubType>Code</SubType>
81     </Compile>
82     <Compile Include="MainWindow.xaml.cs">
83       <DependentUpon>MainWindow.xaml</DependentUpon>
84       <SubType>Code</SubType>
85     </Compile>
86   </ItemGroup>
87   <ItemGroup>
88     <Compile Include="Properties\AssemblyInfo.cs">
89       <SubType>Code</SubType>
90     </Compile>
91     <Compile Include="Properties\Resources.Designer.cs">
92       <AutoGen>True</AutoGen>
93       <DesignTime>True</DesignTime>
94       <DependentUpon>Resources.resx</DependentUpon>
95     </Compile>
96     <Compile Include="Properties\Settings.Designer.cs">
97       <AutoGen>True</AutoGen>
98       <DependentUpon>Settings.settings</DependentUpon>
99       <DesignTimeSharedInput>True</DesignTimeSharedInput>
100     </Compile>
101     <EmbeddedResource Include="Properties\Resources.resx">
102       <Generator>ResXFileCodeGenerator</Generator>
103       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
104     </EmbeddedResource>
105     <None Include="Properties\Settings.settings">
106       <Generator>SettingsSingleFileGenerator</Generator>
107       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
108     </None>
109     <AppDesigner Include="Properties\" />
110   </ItemGroup>
111   <ItemGroup>
112     <ProjectReference Include="..\FooEditEngine\FooEditEngine.csproj">
113       <Project>{DF4749AD-66F4-44F3-B0E4-84214CB48BA8}</Project>
114       <Name>FooEditEngine</Name>
115     </ProjectReference>
116   </ItemGroup>
117   <ItemGroup>
118     <BootstrapperPackage Include=".NETFramework,Version=v4.5">
119       <Visible>False</Visible>
120       <ProductName>Microsoft .NET Framework 4.5 %28x86 および x64%29</ProductName>
121       <Install>true</Install>
122     </BootstrapperPackage>
123     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
124       <Visible>False</Visible>
125       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
126       <Install>false</Install>
127     </BootstrapperPackage>
128     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
129       <Visible>False</Visible>
130       <ProductName>.NET Framework 3.5 SP1</ProductName>
131       <Install>false</Install>
132     </BootstrapperPackage>
133   </ItemGroup>
134   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
135   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
136        Other similar extension points exist, see Microsoft.Common.targets.
137   <Target Name="BeforeBuild">
138   </Target>
139   <Target Name="AfterBuild">
140   </Target>
141   -->
142 </Project>