OSDN Git Service

ボタンにアイコンを付けてみた
[futonwriter/old_trunk.git] / HatenaDiaryClient / HatenaDiaryClient.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>{6DC7E9FD-BA1C-456A-A8BC-3D7CA41B0460}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Azyobuzi.HatenaDiaryClient</RootNamespace>
12     <AssemblyName>HatenaDiaryClient</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15     <FileAlignment>512</FileAlignment>
16     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17     <WarningLevel>4</WarningLevel>
18     <ExpressionBlendVersion>4.0.20621.0</ExpressionBlendVersion>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21     <DebugSymbols>true</DebugSymbols>
22     <DebugType>full</DebugType>
23     <Optimize>false</Optimize>
24     <OutputPath>bin\Debug\</OutputPath>
25     <DefineConstants>DEBUG;TRACE</DefineConstants>
26     <ErrorReport>prompt</ErrorReport>
27     <WarningLevel>4</WarningLevel>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
30     <DebugType>pdbonly</DebugType>
31     <Optimize>true</Optimize>
32     <OutputPath>bin\Release\</OutputPath>
33     <DefineConstants>TRACE</DefineConstants>
34     <ErrorReport>prompt</ErrorReport>
35     <WarningLevel>4</WarningLevel>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="Livet, Version=0.9.2011.429, Culture=neutral, processorArchitecture=MSIL">
39       <SpecificVersion>False</SpecificVersion>
40       <HintPath>..\..\..\..\AppData\Local\Temporary Projects\HatenaDiaryClient\InfrastructureAssemblies\Livet.dll</HintPath>
41     </Reference>
42     <Reference Include="Microsoft.Expression.Interactions">
43       <SpecificVersion>False</SpecificVersion>
44       <HintPath>..\..\..\..\AppData\Local\Temporary Projects\HatenaDiaryClient\InfrastructureAssemblies\Microsoft.Expression.Interactions.dll</HintPath>
45     </Reference>
46     <Reference Include="System" />
47     <Reference Include="System.Data" />
48     <Reference Include="System.Windows.Interactivity">
49       <SpecificVersion>False</SpecificVersion>
50       <HintPath>..\..\..\..\AppData\Local\Temporary Projects\HatenaDiaryClient\InfrastructureAssemblies\System.Windows.Interactivity.dll</HintPath>
51     </Reference>
52     <Reference Include="System.Xml" />
53     <Reference Include="Microsoft.CSharp" />
54     <Reference Include="System.Core" />
55     <Reference Include="System.Xml.Linq" />
56     <Reference Include="System.Data.DataSetExtensions" />
57     <Reference Include="System.Xaml">
58       <RequiredTargetFramework>4.0</RequiredTargetFramework>
59     </Reference>
60     <Reference Include="WindowsBase" />
61     <Reference Include="PresentationCore" />
62     <Reference Include="PresentationFramework" />
63   </ItemGroup>
64   <ItemGroup>
65     <ApplicationDefinition Include="App.xaml">
66       <Generator>MSBuild:Compile</Generator>
67       <SubType>Designer</SubType>
68     </ApplicationDefinition>
69     <Page Include="Views\MainWindow.xaml">
70       <Generator>MSBuild:Compile</Generator>
71       <SubType>Designer</SubType>
72     </Page>
73     <Compile Include="App.xaml.cs">
74       <DependentUpon>App.xaml</DependentUpon>
75       <SubType>Code</SubType>
76     </Compile>
77     <Compile Include="Models\Hatena\BlogEntry.cs" />
78     <Compile Include="Models\Hatena\FotolifeEntry.cs" />
79     <Compile Include="Models\Hatena\HatenaDiary.cs" />
80     <Compile Include="Models\Hatena\HatenaFotolife.cs" />
81     <Compile Include="Models\Hatena\WsseAtomConnection.cs" />
82     <Compile Include="Models\Hatena\XmlNamespaces.cs" />
83     <Compile Include="Models\Model.cs" />
84     <Compile Include="ViewModels\MainWindowViewModel.cs" />
85     <Compile Include="Views\MainWindow.xaml.cs">
86       <DependentUpon>MainWindow.xaml</DependentUpon>
87       <SubType>Code</SubType>
88     </Compile>
89   </ItemGroup>
90   <ItemGroup>
91     <Compile Include="Properties\AssemblyInfo.cs">
92       <SubType>Code</SubType>
93     </Compile>
94     <Compile Include="Properties\Resources.Designer.cs">
95       <AutoGen>True</AutoGen>
96       <DesignTime>True</DesignTime>
97       <DependentUpon>Resources.resx</DependentUpon>
98     </Compile>
99     <Compile Include="Properties\Settings.Designer.cs">
100       <AutoGen>True</AutoGen>
101       <DependentUpon>Settings.settings</DependentUpon>
102       <DesignTimeSharedInput>True</DesignTimeSharedInput>
103     </Compile>
104     <EmbeddedResource Include="Properties\Resources.resx">
105       <Generator>ResXFileCodeGenerator</Generator>
106       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
107     </EmbeddedResource>
108     <None Include="Properties\Settings.settings">
109       <Generator>SettingsSingleFileGenerator</Generator>
110       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
111     </None>
112     <AppDesigner Include="Properties\" />
113   </ItemGroup>
114   <ItemGroup>
115     <Resource Include="Images\Send Document.png" />
116     <Content Include="InfrastructureAssemblies\Design\Livet.Design.dll" />
117     <Content Include="InfrastructureAssemblies\Design\Livet.Expression.Design.dll" />
118     <Content Include="InfrastructureAssemblies\Livet.dll" />
119     <Resource Include="InfrastructureAssemblies\Livet.XML" />
120     <Content Include="InfrastructureAssemblies\Microsoft.Expression.Interactions.dll" />
121     <Content Include="InfrastructureAssemblies\System.Windows.Interactivity.dll" />
122   </ItemGroup>
123   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
124   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
125        Other similar extension points exist, see Microsoft.Common.targets.
126   <Target Name="BeforeBuild">
127   </Target>
128   <Target Name="AfterBuild">
129   </Target>
130   -->
131 </Project>