Dashboard.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{7AE9F65A-B445-4C1B-9EA8-137BD05BB86D}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dashboard</RootNamespace>
  11. <AssemblyName>Dashboard</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="CircularProgressBar, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
  37. <HintPath>..\packages\CircularProgressBar.2.2.0.0\lib\net35-Client\CircularProgressBar.dll</HintPath>
  38. <Private>True</Private>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Deployment" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Net.Http" />
  49. <Reference Include="System.Windows.Forms" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="WinFormAnimation, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
  52. <HintPath>..\packages\WinFormAnimation.1.3.0.0\lib\net35-Client\WinFormAnimation.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Form1.cs">
  58. <SubType>Form</SubType>
  59. </Compile>
  60. <Compile Include="Form1.Designer.cs">
  61. <DependentUpon>Form1.cs</DependentUpon>
  62. </Compile>
  63. <Compile Include="Views\frmAnalytics.cs">
  64. <SubType>Form</SubType>
  65. </Compile>
  66. <Compile Include="Views\frmAnalytics.Designer.cs">
  67. <DependentUpon>frmAnalytics.cs</DependentUpon>
  68. </Compile>
  69. <Compile Include="Views\frmCalender.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="Views\frmCalender.Designer.cs">
  73. <DependentUpon>frmCalender.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="Views\frmContactUs.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="Views\frmContactUs.Designer.cs">
  79. <DependentUpon>frmContactUs.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="Views\frmDashboard.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="Views\frmDashboard.Designer.cs">
  85. <DependentUpon>frmDashboard.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="Views\frmSettings.cs">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="Views\frmSettings.Designer.cs">
  91. <DependentUpon>frmSettings.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="Program.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. <EmbeddedResource Include="Form1.resx">
  96. <DependentUpon>Form1.cs</DependentUpon>
  97. </EmbeddedResource>
  98. <EmbeddedResource Include="Views\frmAnalytics.resx">
  99. <DependentUpon>frmAnalytics.cs</DependentUpon>
  100. </EmbeddedResource>
  101. <EmbeddedResource Include="Views\frmCalender.resx">
  102. <DependentUpon>frmCalender.cs</DependentUpon>
  103. </EmbeddedResource>
  104. <EmbeddedResource Include="Views\frmContactUs.resx">
  105. <DependentUpon>frmContactUs.cs</DependentUpon>
  106. </EmbeddedResource>
  107. <EmbeddedResource Include="Views\frmDashboard.resx">
  108. <DependentUpon>frmDashboard.cs</DependentUpon>
  109. </EmbeddedResource>
  110. <EmbeddedResource Include="Views\frmSettings.resx">
  111. <DependentUpon>frmSettings.cs</DependentUpon>
  112. </EmbeddedResource>
  113. <EmbeddedResource Include="Properties\Resources.resx">
  114. <Generator>ResXFileCodeGenerator</Generator>
  115. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  116. <SubType>Designer</SubType>
  117. </EmbeddedResource>
  118. <Compile Include="Properties\Resources.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DependentUpon>Resources.resx</DependentUpon>
  121. <DesignTime>True</DesignTime>
  122. </Compile>
  123. <None Include="packages.config" />
  124. <None Include="Properties\Settings.settings">
  125. <Generator>SettingsSingleFileGenerator</Generator>
  126. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  127. </None>
  128. <Compile Include="Properties\Settings.Designer.cs">
  129. <AutoGen>True</AutoGen>
  130. <DependentUpon>Settings.settings</DependentUpon>
  131. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  132. </Compile>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <None Include="App.config" />
  136. </ItemGroup>
  137. <ItemGroup>
  138. <None Include="Resources\Untitled-11.png" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="Resources\home.png" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="Resources\diagram.png" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <None Include="Resources\calendar.png" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <None Include="Resources\Conact.png" />
  151. </ItemGroup>
  152. <ItemGroup>
  153. <None Include="Resources\settings.png" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <None Include="Resources\money-bag.png" />
  157. </ItemGroup>
  158. <ItemGroup>
  159. <None Include="Resources\downloads.png" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <None Include="Resources\chart-diagram.png" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <None Include="Resources\chart-diagram1.png" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <None Include="Resources\diagram1.png" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <None Include="Resources\Lrg-diagram.png" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <None Include="Resources\Lrg-calendar.png" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <None Include="Resources\Lrg-Conact.png" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <None Include="Resources\Lrg-settings.png" />
  181. </ItemGroup>
  182. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  183. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  184. Other similar extension points exist, see Microsoft.Common.targets.
  185. <Target Name="BeforeBuild">
  186. </Target>
  187. <Target Name="AfterBuild">
  188. </Target>
  189. -->
  190. </Project>