BurnMedia.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.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>{3B8FDB66-1D5A-4533-9F51-2D693BF0EF23}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>BurnMedia</RootNamespace>
  12. <AssemblyName>BurnMedia</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SignManifests>false</SignManifests>
  16. <TargetZone>LocalIntranet</TargetZone>
  17. <GenerateManifests>true</GenerateManifests>
  18. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  19. <IsWebBootstrapper>false</IsWebBootstrapper>
  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. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. <ApplicationIcon>app.ico</ApplicationIcon>
  35. <FileUpgradeFlags>
  36. </FileUpgradeFlags>
  37. <UpgradeBackupLocation>
  38. </UpgradeBackupLocation>
  39. <OldToolsVersion>3.5</OldToolsVersion>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  42. <DebugSymbols>true</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>false</Optimize>
  45. <OutputPath>bin\Debug\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  52. <DebugType>pdbonly</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="System" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Deployment" />
  63. <Reference Include="System.Drawing" />
  64. <Reference Include="System.Windows.Forms" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Interop\BurnData.cs" />
  69. <Compile Include="MediaItem\DirectoryItem.cs" />
  70. <Compile Include="MediaItem\FileItem.cs" />
  71. <Compile Include="Interop\imapi2Interop.cs" />
  72. <Compile Include="MediaItem\IMediaItem.cs" />
  73. <Compile Include="MainForm.cs">
  74. <SubType>Form</SubType>
  75. </Compile>
  76. <Compile Include="MainForm.Designer.cs">
  77. <DependentUpon>MainForm.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="MediaItem\Win32.cs" />
  80. <Compile Include="Program.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <EmbeddedResource Include="MainForm.resx">
  83. <DependentUpon>MainForm.cs</DependentUpon>
  84. <SubType>Designer</SubType>
  85. </EmbeddedResource>
  86. <EmbeddedResource Include="Properties\Resources.resx">
  87. <Generator>ResXFileCodeGenerator</Generator>
  88. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  89. <SubType>Designer</SubType>
  90. </EmbeddedResource>
  91. <Compile Include="Properties\Resources.Designer.cs">
  92. <AutoGen>True</AutoGen>
  93. <DependentUpon>Resources.resx</DependentUpon>
  94. <DesignTime>True</DesignTime>
  95. </Compile>
  96. <None Include="Properties\app.manifest" />
  97. <None Include="Properties\Settings.settings">
  98. <Generator>SettingsSingleFileGenerator</Generator>
  99. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  100. </None>
  101. <Compile Include="Properties\Settings.Designer.cs">
  102. <AutoGen>True</AutoGen>
  103. <DependentUpon>Settings.settings</DependentUpon>
  104. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  105. </Compile>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  109. <Visible>False</Visible>
  110. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  111. <Install>true</Install>
  112. </BootstrapperPackage>
  113. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  114. <Visible>False</Visible>
  115. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  116. <Install>false</Install>
  117. </BootstrapperPackage>
  118. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  119. <Visible>False</Visible>
  120. <ProductName>.NET Framework 3.5</ProductName>
  121. <Install>false</Install>
  122. </BootstrapperPackage>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Content Include="app.ico" />
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  129. Other similar extension points exist, see Microsoft.Common.targets.
  130. <Target Name="BeforeBuild">
  131. </Target>
  132. <Target Name="AfterBuild">
  133. </Target>
  134. -->
  135. </Project>