You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

ClickForensics.Quartz.Manager.csproj 9.1 kB

15 years ago
15 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{D23DACFA-11A1-480E-A6C4-1F37B564523D}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ClickForensics.Quartz.Manager</RootNamespace>
  12. <AssemblyName>ClickForensics.Quartz.Manager</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <TargetFrameworkProfile />
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="Common.Logging">
  55. <HintPath>..\lib\Common.Logging.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Quartz">
  58. <HintPath>..\lib\Quartz.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System" />
  61. <Reference Include="System.configuration" />
  62. <Reference Include="System.Core">
  63. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  64. </Reference>
  65. <Reference Include="System.Xml.Linq">
  66. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  67. </Reference>
  68. <Reference Include="System.Data.DataSetExtensions">
  69. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  70. </Reference>
  71. <Reference Include="System.Data" />
  72. <Reference Include="System.Deployment" />
  73. <Reference Include="System.Drawing" />
  74. <Reference Include="System.Windows.Forms" />
  75. <Reference Include="System.Xml" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="AddJobForm.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="AddJobForm.Designer.cs">
  82. <DependentUpon>AddJobForm.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="AddListenerForm.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="AddListenerForm.Designer.cs">
  88. <DependentUpon>AddListenerForm.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="AssemblyRepository.cs" />
  91. <Compile Include="ConnectionInfo.cs" />
  92. <Compile Include="DeleteAssembliesForm.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="DeleteAssembliesForm.Designer.cs">
  96. <DependentUpon>DeleteAssembliesForm.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="SimpleTriggerDisplay.cs">
  99. <SubType>UserControl</SubType>
  100. </Compile>
  101. <Compile Include="SimpleTriggerDisplay.Designer.cs">
  102. <DependentUpon>SimpleTriggerDisplay.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="ErrorDialog.cs">
  105. <SubType>Form</SubType>
  106. </Compile>
  107. <Compile Include="ErrorDialog.Designer.cs">
  108. <DependentUpon>ErrorDialog.cs</DependentUpon>
  109. </Compile>
  110. <Compile Include="JobType.cs" />
  111. <Compile Include="NativeJobDetailDisplay.cs">
  112. <SubType>UserControl</SubType>
  113. </Compile>
  114. <Compile Include="NativeJobDetailDisplay.Designer.cs">
  115. <DependentUpon>NativeJobDetailDisplay.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="JobNode.cs" />
  118. <Compile Include="MainForm.cs">
  119. <SubType>Form</SubType>
  120. </Compile>
  121. <Compile Include="MainForm.Designer.cs">
  122. <DependentUpon>MainForm.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="Program.cs" />
  125. <Compile Include="Properties\AssemblyInfo.cs" />
  126. <EmbeddedResource Include="AddJobForm.resx">
  127. <DependentUpon>AddJobForm.cs</DependentUpon>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="AddListenerForm.resx">
  130. <DependentUpon>AddListenerForm.cs</DependentUpon>
  131. </EmbeddedResource>
  132. <EmbeddedResource Include="DeleteAssembliesForm.resx">
  133. <DependentUpon>DeleteAssembliesForm.cs</DependentUpon>
  134. </EmbeddedResource>
  135. <EmbeddedResource Include="SimpleTriggerDisplay.resx">
  136. <DependentUpon>SimpleTriggerDisplay.cs</DependentUpon>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="CronTriggerDisplay.resx">
  139. <DependentUpon>CronTriggerDisplay.cs</DependentUpon>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="ErrorDialog.resx">
  142. <DependentUpon>ErrorDialog.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="MainForm.resx">
  145. <DependentUpon>MainForm.cs</DependentUpon>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="NativeJobDetailDisplay.resx">
  148. <DependentUpon>NativeJobDetailDisplay.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="Properties\Resources.resx">
  151. <Generator>ResXFileCodeGenerator</Generator>
  152. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  153. <SubType>Designer</SubType>
  154. </EmbeddedResource>
  155. <EmbeddedResource Include="ServerConnectForm.resx">
  156. <DependentUpon>ServerConnectForm.cs</DependentUpon>
  157. </EmbeddedResource>
  158. <Compile Include="Properties\Resources.Designer.cs">
  159. <AutoGen>True</AutoGen>
  160. <DependentUpon>Resources.resx</DependentUpon>
  161. <DesignTime>True</DesignTime>
  162. </Compile>
  163. <None Include="app.config" />
  164. <None Include="Properties\Settings.settings">
  165. <Generator>SettingsSingleFileGenerator</Generator>
  166. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  167. </None>
  168. <Compile Include="Properties\Settings.Designer.cs">
  169. <AutoGen>True</AutoGen>
  170. <DependentUpon>Settings.settings</DependentUpon>
  171. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  172. </Compile>
  173. <Compile Include="QuartzScheduler.cs" />
  174. <Compile Include="RegistryStore.cs" />
  175. <Compile Include="SchedulerNode.cs" />
  176. <Compile Include="ServerConnectForm.cs">
  177. <SubType>Form</SubType>
  178. </Compile>
  179. <Compile Include="ServerConnectForm.Designer.cs">
  180. <DependentUpon>ServerConnectForm.cs</DependentUpon>
  181. </Compile>
  182. <Compile Include="CronTriggerDisplay.cs">
  183. <SubType>UserControl</SubType>
  184. </Compile>
  185. <Compile Include="CronTriggerDisplay.Designer.cs">
  186. <DependentUpon>CronTriggerDisplay.cs</DependentUpon>
  187. </Compile>
  188. <Compile Include="TriggerNode.cs" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <Content Include="JobAssemblies.txt">
  192. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  193. </Content>
  194. </ItemGroup>
  195. <ItemGroup>
  196. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  197. <Visible>False</Visible>
  198. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  199. <Install>false</Install>
  200. </BootstrapperPackage>
  201. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  202. <Visible>False</Visible>
  203. <ProductName>.NET Framework 3.5 SP1</ProductName>
  204. <Install>true</Install>
  205. </BootstrapperPackage>
  206. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  207. <Visible>False</Visible>
  208. <ProductName>Windows Installer 3.1</ProductName>
  209. <Install>true</Install>
  210. </BootstrapperPackage>
  211. </ItemGroup>
  212. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  213. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  214. Other similar extension points exist, see Microsoft.Common.targets.
  215. <Target Name="BeforeBuild">
  216. </Target>
  217. <Target Name="AfterBuild">
  218. </Target>
  219. -->
  220. </Project>