Skip to content

Commit 0ad4253

Browse files
committed
version 1
0 parents  commit 0ad4253

File tree

360 files changed

+213181
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

360 files changed

+213181
-0
lines changed

Diff for: Client/Client.csproj

+198
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
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>{9EF69200-EDD9-4EDB-A3F6-45EC3F3C4D1A}</ProjectGuid>
10+
<ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11+
<OutputType>Library</OutputType>
12+
<AppDesignerFolder>Properties</AppDesignerFolder>
13+
<RootNamespace>Client</RootNamespace>
14+
<AssemblyName>Client</AssemblyName>
15+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16+
<MvcBuildViews>false</MvcBuildViews>
17+
<UseIISExpress>false</UseIISExpress>
18+
</PropertyGroup>
19+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20+
<DebugSymbols>true</DebugSymbols>
21+
<DebugType>full</DebugType>
22+
<Optimize>false</Optimize>
23+
<OutputPath>bin\</OutputPath>
24+
<DefineConstants>DEBUG;TRACE</DefineConstants>
25+
<ErrorReport>prompt</ErrorReport>
26+
<WarningLevel>4</WarningLevel>
27+
</PropertyGroup>
28+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29+
<DebugType>pdbonly</DebugType>
30+
<Optimize>true</Optimize>
31+
<OutputPath>bin\</OutputPath>
32+
<DefineConstants>TRACE</DefineConstants>
33+
<ErrorReport>prompt</ErrorReport>
34+
<WarningLevel>4</WarningLevel>
35+
</PropertyGroup>
36+
<ItemGroup>
37+
<Reference Include="EntityFramework">
38+
<HintPath>..\packages\EntityFramework.4.1.10331.0\lib\EntityFramework.dll</HintPath>
39+
</Reference>
40+
<Reference Include="Microsoft.CSharp" />
41+
<Reference Include="System.Data.Entity" />
42+
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
43+
<Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
44+
<Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
45+
<Reference Include="System" />
46+
<Reference Include="System.Data" />
47+
<Reference Include="System.Drawing" />
48+
<Reference Include="System.Web.DynamicData" />
49+
<Reference Include="System.Web.Entity" />
50+
<Reference Include="System.Web.ApplicationServices" />
51+
<Reference Include="System.ComponentModel.DataAnnotations" />
52+
<Reference Include="System.Core" />
53+
<Reference Include="System.Data.DataSetExtensions" />
54+
<Reference Include="System.Xml.Linq" />
55+
<Reference Include="System.Web" />
56+
<Reference Include="System.Web.Extensions" />
57+
<Reference Include="System.Web.Abstractions" />
58+
<Reference Include="System.Web.Routing" />
59+
<Reference Include="System.Xml" />
60+
<Reference Include="System.Configuration" />
61+
<Reference Include="System.Web.Services" />
62+
<Reference Include="System.EnterpriseServices" />
63+
</ItemGroup>
64+
<ItemGroup>
65+
<Compile Include="Controllers\AccountController.cs" />
66+
<Compile Include="Controllers\TestAsyncController.cs" />
67+
<Compile Include="Controllers\TestSyncController.cs" />
68+
<Compile Include="Controllers\TestController.cs" />
69+
<Compile Include="Controllers\HomeController.cs" />
70+
<Compile Include="Global.asax.cs">
71+
<DependentUpon>Global.asax</DependentUpon>
72+
</Compile>
73+
<Compile Include="Models\AccountModels.cs" />
74+
<Compile Include="Properties\AssemblyInfo.cs" />
75+
</ItemGroup>
76+
<ItemGroup>
77+
<Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
78+
<Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
79+
<Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
80+
<Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
81+
<Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
82+
<Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
83+
<Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
84+
<Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
85+
<Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
86+
<Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
87+
<Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
88+
<Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
89+
<Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
90+
<Content Include="Content\themes\base\jquery.ui.accordion.css" />
91+
<Content Include="Content\themes\base\jquery.ui.all.css" />
92+
<Content Include="Content\themes\base\jquery.ui.autocomplete.css" />
93+
<Content Include="Content\themes\base\jquery.ui.base.css" />
94+
<Content Include="Content\themes\base\jquery.ui.button.css" />
95+
<Content Include="Content\themes\base\jquery.ui.core.css" />
96+
<Content Include="Content\themes\base\jquery.ui.datepicker.css" />
97+
<Content Include="Content\themes\base\jquery.ui.dialog.css" />
98+
<Content Include="Content\themes\base\jquery.ui.progressbar.css" />
99+
<Content Include="Content\themes\base\jquery.ui.resizable.css" />
100+
<Content Include="Content\themes\base\jquery.ui.selectable.css" />
101+
<Content Include="Content\themes\base\jquery.ui.slider.css" />
102+
<Content Include="Content\themes\base\jquery.ui.tabs.css" />
103+
<Content Include="Content\themes\base\jquery.ui.theme.css" />
104+
<Content Include="Global.asax" />
105+
<Content Include="Scripts\jquery-1.5.1-vsdoc.js" />
106+
<Content Include="Scripts\jquery-1.5.1.js" />
107+
<Content Include="Scripts\jquery-1.5.1.min.js" />
108+
<Content Include="Scripts\jquery-ui-1.8.11.js" />
109+
<Content Include="Scripts\jquery-ui-1.8.11.min.js" />
110+
<Content Include="Scripts\jquery.validate-vsdoc.js" />
111+
<Content Include="Scripts\jquery.validate.js" />
112+
<Content Include="Scripts\jquery.validate.min.js" />
113+
<Content Include="Scripts\modernizr-1.7.js" />
114+
<Content Include="Scripts\modernizr-1.7.min.js" />
115+
<Content Include="Web.config">
116+
<SubType>Designer</SubType>
117+
</Content>
118+
<Content Include="Web.Debug.config">
119+
<DependentUpon>Web.config</DependentUpon>
120+
</Content>
121+
<Content Include="Web.Release.config">
122+
<DependentUpon>Web.config</DependentUpon>
123+
</Content>
124+
<Content Include="Content\Site.css" />
125+
<Content Include="Scripts\jquery.unobtrusive-ajax.js" />
126+
<Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
127+
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
128+
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
129+
<Content Include="Scripts\MicrosoftAjax.js" />
130+
<Content Include="Scripts\MicrosoftAjax.debug.js" />
131+
<Content Include="Scripts\MicrosoftMvcAjax.js" />
132+
<Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
133+
<Content Include="Scripts\MicrosoftMvcValidation.js" />
134+
<Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
135+
<Content Include="Views\_ViewStart.cshtml" />
136+
<Content Include="Views\Account\ChangePassword.cshtml" />
137+
<Content Include="Views\Account\ChangePasswordSuccess.cshtml" />
138+
<Content Include="Views\Account\LogOn.cshtml" />
139+
<Content Include="Views\Account\Register.cshtml" />
140+
<Content Include="Views\Home\About.cshtml" />
141+
<Content Include="Views\Home\Index.cshtml" />
142+
<Content Include="Views\Shared\Error.cshtml" />
143+
<Content Include="Views\Shared\_LogOnPartial.cshtml" />
144+
<Content Include="Views\Shared\_Layout.cshtml" />
145+
<Content Include="Views\Web.config" />
146+
</ItemGroup>
147+
<ItemGroup>
148+
<Folder Include="App_Data\" />
149+
<Folder Include="Views\Test\" />
150+
</ItemGroup>
151+
<ItemGroup>
152+
<Content Include="packages.config" />
153+
</ItemGroup>
154+
<ItemGroup>
155+
<Content Include="Views\Home\Config.cshtml" />
156+
</ItemGroup>
157+
<ItemGroup>
158+
<Content Include="Views\Shared\Index.cshtml" />
159+
</ItemGroup>
160+
<ItemGroup>
161+
<WCFMetadata Include="Service References\" />
162+
</ItemGroup>
163+
<ItemGroup>
164+
<ProjectReference Include="..\Lib\Lib.csproj">
165+
<Project>{03E6F53E-66B9-4B39-8F47-119151CABCC5}</Project>
166+
<Name>Lib</Name>
167+
</ProjectReference>
168+
</ItemGroup>
169+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
170+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
171+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
172+
Other similar extension points exist, see Microsoft.Common.targets.
173+
<Target Name="BeforeBuild">
174+
</Target>
175+
<Target Name="AfterBuild">
176+
</Target> -->
177+
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
178+
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
179+
</Target>
180+
<ProjectExtensions>
181+
<VisualStudio>
182+
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
183+
<WebProjectProperties>
184+
<UseIIS>True</UseIIS>
185+
<AutoAssignPort>True</AutoAssignPort>
186+
<DevelopmentServerPort>1745</DevelopmentServerPort>
187+
<DevelopmentServerVPath>/</DevelopmentServerVPath>
188+
<IISUrl>http://client.loc</IISUrl>
189+
<NTLMAuthentication>False</NTLMAuthentication>
190+
<UseCustomServer>False</UseCustomServer>
191+
<CustomServerUrl>
192+
</CustomServerUrl>
193+
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
194+
</WebProjectProperties>
195+
</FlavorProperties>
196+
</VisualStudio>
197+
</ProjectExtensions>
198+
</Project>

Diff for: Client/Client.csproj.user

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ProjectExtensions>
4+
<VisualStudio>
5+
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
6+
<WebProjectProperties>
7+
<StartPageUrl>
8+
</StartPageUrl>
9+
<StartAction>SpecificPage</StartAction>
10+
<AspNetDebugging>True</AspNetDebugging>
11+
<SilverlightDebugging>False</SilverlightDebugging>
12+
<NativeDebugging>False</NativeDebugging>
13+
<SQLDebugging>False</SQLDebugging>
14+
<ExternalProgram>
15+
</ExternalProgram>
16+
<StartExternalURL>
17+
</StartExternalURL>
18+
<StartCmdLineArguments>
19+
</StartCmdLineArguments>
20+
<StartWorkingDirectory>
21+
</StartWorkingDirectory>
22+
<EnableENC>False</EnableENC>
23+
<AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug>
24+
</WebProjectProperties>
25+
</FlavorProperties>
26+
</VisualStudio>
27+
</ProjectExtensions>
28+
</Project>

0 commit comments

Comments
 (0)