OSDN Git Service

・DateIdとかいうプロパティを追加
[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\HatenaDiary.cs" />
79     <Compile Include="Models\Hatena\WsseAtomConnection.cs" />
80     <Compile Include="Models\Hatena\XmlNamespaces.cs" />
81     <Compile Include="Models\Model.cs" />
82     <Compile Include="ViewModels\MainWindowViewModel.cs" />
83     <Compile Include="Views\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     <Compile Include="Properties\Resources.Designer.cs">
93       <AutoGen>True</AutoGen>
94       <DesignTime>True</DesignTime>
95       <DependentUpon>Resources.resx</DependentUpon>
96     </Compile>
97     <Compile Include="Properties\Settings.Designer.cs">
98       <AutoGen>True</AutoGen>
99       <DependentUpon>Settings.settings</DependentUpon>
100       <DesignTimeSharedInput>True</DesignTimeSharedInput>
101     </Compile>
102     <EmbeddedResource Include="Properties\Resources.resx">
103       <Generator>ResXFileCodeGenerator</Generator>
104       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
105     </EmbeddedResource>
106     <None Include="Properties\Settings.settings">
107       <Generator>SettingsSingleFileGenerator</Generator>
108       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
109     </None>
110     <AppDesigner Include="Properties\" />
111   </ItemGroup>
112   <ItemGroup>
113     <Content Include="InfrastructureAssemblies\Design\Livet.Design.dll" />
114     <Content Include="InfrastructureAssemblies\Design\Livet.Expression.Design.dll" />
115     <Content Include="InfrastructureAssemblies\Livet.dll" />
116     <Resource Include="InfrastructureAssemblies\Livet.XML" />
117     <Content Include="InfrastructureAssemblies\Microsoft.Expression.Interactions.dll" />
118     <Content Include="InfrastructureAssemblies\System.Windows.Interactivity.dll" />
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>