Skip to content

Commit 5249743

Browse files
committed
main
1 parent 02f7fbe commit 5249743

File tree

135 files changed

+64738
-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.

135 files changed

+64738
-0
lines changed

AT_HenriqueZ.csproj

Lines changed: 262 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,262 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
4+
<Import Project="..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props')" />
5+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6+
<PropertyGroup>
7+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9+
<ProductVersion>
10+
</ProductVersion>
11+
<SchemaVersion>2.0</SchemaVersion>
12+
<ProjectGuid>{BB944559-A3F2-404D-B353-F95D2D193842}</ProjectGuid>
13+
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
14+
<OutputType>Library</OutputType>
15+
<AppDesignerFolder>Properties</AppDesignerFolder>
16+
<RootNamespace>AT_HenriqueZ</RootNamespace>
17+
<AssemblyName>AT_HenriqueZ</AssemblyName>
18+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
19+
<MvcBuildViews>false</MvcBuildViews>
20+
<UseIISExpress>true</UseIISExpress>
21+
<IISExpressSSLPort />
22+
<IISExpressAnonymousAuthentication />
23+
<IISExpressWindowsAuthentication />
24+
<IISExpressUseClassicPipelineMode />
25+
<UseGlobalApplicationHostFile />
26+
<NuGetPackageImportStamp>
27+
</NuGetPackageImportStamp>
28+
</PropertyGroup>
29+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30+
<DebugSymbols>true</DebugSymbols>
31+
<DebugType>full</DebugType>
32+
<Optimize>false</Optimize>
33+
<OutputPath>bin\</OutputPath>
34+
<DefineConstants>DEBUG;TRACE</DefineConstants>
35+
<ErrorReport>prompt</ErrorReport>
36+
<WarningLevel>4</WarningLevel>
37+
</PropertyGroup>
38+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
39+
<DebugSymbols>true</DebugSymbols>
40+
<DebugType>pdbonly</DebugType>
41+
<Optimize>true</Optimize>
42+
<OutputPath>bin\</OutputPath>
43+
<DefineConstants>TRACE</DefineConstants>
44+
<ErrorReport>prompt</ErrorReport>
45+
<WarningLevel>4</WarningLevel>
46+
</PropertyGroup>
47+
<ItemGroup>
48+
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
49+
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
50+
</Reference>
51+
<Reference Include="Microsoft.CSharp" />
52+
<Reference Include="Microsoft.Web.XmlTransform, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
53+
<HintPath>..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
54+
</Reference>
55+
<Reference Include="NuGet.Core, Version=2.14.0.832, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56+
<HintPath>..\packages\NuGet.Core.2.14.0\lib\net40-Client\NuGet.Core.dll</HintPath>
57+
</Reference>
58+
<Reference Include="System" />
59+
<Reference Include="System.Data" />
60+
<Reference Include="System.Drawing" />
61+
<Reference Include="System.Web.DynamicData" />
62+
<Reference Include="System.Web.Entity" />
63+
<Reference Include="System.Web.ApplicationServices" />
64+
<Reference Include="System.ComponentModel.DataAnnotations" />
65+
<Reference Include="System.Core" />
66+
<Reference Include="System.Data.DataSetExtensions" />
67+
<Reference Include="System.Xml.Linq" />
68+
<Reference Include="System.Web" />
69+
<Reference Include="System.Web.Extensions" />
70+
<Reference Include="System.Web.Abstractions" />
71+
<Reference Include="System.Web.Routing" />
72+
<Reference Include="System.Xml" />
73+
<Reference Include="System.Configuration" />
74+
<Reference Include="System.Web.Services" />
75+
<Reference Include="System.EnterpriseServices" />
76+
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
77+
<Private>True</Private>
78+
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
79+
</Reference>
80+
<Reference Include="System.Net.Http">
81+
</Reference>
82+
<Reference Include="System.Net.Http.WebRequest">
83+
</Reference>
84+
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85+
<Private>True</Private>
86+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
87+
</Reference>
88+
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
89+
<Private>True</Private>
90+
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
91+
</Reference>
92+
<Reference Include="System.Web.Optimization">
93+
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
94+
</Reference>
95+
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
96+
<Private>True</Private>
97+
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
98+
</Reference>
99+
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
100+
<Private>True</Private>
101+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
102+
</Reference>
103+
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
104+
<Private>True</Private>
105+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
106+
</Reference>
107+
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
108+
<Private>True</Private>
109+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
110+
</Reference>
111+
<Reference Include="WebGrease">
112+
<Private>True</Private>
113+
<HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
114+
</Reference>
115+
<Reference Include="Antlr3.Runtime">
116+
<Private>True</Private>
117+
<HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
118+
</Reference>
119+
</ItemGroup>
120+
<ItemGroup>
121+
<Reference Include="Newtonsoft.Json">
122+
<HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
123+
</Reference>
124+
<Reference Include="Microsoft.ApplicationInsights">
125+
<HintPath>..\packages\Microsoft.ApplicationInsights.2.2.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath>
126+
</Reference>
127+
<Reference Include="Microsoft.AI.Agent.Intercept">
128+
<HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.2.0.6\lib\net45\Microsoft.AI.Agent.Intercept.dll</HintPath>
129+
</Reference>
130+
<Reference Include="Microsoft.AI.DependencyCollector">
131+
<HintPath>..\packages\Microsoft.ApplicationInsights.DependencyCollector.2.2.0\lib\net45\Microsoft.AI.DependencyCollector.dll</HintPath>
132+
</Reference>
133+
<Reference Include="Microsoft.AI.PerfCounterCollector">
134+
<HintPath>..\packages\Microsoft.ApplicationInsights.PerfCounterCollector.2.2.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll</HintPath>
135+
</Reference>
136+
<Reference Include="Microsoft.AI.ServerTelemetryChannel">
137+
<HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.2.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll</HintPath>
138+
</Reference>
139+
<Reference Include="Microsoft.AI.WindowsServer">
140+
<HintPath>..\packages\Microsoft.ApplicationInsights.WindowsServer.2.2.0\lib\net45\Microsoft.AI.WindowsServer.dll</HintPath>
141+
</Reference>
142+
<Reference Include="Microsoft.AI.Web">
143+
<HintPath>..\packages\Microsoft.ApplicationInsights.Web.2.2.0\lib\net45\Microsoft.AI.Web.dll</HintPath>
144+
</Reference>
145+
</ItemGroup>
146+
<ItemGroup>
147+
<Compile Include="App_Start\BundleConfig.cs" />
148+
<Compile Include="App_Start\FilterConfig.cs" />
149+
<Compile Include="App_Start\RouteConfig.cs" />
150+
<Compile Include="Controllers\HomeController.cs" />
151+
<Compile Include="Domain\DataAcess.cs" />
152+
<Compile Include="Global.asax.cs">
153+
<DependentUpon>Global.asax</DependentUpon>
154+
</Compile>
155+
<Compile Include="Models\PessoaModel.cs" />
156+
<Compile Include="Properties\AssemblyInfo.cs" />
157+
<Compile Include="Repository\PessoaRepository.cs" />
158+
</ItemGroup>
159+
<ItemGroup>
160+
<Content Include="App_Data\Pessoa_db.mdf" />
161+
<Content Include="App_Data\Pessoa_db_log.ldf">
162+
<DependentUpon>Pessoa_db.mdf</DependentUpon>
163+
</Content>
164+
<Content Include="Content\bootstrap.css" />
165+
<Content Include="Content\bootstrap.min.css" />
166+
<Content Include="favicon.ico" />
167+
<Content Include="fonts\glyphicons-halflings-regular.svg" />
168+
<Content Include="Global.asax" />
169+
<Content Include="Content\Site.css" />
170+
<Content Include="Scripts\bootstrap.js" />
171+
<Content Include="Scripts\bootstrap.min.js" />
172+
<Content Include="ApplicationInsights.config">
173+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
174+
</Content>
175+
<None Include="Scripts\jquery-1.10.2.intellisense.js" />
176+
<Content Include="Scripts\jquery-1.10.2.js" />
177+
<Content Include="Scripts\jquery-1.10.2.min.js" />
178+
<None Include="Scripts\jquery.validate-vsdoc.js" />
179+
<Content Include="Scripts\jquery.validate.js" />
180+
<Content Include="Scripts\jquery.validate.min.js" />
181+
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
182+
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
183+
<Content Include="Scripts\modernizr-2.8.3.js" />
184+
<Content Include="Scripts\respond.js" />
185+
<Content Include="Scripts\respond.min.js" />
186+
<Content Include="Web.config" />
187+
<Content Include="Web.Debug.config">
188+
<DependentUpon>Web.config</DependentUpon>
189+
</Content>
190+
<Content Include="Web.Release.config">
191+
<DependentUpon>Web.config</DependentUpon>
192+
</Content>
193+
<Content Include="Views\Web.config" />
194+
<Content Include="Views\_ViewStart.cshtml" />
195+
<Content Include="Views\Shared\Error.cshtml" />
196+
<Content Include="Views\Shared\_Layout.cshtml" />
197+
<Content Include="Views\Pessoa\Create.cshtml" />
198+
<Content Include="Views\Pessoa\Delete.cshtml" />
199+
<Content Include="Views\Pessoa\Details.cshtml" />
200+
<Content Include="Views\Pessoa\Edit.cshtml" />
201+
<Content Include="Views\Pessoa\Index.cshtml" />
202+
<Content Include="Views\Pessoa\TodosAmigos.cshtml" />
203+
<Content Include="Views\Pessoa\BuscarPessoa.cshtml" />
204+
</ItemGroup>
205+
<ItemGroup />
206+
<ItemGroup>
207+
<Content Include="fonts\glyphicons-halflings-regular.woff" />
208+
</ItemGroup>
209+
<ItemGroup>
210+
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
211+
</ItemGroup>
212+
<ItemGroup>
213+
<Content Include="fonts\glyphicons-halflings-regular.eot" />
214+
</ItemGroup>
215+
<ItemGroup>
216+
<Content Include="packages.config" />
217+
</ItemGroup>
218+
<ItemGroup>
219+
<Content Include="Scripts\jquery-1.10.2.min.map" />
220+
</ItemGroup>
221+
<PropertyGroup>
222+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
223+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
224+
</PropertyGroup>
225+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
226+
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
227+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
228+
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
229+
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
230+
</Target>
231+
<ProjectExtensions>
232+
<VisualStudio>
233+
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
234+
<WebProjectProperties>
235+
<UseIIS>True</UseIIS>
236+
<AutoAssignPort>True</AutoAssignPort>
237+
<DevelopmentServerPort>62696</DevelopmentServerPort>
238+
<DevelopmentServerVPath>/</DevelopmentServerVPath>
239+
<IISUrl>http://localhost:62696/</IISUrl>
240+
<NTLMAuthentication>False</NTLMAuthentication>
241+
<UseCustomServer>False</UseCustomServer>
242+
<CustomServerUrl>
243+
</CustomServerUrl>
244+
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
245+
</WebProjectProperties>
246+
</FlavorProperties>
247+
</VisualStudio>
248+
</ProjectExtensions>
249+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
250+
<PropertyGroup>
251+
<ErrorText>Este projeto faz referência a pacotes do NuGet que não estão presentes neste computador. Use a Restauração de Pacotes do NuGet para baixá-los. Para obter mais informações, consulte http://go.microsoft.com/fwlink/?LinkID=322105. O arquivo ausente é {0}.</ErrorText>
252+
</PropertyGroup>
253+
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props'))" />
254+
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
255+
</Target>
256+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
257+
Other similar extension points exist, see Microsoft.Common.targets.
258+
<Target Name="BeforeBuild">
259+
</Target>
260+
<Target Name="AfterBuild">
261+
</Target> -->
262+
</Project>

