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

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