LYFZ.NeroDiscBurn.NET.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
  3. <PropertyGroup>
  4. <ProjectType>Local</ProjectType>
  5. <ProductVersion>7.10.3077</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{30CE6A06-9A9D-482F-A855-1BECA3101165}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon>nero_128.ico</ApplicationIcon>
  11. <AssemblyKeyContainerName />
  12. <AssemblyName>LYFZ.NeroDiscBurn</AssemblyName>
  13. <AssemblyOriginatorKeyFile />
  14. <DefaultClientScript>JScript</DefaultClientScript>
  15. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  16. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  17. <DelaySign>false</DelaySign>
  18. <OutputType>WinExe</OutputType>
  19. <RootNamespace>LYFZ.NeroDiscBurn.NET</RootNamespace>
  20. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  21. <StartupObject>LYFZ.NeroDiscBurn.NET.Program</StartupObject>
  22. <FileUpgradeFlags>
  23. </FileUpgradeFlags>
  24. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  25. <OldToolsVersion>0.0</OldToolsVersion>
  26. <UpgradeBackupLocation />
  27. <PublishUrl>publish\</PublishUrl>
  28. <Install>true</Install>
  29. <InstallFrom>Disk</InstallFrom>
  30. <UpdateEnabled>false</UpdateEnabled>
  31. <UpdateMode>Foreground</UpdateMode>
  32. <UpdateInterval>7</UpdateInterval>
  33. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  34. <UpdatePeriodically>false</UpdatePeriodically>
  35. <UpdateRequired>false</UpdateRequired>
  36. <MapFileExtensions>true</MapFileExtensions>
  37. <ApplicationRevision>0</ApplicationRevision>
  38. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  39. <IsWebBootstrapper>false</IsWebBootstrapper>
  40. <UseApplicationTrust>false</UseApplicationTrust>
  41. <BootstrapperEnabled>true</BootstrapperEnabled>
  42. <TargetFrameworkProfile />
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  47. <BaseAddress>285212672</BaseAddress>
  48. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  49. <ConfigurationOverrideFile />
  50. <DefineConstants>DEBUG;TRACE</DefineConstants>
  51. <DocumentationFile />
  52. <DebugSymbols>true</DebugSymbols>
  53. <FileAlignment>4096</FileAlignment>
  54. <NoStdLib>false</NoStdLib>
  55. <NoWarn />
  56. <Optimize>false</Optimize>
  57. <RegisterForComInterop>false</RegisterForComInterop>
  58. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  59. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  60. <WarningLevel>4</WarningLevel>
  61. <DebugType>full</DebugType>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  64. <PlatformTarget>AnyCPU</PlatformTarget>
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  67. <OutputPath>..\LYFZSoftwareDLL\Release\</OutputPath>
  68. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  69. <BaseAddress>285212672</BaseAddress>
  70. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  71. <ConfigurationOverrideFile />
  72. <DefineConstants>TRACE</DefineConstants>
  73. <DocumentationFile />
  74. <DebugSymbols>false</DebugSymbols>
  75. <FileAlignment>4096</FileAlignment>
  76. <NoStdLib>false</NoStdLib>
  77. <NoWarn />
  78. <Optimize>true</Optimize>
  79. <RegisterForComInterop>false</RegisterForComInterop>
  80. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  81. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  82. <WarningLevel>4</WarningLevel>
  83. <DebugType>none</DebugType>
  84. <ErrorReport>prompt</ErrorReport>
  85. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  86. <PlatformTarget>AnyCPU</PlatformTarget>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  89. <DebugSymbols>true</DebugSymbols>
  90. <OutputPath>..\LYFZSoftwareDLL\Debug\</OutputPath>
  91. <DefineConstants>DEBUG;TRACE</DefineConstants>
  92. <BaseAddress>285212672</BaseAddress>
  93. <FileAlignment>4096</FileAlignment>
  94. <DebugType>full</DebugType>
  95. <PlatformTarget>x86</PlatformTarget>
  96. <CodeAnalysisLogFile>bin\Debug\NeroFiddlesCOM.NET.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  97. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  98. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  99. <ErrorReport>prompt</ErrorReport>
  100. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  101. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  102. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  103. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  104. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  107. <OutputPath>..\LYFZSoftwareDLL\Release\</OutputPath>
  108. <DefineConstants>TRACE</DefineConstants>
  109. <BaseAddress>285212672</BaseAddress>
  110. <Optimize>true</Optimize>
  111. <FileAlignment>4096</FileAlignment>
  112. <PlatformTarget>x86</PlatformTarget>
  113. <CodeAnalysisLogFile>bin\Release\NeroFiddlesCOM.NET.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  114. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  115. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  116. <ErrorReport>prompt</ErrorReport>
  117. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  118. <CodeAnalysisRuleSetDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  119. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  120. <CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  121. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  122. </PropertyGroup>
  123. <ItemGroup>
  124. <Reference Include="Interop.NEROLib">
  125. <HintPath>Bin\Interop.NEROLib.dll</HintPath>
  126. <EmbedInteropTypes>True</EmbedInteropTypes>
  127. </Reference>
  128. <Reference Include="Interop.NeroVisionAPI">
  129. <HintPath>Bin\Interop.NeroVisionAPI.dll</HintPath>
  130. <EmbedInteropTypes>True</EmbedInteropTypes>
  131. </Reference>
  132. <Reference Include="System">
  133. <Name>System</Name>
  134. </Reference>
  135. <Reference Include="System.Data">
  136. <Name>System.Data</Name>
  137. </Reference>
  138. <Reference Include="System.Design">
  139. <Name>System.Design</Name>
  140. </Reference>
  141. <Reference Include="System.Drawing">
  142. <Name>System.Drawing</Name>
  143. </Reference>
  144. <Reference Include="System.Windows.Forms">
  145. <Name>System.Windows.Forms</Name>
  146. </Reference>
  147. <Reference Include="System.Xml">
  148. <Name>System.XML</Name>
  149. </Reference>
  150. </ItemGroup>
  151. <ItemGroup>
  152. <Compile Include="AssemblyInfo.cs">
  153. <SubType>Code</SubType>
  154. </Compile>
  155. <Compile Include="BrowseForFolder.cs">
  156. <SubType>Code</SubType>
  157. </Compile>
  158. <Compile Include="BrunAPP\frmMain.cs">
  159. <SubType>Form</SubType>
  160. </Compile>
  161. <Compile Include="BrunAPP\frmMain.Designer.cs">
  162. <DependentUpon>frmMain.cs</DependentUpon>
  163. </Compile>
  164. <Compile Include="BurnDiscCopy.cs">
  165. <SubType>Form</SubType>
  166. </Compile>
  167. <Compile Include="BurnImage.cs">
  168. <SubType>Form</SubType>
  169. </Compile>
  170. <Compile Include="BurnIsoAudio.cs">
  171. <SubType>Form</SubType>
  172. </Compile>
  173. <Compile Include="BurnProgress.cs">
  174. <SubType>Form</SubType>
  175. </Compile>
  176. <Compile Include="ChooseBurnFlags.cs">
  177. <SubType>Form</SubType>
  178. </Compile>
  179. <Compile Include="ChooseMedia.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="ChooseSession.cs">
  183. <SubType>Form</SubType>
  184. </Compile>
  185. <Compile Include="ChooseSpeed.cs">
  186. <SubType>Form</SubType>
  187. </Compile>
  188. <Compile Include="ControlEnabler.cs">
  189. <SubType>Code</SubType>
  190. </Compile>
  191. <Compile Include="DAE.cs">
  192. <SubType>Form</SubType>
  193. </Compile>
  194. <Compile Include="DAEProgress.cs">
  195. <SubType>Form</SubType>
  196. </Compile>
  197. <Compile Include="DiscInfo.cs">
  198. <SubType>Form</SubType>
  199. </Compile>
  200. <Compile Include="DriveInfo.cs">
  201. <SubType>Form</SubType>
  202. </Compile>
  203. <Compile Include="Erase.cs">
  204. <SubType>Form</SubType>
  205. </Compile>
  206. <Compile Include="EraseProgress.cs">
  207. <SubType>Form</SubType>
  208. </Compile>
  209. <Compile Include="EstimateTrackSize.cs">
  210. <SubType>Form</SubType>
  211. </Compile>
  212. <Compile Include="Main.cs">
  213. <SubType>Form</SubType>
  214. </Compile>
  215. <Compile Include="NVAPI.cs">
  216. <SubType>Form</SubType>
  217. </Compile>
  218. <Compile Include="NVAPIEstimate.cs">
  219. <SubType>Form</SubType>
  220. </Compile>
  221. <Compile Include="Program.cs" />
  222. <Compile Include="SpeedComboBox.cs">
  223. <SubType>Component</SubType>
  224. </Compile>
  225. <Compile Include="VMSInfo.cs">
  226. <SubType>Form</SubType>
  227. </Compile>
  228. <Compile Include="WaitCD.cs">
  229. <SubType>Form</SubType>
  230. </Compile>
  231. <Content Include="nero_128.ico" />
  232. <EmbeddedResource Include="BrunAPP\frmMain.resx">
  233. <DependentUpon>frmMain.cs</DependentUpon>
  234. </EmbeddedResource>
  235. <EmbeddedResource Include="BurnDiscCopy.resx">
  236. <DependentUpon>BurnDiscCopy.cs</DependentUpon>
  237. </EmbeddedResource>
  238. <EmbeddedResource Include="BurnImage.resx">
  239. <DependentUpon>BurnImage.cs</DependentUpon>
  240. </EmbeddedResource>
  241. <EmbeddedResource Include="BurnIsoAudio.resx">
  242. <DependentUpon>BurnIsoAudio.cs</DependentUpon>
  243. </EmbeddedResource>
  244. <EmbeddedResource Include="BurnProgress.resx">
  245. <DependentUpon>BurnProgress.cs</DependentUpon>
  246. </EmbeddedResource>
  247. <EmbeddedResource Include="ChooseBurnFlags.resx">
  248. <DependentUpon>ChooseBurnFlags.cs</DependentUpon>
  249. </EmbeddedResource>
  250. <EmbeddedResource Include="ChooseMedia.resx">
  251. <DependentUpon>ChooseMedia.cs</DependentUpon>
  252. </EmbeddedResource>
  253. <EmbeddedResource Include="ChooseSession.resx">
  254. <DependentUpon>ChooseSession.cs</DependentUpon>
  255. </EmbeddedResource>
  256. <EmbeddedResource Include="ChooseSpeed.resx">
  257. <DependentUpon>ChooseSpeed.cs</DependentUpon>
  258. </EmbeddedResource>
  259. <EmbeddedResource Include="DAE.resx">
  260. <DependentUpon>DAE.cs</DependentUpon>
  261. </EmbeddedResource>
  262. <EmbeddedResource Include="DAEProgress.resx">
  263. <DependentUpon>DAEProgress.cs</DependentUpon>
  264. </EmbeddedResource>
  265. <EmbeddedResource Include="DiscInfo.resx">
  266. <DependentUpon>DiscInfo.cs</DependentUpon>
  267. </EmbeddedResource>
  268. <EmbeddedResource Include="DriveInfo.resx">
  269. <DependentUpon>DriveInfo.cs</DependentUpon>
  270. </EmbeddedResource>
  271. <EmbeddedResource Include="Erase.resx">
  272. <DependentUpon>Erase.cs</DependentUpon>
  273. </EmbeddedResource>
  274. <EmbeddedResource Include="EraseProgress.resx">
  275. <DependentUpon>EraseProgress.cs</DependentUpon>
  276. </EmbeddedResource>
  277. <EmbeddedResource Include="EstimateTrackSize.resx">
  278. <DependentUpon>EstimateTrackSize.cs</DependentUpon>
  279. </EmbeddedResource>
  280. <EmbeddedResource Include="Main.resx">
  281. <DependentUpon>Main.cs</DependentUpon>
  282. </EmbeddedResource>
  283. <EmbeddedResource Include="NVAPI.resx">
  284. <DependentUpon>NVAPI.cs</DependentUpon>
  285. </EmbeddedResource>
  286. <EmbeddedResource Include="NVAPIEstimate.resx">
  287. <DependentUpon>NVAPIEstimate.cs</DependentUpon>
  288. </EmbeddedResource>
  289. <EmbeddedResource Include="SpeedComboBox.resx">
  290. <DependentUpon>SpeedComboBox.cs</DependentUpon>
  291. </EmbeddedResource>
  292. <EmbeddedResource Include="VMSInfo.resx">
  293. <DependentUpon>VMSInfo.cs</DependentUpon>
  294. </EmbeddedResource>
  295. <EmbeddedResource Include="WaitCD.resx">
  296. <DependentUpon>WaitCD.cs</DependentUpon>
  297. </EmbeddedResource>
  298. </ItemGroup>
  299. <ItemGroup>
  300. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  301. <Visible>False</Visible>
  302. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  303. <Install>false</Install>
  304. </BootstrapperPackage>
  305. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  306. <Visible>False</Visible>
  307. <ProductName>.NET Framework 3.5 SP1</ProductName>
  308. <Install>true</Install>
  309. </BootstrapperPackage>
  310. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  311. <Visible>False</Visible>
  312. <ProductName>Windows Installer 3.1</ProductName>
  313. <Install>true</Install>
  314. </BootstrapperPackage>
  315. </ItemGroup>
  316. <ItemGroup>
  317. <None Include="app.config" />
  318. </ItemGroup>
  319. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  320. <PropertyGroup>
  321. <PreBuildEvent />
  322. <PostBuildEvent />
  323. </PropertyGroup>
  324. </Project>