NeroFiddlesCOM.NET.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.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>App.ico</ApplicationIcon>
  11. <AssemblyKeyContainerName />
  12. <AssemblyName>NeroFiddlesCOM.NET</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>NeroFiddlesCOM.NET</RootNamespace>
  20. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  21. <StartupObject />
  22. <FileUpgradeFlags>
  23. </FileUpgradeFlags>
  24. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  25. <UpgradeBackupLocation>
  26. </UpgradeBackupLocation>
  27. <OldToolsVersion>0.0</OldToolsVersion>
  28. <PublishUrl>publish\</PublishUrl>
  29. <Install>true</Install>
  30. <InstallFrom>Disk</InstallFrom>
  31. <UpdateEnabled>false</UpdateEnabled>
  32. <UpdateMode>Foreground</UpdateMode>
  33. <UpdateInterval>7</UpdateInterval>
  34. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  35. <UpdatePeriodically>false</UpdatePeriodically>
  36. <UpdateRequired>false</UpdateRequired>
  37. <MapFileExtensions>true</MapFileExtensions>
  38. <ApplicationRevision>0</ApplicationRevision>
  39. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  40. <IsWebBootstrapper>false</IsWebBootstrapper>
  41. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  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. </PropertyGroup>
  64. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  65. <OutputPath>bin\Release\</OutputPath>
  66. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  67. <BaseAddress>285212672</BaseAddress>
  68. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  69. <ConfigurationOverrideFile />
  70. <DefineConstants>TRACE</DefineConstants>
  71. <DocumentationFile />
  72. <DebugSymbols>false</DebugSymbols>
  73. <FileAlignment>4096</FileAlignment>
  74. <NoStdLib>false</NoStdLib>
  75. <NoWarn />
  76. <Optimize>true</Optimize>
  77. <RegisterForComInterop>false</RegisterForComInterop>
  78. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  79. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  80. <WarningLevel>4</WarningLevel>
  81. <DebugType>none</DebugType>
  82. <ErrorReport>prompt</ErrorReport>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  85. <DebugSymbols>true</DebugSymbols>
  86. <OutputPath>bin\x86\Debug\</OutputPath>
  87. <DefineConstants>DEBUG;TRACE</DefineConstants>
  88. <BaseAddress>285212672</BaseAddress>
  89. <FileAlignment>4096</FileAlignment>
  90. <DebugType>full</DebugType>
  91. <PlatformTarget>x86</PlatformTarget>
  92. <ErrorReport>prompt</ErrorReport>
  93. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  96. <OutputPath>bin\x86\Release\</OutputPath>
  97. <DefineConstants>TRACE</DefineConstants>
  98. <BaseAddress>285212672</BaseAddress>
  99. <Optimize>true</Optimize>
  100. <FileAlignment>4096</FileAlignment>
  101. <PlatformTarget>x86</PlatformTarget>
  102. <ErrorReport>prompt</ErrorReport>
  103. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  104. </PropertyGroup>
  105. <ItemGroup>
  106. <Reference Include="Interop.NEROLib">
  107. <HintPath>Bin\Interop.NEROLib.dll</HintPath>
  108. <EmbedInteropTypes>True</EmbedInteropTypes>
  109. </Reference>
  110. <Reference Include="Interop.NeroVisionAPI">
  111. <HintPath>Bin\Interop.NeroVisionAPI.dll</HintPath>
  112. <EmbedInteropTypes>True</EmbedInteropTypes>
  113. </Reference>
  114. <Reference Include="System">
  115. <Name>System</Name>
  116. </Reference>
  117. <Reference Include="System.Data">
  118. <Name>System.Data</Name>
  119. </Reference>
  120. <Reference Include="System.Design">
  121. <Name>System.Design</Name>
  122. </Reference>
  123. <Reference Include="System.Drawing">
  124. <Name>System.Drawing</Name>
  125. </Reference>
  126. <Reference Include="System.Windows.Forms">
  127. <Name>System.Windows.Forms</Name>
  128. </Reference>
  129. <Reference Include="System.Xml">
  130. <Name>System.XML</Name>
  131. </Reference>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Compile Include="AssemblyInfo.cs">
  135. <SubType>Code</SubType>
  136. </Compile>
  137. <Compile Include="BrowseForFolder.cs">
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Compile Include="BurnDiscCopy.cs">
  141. <SubType>Form</SubType>
  142. </Compile>
  143. <Compile Include="BurnImage.cs">
  144. <SubType>Form</SubType>
  145. </Compile>
  146. <Compile Include="BurnIsoAudio.cs">
  147. <SubType>Form</SubType>
  148. </Compile>
  149. <Compile Include="BurnProgress.cs">
  150. <SubType>Form</SubType>
  151. </Compile>
  152. <Compile Include="ChooseBurnFlags.cs">
  153. <SubType>Form</SubType>
  154. </Compile>
  155. <Compile Include="ChooseMedia.cs">
  156. <SubType>Form</SubType>
  157. </Compile>
  158. <Compile Include="ChooseSession.cs">
  159. <SubType>Form</SubType>
  160. </Compile>
  161. <Compile Include="ChooseSpeed.cs">
  162. <SubType>Form</SubType>
  163. </Compile>
  164. <Compile Include="ControlEnabler.cs">
  165. <SubType>Code</SubType>
  166. </Compile>
  167. <Compile Include="DAE.cs">
  168. <SubType>Form</SubType>
  169. </Compile>
  170. <Compile Include="DAEProgress.cs">
  171. <SubType>Form</SubType>
  172. </Compile>
  173. <Compile Include="DiscInfo.cs">
  174. <SubType>Form</SubType>
  175. </Compile>
  176. <Compile Include="DriveInfo.cs">
  177. <SubType>Form</SubType>
  178. </Compile>
  179. <Compile Include="Erase.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="EraseProgress.cs">
  183. <SubType>Form</SubType>
  184. </Compile>
  185. <Compile Include="EstimateTrackSize.cs">
  186. <SubType>Form</SubType>
  187. </Compile>
  188. <Compile Include="Main.cs">
  189. <SubType>Form</SubType>
  190. </Compile>
  191. <Compile Include="NVAPI.cs">
  192. <SubType>Form</SubType>
  193. </Compile>
  194. <Compile Include="NVAPIEstimate.cs">
  195. <SubType>Form</SubType>
  196. </Compile>
  197. <Compile Include="SpeedComboBox.cs">
  198. <SubType>Component</SubType>
  199. </Compile>
  200. <Compile Include="VMSInfo.cs">
  201. <SubType>Form</SubType>
  202. </Compile>
  203. <Compile Include="WaitCD.cs">
  204. <SubType>Form</SubType>
  205. </Compile>
  206. <Content Include="App.ico" />
  207. <EmbeddedResource Include="BurnDiscCopy.resx">
  208. <DependentUpon>BurnDiscCopy.cs</DependentUpon>
  209. </EmbeddedResource>
  210. <EmbeddedResource Include="BurnImage.resx">
  211. <DependentUpon>BurnImage.cs</DependentUpon>
  212. </EmbeddedResource>
  213. <EmbeddedResource Include="BurnIsoAudio.resx">
  214. <DependentUpon>BurnIsoAudio.cs</DependentUpon>
  215. </EmbeddedResource>
  216. <EmbeddedResource Include="BurnProgress.resx">
  217. <DependentUpon>BurnProgress.cs</DependentUpon>
  218. </EmbeddedResource>
  219. <EmbeddedResource Include="ChooseBurnFlags.resx">
  220. <DependentUpon>ChooseBurnFlags.cs</DependentUpon>
  221. </EmbeddedResource>
  222. <EmbeddedResource Include="ChooseMedia.resx">
  223. <DependentUpon>ChooseMedia.cs</DependentUpon>
  224. </EmbeddedResource>
  225. <EmbeddedResource Include="ChooseSession.resx">
  226. <DependentUpon>ChooseSession.cs</DependentUpon>
  227. </EmbeddedResource>
  228. <EmbeddedResource Include="ChooseSpeed.resx">
  229. <DependentUpon>ChooseSpeed.cs</DependentUpon>
  230. </EmbeddedResource>
  231. <EmbeddedResource Include="DAE.resx">
  232. <DependentUpon>DAE.cs</DependentUpon>
  233. </EmbeddedResource>
  234. <EmbeddedResource Include="DAEProgress.resx">
  235. <DependentUpon>DAEProgress.cs</DependentUpon>
  236. </EmbeddedResource>
  237. <EmbeddedResource Include="DiscInfo.resx">
  238. <DependentUpon>DiscInfo.cs</DependentUpon>
  239. </EmbeddedResource>
  240. <EmbeddedResource Include="DriveInfo.resx">
  241. <DependentUpon>DriveInfo.cs</DependentUpon>
  242. </EmbeddedResource>
  243. <EmbeddedResource Include="Erase.resx">
  244. <DependentUpon>Erase.cs</DependentUpon>
  245. </EmbeddedResource>
  246. <EmbeddedResource Include="EraseProgress.resx">
  247. <DependentUpon>EraseProgress.cs</DependentUpon>
  248. </EmbeddedResource>
  249. <EmbeddedResource Include="EstimateTrackSize.resx">
  250. <DependentUpon>EstimateTrackSize.cs</DependentUpon>
  251. </EmbeddedResource>
  252. <EmbeddedResource Include="Main.resx">
  253. <DependentUpon>Main.cs</DependentUpon>
  254. </EmbeddedResource>
  255. <EmbeddedResource Include="NVAPI.resx">
  256. <DependentUpon>NVAPI.cs</DependentUpon>
  257. </EmbeddedResource>
  258. <EmbeddedResource Include="NVAPIEstimate.resx">
  259. <DependentUpon>NVAPIEstimate.cs</DependentUpon>
  260. </EmbeddedResource>
  261. <EmbeddedResource Include="SpeedComboBox.resx">
  262. <DependentUpon>SpeedComboBox.cs</DependentUpon>
  263. </EmbeddedResource>
  264. <EmbeddedResource Include="VMSInfo.resx">
  265. <DependentUpon>VMSInfo.cs</DependentUpon>
  266. </EmbeddedResource>
  267. <EmbeddedResource Include="WaitCD.resx">
  268. <DependentUpon>WaitCD.cs</DependentUpon>
  269. </EmbeddedResource>
  270. </ItemGroup>
  271. <ItemGroup>
  272. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  273. <Visible>False</Visible>
  274. <ProductName>.NET Framework 3.5 SP1</ProductName>
  275. <Install>true</Install>
  276. </BootstrapperPackage>
  277. </ItemGroup>
  278. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  279. <PropertyGroup>
  280. <PreBuildEvent />
  281. <PostBuildEvent />
  282. </PropertyGroup>
  283. </Project>