AT_HenriqueZ.csproj.user

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<UseIISExpress>true</UseIISExpress>
5+
<WebStackScaffolding_ViewDialogWidth>600</WebStackScaffolding_ViewDialogWidth>
6+
<WebStackScaffolding_IsLayoutPageSelected>True</WebStackScaffolding_IsLayoutPageSelected>
7+
<WebStackScaffolding_IsPartialViewSelected>False</WebStackScaffolding_IsPartialViewSelected>
8+
<WebStackScaffolding_IsReferencingScriptLibrariesSelected>False</WebStackScaffolding_IsReferencingScriptLibrariesSelected>
9+
<WebStackScaffolding_LayoutPageFile />
10+
</PropertyGroup>
11+
<ProjectExtensions>
12+
<VisualStudio>
13+
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
14+
<WebProjectProperties>
15+
<StartPageUrl>
16+
</StartPageUrl>
17+
<StartAction>CurrentPage</StartAction>
18+
<AspNetDebugging>True</AspNetDebugging>
19+
<SilverlightDebugging>False</SilverlightDebugging>
20+
<NativeDebugging>False</NativeDebugging>
21+
<SQLDebugging>False</SQLDebugging>
22+
<ExternalProgram>
23+
</ExternalProgram>
24+
<StartExternalURL>
25+
</StartExternalURL>
26+
<StartCmdLineArguments>
27+
</StartCmdLineArguments>
28+
<StartWorkingDirectory>
29+
</StartWorkingDirectory>
30+
<EnableENC>True</EnableENC>
31+
<AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug>
32+
</WebProjectProperties>
33+
</FlavorProperties>
34+
</VisualStudio>
35+
</ProjectExtensions>
36+
</Project>

