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.0 kB

15 years ago
15 years ago
15 years ago
15 years ago
15 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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, Version=2.0.0.29445, Culture=neutral, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\..\quartznet\build\4.0\Debug\Quartz.Server\Quartz.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System" />
  62. <Reference Include="System.configuration" />
  63. <Reference Include="System.Core">
  64. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  65. </Reference>
  66. <Reference Include="System.Xml.Linq">
  67. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  68. </Reference>
  69. <Reference Include="System.Data.DataSetExtensions">
  70. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  71. </Reference>
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Deployment" />
  74. <Reference Include="System.Drawing" />
  75. <Reference Include="System.Windows.Forms" />
  76. <Reference Include="System.Xml" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="AddJobForm.cs">
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="AddJobForm.Designer.cs">
  83. <DependentUpon>AddJobForm.cs</DependentUpon>
  84. </Compile>
  85. <Compile Include="AddListenerForm.cs">
  86. <SubType>Form</SubType>
  87. </Compile>
  88. <Compile Include="AddListenerForm.Designer.cs">
  89. <DependentUpon>AddListenerForm.cs</DependentUpon>
  90. </Compile>
  91. <Compile Include="AssemblyRepository.cs" />
  92. <Compile Include="ConnectionInfo.cs" />
  93. <Compile Include="DeleteAssembliesForm.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="DeleteAssembliesForm.Designer.cs">
  97. <DependentUpon>DeleteAssembliesForm.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="SimpleTriggerDisplay.cs">
  100. <SubType>UserControl</SubType>
  101. </Compile>
  102. <Compile Include="SimpleTriggerDisplay.Designer.cs">
  103. <DependentUpon>SimpleTriggerDisplay.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="ErrorDialog.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="ErrorDialog.Designer.cs">
  109. <DependentUpon>ErrorDialog.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="JobType.cs" />
  112. <Compile Include="NativeJobDetailDisplay.cs">
  113. <SubType>UserControl</SubType>
  114. </Compile>
  115. <Compile Include="NativeJobDetailDisplay.Designer.cs">
  116. <DependentUpon>NativeJobDetailDisplay.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="JobNode.cs" />
  119. <Compile Include="MainForm.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="MainForm.Designer.cs">
  123. <DependentUpon>MainForm.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="Program.cs" />
  126. <Compile Include="Properties\AssemblyInfo.cs" />
  127. <EmbeddedResource Include="AddJobForm.resx">
  128. <DependentUpon>AddJobForm.cs</DependentUpon>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="AddListenerForm.resx">
  131. <DependentUpon>AddListenerForm.cs</DependentUpon>
  132. </EmbeddedResource>
  133. <EmbeddedResource Include="DeleteAssembliesForm.resx">
  134. <DependentUpon>DeleteAssembliesForm.cs</DependentUpon>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="SimpleTriggerDisplay.resx">
  137. <DependentUpon>SimpleTriggerDisplay.cs</DependentUpon>
  138. </EmbeddedResource>
  139. <EmbeddedResource Include="CronTriggerDisplay.resx">
  140. <DependentUpon>CronTriggerDisplay.cs</DependentUpon>
  141. </EmbeddedResource>
  142. <EmbeddedResource Include="ErrorDialog.resx">
  143. <DependentUpon>ErrorDialog.cs</DependentUpon>
  144. </EmbeddedResource>
  145. <EmbeddedResource Include="MainForm.resx">
  146. <DependentUpon>MainForm.cs</DependentUpon>
  147. </EmbeddedResource>
  148. <EmbeddedResource Include="NativeJobDetailDisplay.resx">
  149. <DependentUpon>NativeJobDetailDisplay.cs</DependentUpon>
  150. </EmbeddedResource>
  151. <EmbeddedResource Include="Properties\Resources.resx">
  152. <Generator>ResXFileCodeGenerator</Generator>
  153. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  154. <SubType>Designer</SubType>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="ServerConnectForm.resx">
  157. <DependentUpon>ServerConnectForm.cs</DependentUpon>
  158. </EmbeddedResource>
  159. <Compile Include="Properties\Resources.Designer.cs">
  160. <AutoGen>True</AutoGen>
  161. <DependentUpon>Resources.resx</DependentUpon>
  162. <DesignTime>True</DesignTime>
  163. </Compile>
  164. <None Include="app.config" />
  165. <None Include="Properties\Settings.settings">
  166. <Generator>SettingsSingleFileGenerator</Generator>
  167. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  168. </None>
  169. <Compile Include="Properties\Settings.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DependentUpon>Settings.settings</DependentUpon>
  172. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  173. </Compile>
  174. <Compile Include="QuartzScheduler.cs" />
  175. <Compile Include="RegistryStore.cs" />
  176. <Compile Include="SchedulerNode.cs" />
  177. <Compile Include="ServerConnectForm.cs">
  178. <SubType>Form</SubType>
  179. </Compile>
  180. <Compile Include="ServerConnectForm.Designer.cs">
  181. <DependentUpon>ServerConnectForm.cs</DependentUpon>
  182. </Compile>
  183. <Compile Include="CronTriggerDisplay.cs">
  184. <SubType>UserControl</SubType>
  185. </Compile>
  186. <Compile Include="CronTriggerDisplay.Designer.cs">
  187. <DependentUpon>CronTriggerDisplay.cs</DependentUpon>
  188. </Compile>
  189. <Compile Include="TriggerNode.cs" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <Content Include="JobAssemblies.txt">
  193. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  194. </Content>
  195. </ItemGroup>
  196. <ItemGroup>
  197. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  198. <Visible>False</Visible>
  199. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  200. <Install>false</Install>
  201. </BootstrapperPackage>
  202. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  203. <Visible>False</Visible>
  204. <ProductName>.NET Framework 3.5 SP1</ProductName>
  205. <Install>true</Install>
  206. </BootstrapperPackage>
  207. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  208. <Visible>False</Visible>
  209. <ProductName>Windows Installer 3.1</ProductName>
  210. <Install>true</Install>
  211. </BootstrapperPackage>
  212. </ItemGroup>
  213. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  214. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  215. Other similar extension points exist, see Microsoft.Common.targets.
  216. <Target Name="BeforeBuild">
  217. </Target>
  218. <Target Name="AfterBuild">
  219. </Target>
  220. -->
  221. </Project>