OSDN Git Service

久しぶりにコミット。
[html5test/HTML5Test.git] / WebApplication2.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)' == '' ">AnyCPU</Platform>
6     <ProductVersion>
7     </ProductVersion>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{74C34B4A-6B94-49DF-8C66-277E250F9C17}</ProjectGuid>
10     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11     <OutputType>Library</OutputType>
12     <AppDesignerFolder>Properties</AppDesignerFolder>
13     <RootNamespace>WebApplication2</RootNamespace>
14     <AssemblyName>WebApplication2</AssemblyName>
15     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <DebugType>pdbonly</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\</OutputPath>
30     <DefineConstants>TRACE</DefineConstants>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="Microsoft.CSharp" />
36     <Reference Include="System" />
37     <Reference Include="System.Data" />
38     <Reference Include="System.Core" />
39     <Reference Include="System.Data.DataSetExtensions" />
40     <Reference Include="System.Web.Extensions" />
41     <Reference Include="System.Xml.Linq" />
42     <Reference Include="System.Drawing" />
43     <Reference Include="System.Web" />
44     <Reference Include="System.Xml" />
45     <Reference Include="System.Configuration" />
46     <Reference Include="System.Web.Services" />
47     <Reference Include="System.EnterpriseServices" />
48     <Reference Include="System.Web.DynamicData" />
49     <Reference Include="System.Web.Entity" />
50     <Reference Include="System.Web.ApplicationServices" />
51   </ItemGroup>
52   <ItemGroup>
53     <Content Include="About.aspx" />
54     <Content Include="Account\ChangePassword.aspx" />
55     <Content Include="Account\ChangePasswordSuccess.aspx" />
56     <Content Include="Account\Login.aspx" />
57     <Content Include="Account\Register.aspx" />
58     <Content Include="HTML5test0002.htm" />
59     <Content Include="Scripts\glMatrix-0.9.4.min.js" />
60     <Content Include="Scripts\glmatrix.js" />
61     <Content Include="Scripts\jquery-1.4.4.js" />
62     <Content Include="Scripts\jquery-1.4.4.min.js" />
63     <Content Include="Scripts\test.js" />
64     <Content Include="Styles\Site.css" />
65     <Content Include="Default.aspx" />
66     <Content Include="Global.asax" />
67     <Content Include="test\blog20110122.htm" />
68     <Content Include="test\blog20110125.htm" />
69     <Content Include="test\HTML5test0002.htm" />
70     <Content Include="test\html5test0003.htm" />
71     <Content Include="test\html5test0004.htm" />
72     <Content Include="test\html5test0005.htm" />
73     <Content Include="test\html5test0008.htm" />
74     <Content Include="test\html5test3d000.htm" />
75     <Content Include="test\html5test3d001.htm" />
76     <Content Include="Web.config" />
77     <Content Include="Web.Debug.config">
78       <DependentUpon>Web.config</DependentUpon>
79     </Content>
80     <Content Include="Web.Release.config">
81       <DependentUpon>Web.config</DependentUpon>
82     </Content>
83   </ItemGroup>
84   <ItemGroup>
85     <Compile Include="About.aspx.cs">
86       <DependentUpon>About.aspx</DependentUpon>
87       <SubType>ASPXCodeBehind</SubType>
88     </Compile>
89     <Compile Include="About.aspx.designer.cs">
90       <DependentUpon>About.aspx</DependentUpon>
91     </Compile>
92     <Compile Include="Account\ChangePassword.aspx.cs">
93       <DependentUpon>ChangePassword.aspx</DependentUpon>
94       <SubType>ASPXCodeBehind</SubType>
95     </Compile>
96     <Compile Include="Account\ChangePassword.aspx.designer.cs">
97       <DependentUpon>ChangePassword.aspx</DependentUpon>
98     </Compile>
99     <Compile Include="Account\ChangePasswordSuccess.aspx.cs">
100       <DependentUpon>ChangePasswordSuccess.aspx</DependentUpon>
101       <SubType>ASPXCodeBehind</SubType>
102     </Compile>
103     <Compile Include="Account\ChangePasswordSuccess.aspx.designer.cs">
104       <DependentUpon>ChangePasswordSuccess.aspx</DependentUpon>
105     </Compile>
106     <Compile Include="Account\Login.aspx.cs">
107       <DependentUpon>Login.aspx</DependentUpon>
108       <SubType>ASPXCodeBehind</SubType>
109     </Compile>
110     <Compile Include="Account\Login.aspx.designer.cs">
111       <DependentUpon>Login.aspx</DependentUpon>
112     </Compile>
113     <Compile Include="Account\Register.aspx.cs">
114       <DependentUpon>Register.aspx</DependentUpon>
115       <SubType>ASPXCodeBehind</SubType>
116     </Compile>
117     <Compile Include="Account\Register.aspx.designer.cs">
118       <DependentUpon>Register.aspx</DependentUpon>
119     </Compile>
120     <Compile Include="Default.aspx.cs">
121       <DependentUpon>Default.aspx</DependentUpon>
122       <SubType>ASPXCodeBehind</SubType>
123     </Compile>
124     <Compile Include="Default.aspx.designer.cs">
125       <DependentUpon>Default.aspx</DependentUpon>
126     </Compile>
127     <Compile Include="Global.asax.cs">
128       <DependentUpon>Global.asax</DependentUpon>
129     </Compile>
130     <Compile Include="Properties\AssemblyInfo.cs" />
131     <Compile Include="Site.Master.cs">
132       <DependentUpon>Site.Master</DependentUpon>
133       <SubType>ASPXCodeBehind</SubType>
134     </Compile>
135     <Compile Include="Site.Master.designer.cs">
136       <DependentUpon>Site.Master</DependentUpon>
137     </Compile>
138   </ItemGroup>
139   <ItemGroup>
140     <Folder Include="App_Data\" />
141   </ItemGroup>
142   <ItemGroup>
143     <Content Include="Account\Web.config" />
144     <Content Include="Site.Master" />
145   </ItemGroup>
146   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
147   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
148   <ProjectExtensions>
149     <VisualStudio>
150       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
151         <WebProjectProperties>
152           <UseIIS>False</UseIIS>
153           <AutoAssignPort>True</AutoAssignPort>
154           <DevelopmentServerPort>50171</DevelopmentServerPort>
155           <DevelopmentServerVPath>/</DevelopmentServerVPath>
156           <IISUrl>
157           </IISUrl>
158           <NTLMAuthentication>False</NTLMAuthentication>
159           <UseCustomServer>False</UseCustomServer>
160           <CustomServerUrl>
161           </CustomServerUrl>
162           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
163         </WebProjectProperties>
164       </FlavorProperties>
165     </VisualStudio>
166   </ProjectExtensions>
167   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
168        Other similar extension points exist, see Microsoft.Common.targets.
169   <Target Name="BeforeBuild">
170   </Target>
171   <Target Name="AfterBuild">
172   </Target>
173   -->
174 </Project>