AT_HenriqueZ.zip

-9.32 MB
Binary file not shown.

App_Data/Pessoa_db.mdf

8 MB
Binary file not shown.

App_Data/Pessoa_db_log.ldf

8 MB
Binary file not shown.

App_Start/BundleConfig.cs

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
using System.Web;
2+
using System.Web.Optimization;
3+
4+
namespace AT_HenriqueZ
5+
{
6+
public class BundleConfig
7+
{
8+
// For more information on bundling, visit https://go.microsoft.com/fwlink/?LinkId=301862
9+
public static void RegisterBundles(BundleCollection bundles)
10+
{
11+
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
12+
"~/Scripts/jquery-{version}.js"));
13+
14+
bundles.Add(new ScriptBundle("~/bundles/jqueryval").Include(
15+
"~/Scripts/jquery.validate*"));
16+
17+
// Use a versão em desenvolvimento do Modernizr para desenvolver e aprender. Em seguida, quando estiver
18+
// ready for production, use the build tool at https://modernizr.com to pick only the tests you need.
19+
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
20+
"~/Scripts/modernizr-*"));
21+
22+
bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
23+
"~/Scripts/bootstrap.js",
24+
"~/Scripts/respond.js"));
25+
26+
bundles.Add(new StyleBundle("~/Content/css").Include(
27+
"~/Content/bootstrap.css",
28+
"~/Content/site.css"));
29+
}
30+
}
31+
}

App_Start/FilterConfig.cs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
using System.Web;
2+
using System.Web.Mvc;
3+
4+
namespace AT_HenriqueZ
5+
{
6+
public class FilterConfig
7+
{
8+
public static void RegisterGlobalFilters(GlobalFilterCollection filters)
9+
{
10+
filters.Add(new HandleErrorAttribute());
11+
}
12+
}
13+
}

App_Start/RouteConfig.cs

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Web;
5+
using System.Web.Mvc;
6+
using System.Web.Routing;
7+
8+
namespace AT_HenriqueZ
9+
{
10+
public class RouteConfig
11+
{
12+
public static void RegisterRoutes(RouteCollection routes)
13+
{
14+
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
15+
16+
routes.MapRoute(
17+
name: "Default",
18+
url: "{controller}/{action}/{id}",
19+
defaults: new { controller = "Pessoa", action = "Index", id = UrlParameter.Optional }
20+
);
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)