1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <ProjectType>Local</ProjectType>
\r
4 <ProductVersion>8.0.50727</ProductVersion>
\r
5 <SchemaVersion>2.0</SchemaVersion>
\r
6 <ProjectGuid>{21D53700-22BA-4D9C-92C1-82045B5F7FF9}</ProjectGuid>
\r
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
9 <ApplicationIcon>App.ico</ApplicationIcon>
\r
10 <AssemblyKeyContainerName>
\r
11 </AssemblyKeyContainerName>
\r
12 <AssemblyName>BlogSample</AssemblyName>
\r
13 <AssemblyOriginatorKeyFile>
\r
14 </AssemblyOriginatorKeyFile>
\r
15 <DefaultClientScript>JScript</DefaultClientScript>
\r
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
\r
17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
\r
18 <DelaySign>false</DelaySign>
\r
19 <OutputType>WinExe</OutputType>
\r
20 <RootNamespace>BlogSample</RootNamespace>
\r
21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
\r
26 <UpgradeBackupLocation>
\r
27 </UpgradeBackupLocation>
\r
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
30 <OutputPath>bin\</OutputPath>
\r
31 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
\r
32 <BaseAddress>285212672</BaseAddress>
\r
33 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
\r
34 <ConfigurationOverrideFile>
\r
35 </ConfigurationOverrideFile>
\r
36 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
38 </DocumentationFile>
\r
39 <DebugSymbols>true</DebugSymbols>
\r
40 <FileAlignment>4096</FileAlignment>
\r
41 <NoStdLib>false</NoStdLib>
\r
44 <Optimize>false</Optimize>
\r
45 <RegisterForComInterop>false</RegisterForComInterop>
\r
46 <RemoveIntegerChecks>false</RemoveIntegerChecks>
\r
47 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
\r
48 <WarningLevel>4</WarningLevel>
\r
49 <DebugType>full</DebugType>
\r
50 <ErrorReport>prompt</ErrorReport>
\r
52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
53 <OutputPath>bin\</OutputPath>
\r
54 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
\r
55 <BaseAddress>285212672</BaseAddress>
\r
56 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
\r
57 <ConfigurationOverrideFile>
\r
58 </ConfigurationOverrideFile>
\r
59 <DefineConstants>TRACE</DefineConstants>
\r
61 </DocumentationFile>
\r
62 <DebugSymbols>false</DebugSymbols>
\r
63 <FileAlignment>4096</FileAlignment>
\r
64 <NoStdLib>false</NoStdLib>
\r
67 <Optimize>true</Optimize>
\r
68 <RegisterForComInterop>false</RegisterForComInterop>
\r
69 <RemoveIntegerChecks>false</RemoveIntegerChecks>
\r
70 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
\r
71 <WarningLevel>4</WarningLevel>
\r
72 <DebugType>none</DebugType>
\r
73 <ErrorReport>prompt</ErrorReport>
\r
76 <Reference Include="Castle.ActiveRecord">
\r
77 <Name>Castle.ActiveRecord</Name>
\r
78 <HintPath>..\..\..\build\net-1.1\debug\Castle.ActiveRecord.dll</HintPath>
\r
80 <Reference Include="Castle.Core">
\r
81 <Name>Castle.Core</Name>
\r
82 <HintPath>..\..\..\build\net-1.1\debug\Castle.Core.dll</HintPath>
\r
84 <Reference Include="Iesi.Collections">
\r
85 <Name>Iesi.Collections</Name>
\r
86 <HintPath>..\..\..\build\net-1.1\debug\Iesi.Collections.dll</HintPath>
\r
88 <Reference Include="log4net">
\r
89 <Name>log4net</Name>
\r
90 <HintPath>..\..\..\build\net-1.1\debug\log4net.dll</HintPath>
\r
92 <Reference Include="NHibernate">
\r
93 <Name>NHibernate</Name>
\r
94 <HintPath>..\..\..\build\net-1.1\debug\NHibernate.dll</HintPath>
\r
96 <Reference Include="System">
\r
99 <Reference Include="System.Data">
\r
100 <Name>System.Data</Name>
\r
102 <Reference Include="System.Drawing">
\r
103 <Name>System.Drawing</Name>
\r
105 <Reference Include="System.Windows.Forms">
\r
106 <Name>System.Windows.Forms</Name>
\r
108 <Reference Include="System.Xml">
\r
109 <Name>System.XML</Name>
\r
113 <Compile Include="App.cs">
\r
114 <SubType>Code</SubType>
\r
116 <Compile Include="AssemblyInfo.cs">
\r
117 <SubType>Code</SubType>
\r
119 <Compile Include="Models\Blog.cs">
\r
120 <SubType>Code</SubType>
\r
122 <Compile Include="Models\Post.cs">
\r
123 <SubType>Code</SubType>
\r
125 <Compile Include="Models\User.cs">
\r
126 <SubType>Code</SubType>
\r
128 <Compile Include="UI\BlogForm.cs">
\r
129 <SubType>Form</SubType>
\r
131 <Compile Include="UI\BlogManagement.cs">
\r
132 <SubType>Form</SubType>
\r
134 <Compile Include="UI\LoginForm.cs">
\r
135 <SubType>Form</SubType>
\r
137 <Compile Include="UI\PostForm.cs">
\r
138 <SubType>Form</SubType>
\r
140 <Compile Include="UI\PostManagement.cs">
\r
141 <SubType>Form</SubType>
\r
143 <Content Include="App.ico" />
\r
144 <Content Include="appconfig.xml" />
\r
145 <EmbeddedResource Include="UI\BlogForm.resx">
\r
146 <DependentUpon>BlogForm.cs</DependentUpon>
\r
147 </EmbeddedResource>
\r
148 <EmbeddedResource Include="UI\BlogManagement.resx">
\r
149 <DependentUpon>BlogManagement.cs</DependentUpon>
\r
150 </EmbeddedResource>
\r
151 <EmbeddedResource Include="UI\LoginForm.resx">
\r
152 <DependentUpon>LoginForm.cs</DependentUpon>
\r
153 </EmbeddedResource>
\r
154 <EmbeddedResource Include="UI\PostForm.resx">
\r
155 <DependentUpon>PostForm.cs</DependentUpon>
\r
156 </EmbeddedResource>
\r
157 <EmbeddedResource Include="UI\PostManagement.resx">
\r
158 <DependentUpon>PostManagement.cs</DependentUpon>
\r
159 </EmbeddedResource>
\r
161 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r