Kiami_Desktop.vbproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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)' == '' ">x86</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{01BFF834-DA96-485A-BF4D-431039E4DB2B}</ProjectGuid>
  10. <OutputType>WinExe</OutputType>
  11. <StartupObject>WindowsApplication1.My.MyApplication</StartupObject>
  12. <RootNamespace>WindowsApplication1</RootNamespace>
  13. <AssemblyName>Kiami_Desktop</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <MyType>WindowsForms</MyType>
  16. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  34. <PlatformTarget>x86</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <DefineDebug>true</DefineDebug>
  38. <DefineTrace>true</DefineTrace>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DocumentationFile>Kiami_Desktop.xml</DocumentationFile>
  41. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  44. <PlatformTarget>x86</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <DefineDebug>false</DefineDebug>
  47. <DefineTrace>true</DefineTrace>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DocumentationFile>Kiami_Desktop.xml</DocumentationFile>
  51. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <OptionExplicit>On</OptionExplicit>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <OptionCompare>Binary</OptionCompare>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <OptionStrict>Off</OptionStrict>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <OptionInfer>On</OptionInfer>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <ApplicationIcon>Kimai.ico</ApplicationIcon>
  67. </PropertyGroup>
  68. <ItemGroup>
  69. <Reference Include="System" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Deployment" />
  72. <Reference Include="System.Drawing" />
  73. <Reference Include="System.Windows.Forms" />
  74. <Reference Include="System.Xml" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Import Include="Microsoft.VisualBasic" />
  78. <Import Include="System" />
  79. <Import Include="System.Collections" />
  80. <Import Include="System.Collections.Generic" />
  81. <Import Include="System.Data" />
  82. <Import Include="System.Drawing" />
  83. <Import Include="System.Diagnostics" />
  84. <Import Include="System.Windows.Forms" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="Form1.vb">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="Form1.Designer.vb">
  91. <DependentUpon>Form1.vb</DependentUpon>
  92. <SubType>Form</SubType>
  93. </Compile>
  94. <Compile Include="Form2.Designer.vb">
  95. <DependentUpon>Form2.vb</DependentUpon>
  96. </Compile>
  97. <Compile Include="Form2.vb">
  98. <SubType>Form</SubType>
  99. </Compile>
  100. <Compile Include="My Project\AssemblyInfo.vb" />
  101. <Compile Include="My Project\Application.Designer.vb">
  102. <AutoGen>True</AutoGen>
  103. <DependentUpon>Application.myapp</DependentUpon>
  104. </Compile>
  105. <Compile Include="My Project\Resources.Designer.vb">
  106. <AutoGen>True</AutoGen>
  107. <DesignTime>True</DesignTime>
  108. <DependentUpon>Resources.resx</DependentUpon>
  109. </Compile>
  110. <Compile Include="My Project\Settings.Designer.vb">
  111. <AutoGen>True</AutoGen>
  112. <DependentUpon>Settings.settings</DependentUpon>
  113. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  114. </Compile>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <EmbeddedResource Include="Form1.resx">
  118. <DependentUpon>Form1.vb</DependentUpon>
  119. </EmbeddedResource>
  120. <EmbeddedResource Include="Form2.resx">
  121. <DependentUpon>Form2.vb</DependentUpon>
  122. </EmbeddedResource>
  123. <EmbeddedResource Include="My Project\Resources.resx">
  124. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  125. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  126. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  127. <SubType>Designer</SubType>
  128. </EmbeddedResource>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <None Include="My Project\Application.myapp">
  132. <Generator>MyApplicationCodeGenerator</Generator>
  133. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  134. </None>
  135. <None Include="My Project\Settings.settings">
  136. <Generator>SettingsSingleFileGenerator</Generator>
  137. <CustomToolNamespace>My</CustomToolNamespace>
  138. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  139. </None>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Content Include="Kimai.ico" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  146. <Visible>False</Visible>
  147. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  148. <Install>false</Install>
  149. </BootstrapperPackage>
  150. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  151. <Visible>False</Visible>
  152. <ProductName>.NET Framework 3.5 SP1</ProductName>
  153. <Install>true</Install>
  154. </BootstrapperPackage>
  155. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  156. <Visible>False</Visible>
  157. <ProductName>Windows Installer 3.1</ProductName>
  158. <Install>true</Install>
  159. </BootstrapperPackage>
  160. </ItemGroup>
  161. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  162. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  163. Other similar extension points exist, see Microsoft.Common.targets.
  164. <Target Name="BeforeBuild">
  165. </Target>
  166. <Target Name="AfterBuild">
  167. </Target>
  168. -->
  169. </Project>