PageRenderTime 60ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 1ms

/tit/Tit.csproj

https://bitbucket.org/rafaeluchoa/tit
MSBuild | 122 lines | 115 code | 0 blank | 7 comment | 0 complexity | 32cf1b63f7d1f3f2e9adba9961e0e7e0 MD5 | raw file
  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>{E88AA2EF-DE5B-482B-B294-2046F10AD02C}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Naskar</RootNamespace>
  14. <AssemblyName>Naskar.Tit</AssemblyName>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <UseIISExpress>false</UseIISExpress>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="FluentAssertions">
  37. <HintPath>..\packages\FluentAssertions.1.7.1.1\Lib\net40\FluentAssertions.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="Newtonsoft.Json">
  41. <HintPath>..\packages\Newtonsoft.Json.4.5.9\lib\net40\Newtonsoft.Json.dll</HintPath>
  42. </Reference>
  43. <Reference Include="nunit.framework">
  44. <HintPath>..\packages\NUnit.2.6.0.12054\lib\nunit.framework.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System.Web.DynamicData" />
  47. <Reference Include="System.Web.Entity" />
  48. <Reference Include="System.Web.ApplicationServices" />
  49. <Reference Include="System" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="System.Web.Extensions" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Drawing" />
  56. <Reference Include="System.Web" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="System.Configuration" />
  59. <Reference Include="System.Web.Services" />
  60. <Reference Include="System.EnterpriseServices" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Content Include="Tit\Html\index.htm" />
  64. <Content Include="Web.config" />
  65. <Content Include="Web.Debug.config">
  66. <DependentUpon>Web.config</DependentUpon>
  67. </Content>
  68. <Content Include="Web.Release.config">
  69. <DependentUpon>Web.config</DependentUpon>
  70. </Content>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="Tit\Adapter\DefaultPaintableContext.cs" />
  74. <Compile Include="Tit\Adapter\Event.cs" />
  75. <Compile Include="Tit\IApplicationInitializer.cs" />
  76. <Compile Include="Tit\UI\Application.cs" />
  77. <Compile Include="Tit\UI\Component.cs" />
  78. <Compile Include="Tit\UI\Container.cs" />
  79. <Compile Include="Tit\Adapter\IPaintable.cs" />
  80. <Compile Include="Test\TestHandler.cs" />
  81. <Compile Include="Test\TestSerialization.cs" />
  82. <Compile Include="Tit\HttpHandler.cs" />
  83. <Compile Include="Tit\Adapter\IPaintableContext.cs" />
  84. <Compile Include="Properties\AssemblyInfo.cs" />
  85. <Compile Include="Tit\UI\Label.cs" />
  86. <Compile Include="Tit\UI\Window.cs" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Content Include="packages.config" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <None Include="Diagramas\archicteture.cd" />
  93. </ItemGroup>
  94. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  95. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  96. <ProjectExtensions>
  97. <VisualStudio>
  98. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  99. <WebProjectProperties>
  100. <UseIIS>False</UseIIS>
  101. <AutoAssignPort>True</AutoAssignPort>
  102. <DevelopmentServerPort>1913</DevelopmentServerPort>
  103. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  104. <IISUrl>
  105. </IISUrl>
  106. <NTLMAuthentication>False</NTLMAuthentication>
  107. <UseCustomServer>False</UseCustomServer>
  108. <CustomServerUrl>
  109. </CustomServerUrl>
  110. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  111. </WebProjectProperties>
  112. </FlavorProperties>
  113. </VisualStudio>
  114. </ProjectExtensions>
  115. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  116. Other similar extension points exist, see Microsoft.Common.targets.
  117. <Target Name="BeforeBuild">
  118. </Target>
  119. <Target Name="AfterBuild">
  120. </Target>
  121. -->
  122. </Project>