ISCSIConsole.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{6C9727E4-00AC-4DE0-86A3-5A10259DE3E4}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ISCSIConsole</RootNamespace>
  11. <AssemblyName>ISCSIConsole</AssemblyName>
  12. <ApplicationIcon>Icons\SCSI.ico</ApplicationIcon>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <UpgradeBackupLocation>
  16. </UpgradeBackupLocation>
  17. <OldToolsVersion>2.0</OldToolsVersion>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>TRACE;DEBUG;Win32</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE;Win32</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Drawing" />
  39. <Reference Include="System.Windows.Forms" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="AddTargetForm.cs">
  43. <SubType>Form</SubType>
  44. </Compile>
  45. <Compile Include="AddTargetForm.Designer.cs">
  46. <DependentUpon>AddTargetForm.cs</DependentUpon>
  47. </Compile>
  48. <Compile Include="CreateDiskImageForm.cs">
  49. <SubType>Form</SubType>
  50. </Compile>
  51. <Compile Include="CreateDiskImageForm.Designer.cs">
  52. <DependentUpon>CreateDiskImageForm.cs</DependentUpon>
  53. </Compile>
  54. <Compile Include="CreateRAMDiskForm.cs">
  55. <SubType>Form</SubType>
  56. </Compile>
  57. <Compile Include="CreateRAMDiskForm.Designer.cs">
  58. <DependentUpon>CreateRAMDiskForm.cs</DependentUpon>
  59. </Compile>
  60. <Compile Include="Disks\VolumeDisk.cs" />
  61. <Compile Include="Helpers\FormattingHelper.cs" />
  62. <Compile Include="Helpers\ISCSINameHelper.cs" />
  63. <Compile Include="Helpers\LockUtils.cs" />
  64. <Compile Include="Helpers\UsageCounter.cs" />
  65. <Compile Include="MainForm.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="MainForm.Designer.cs">
  69. <DependentUpon>MainForm.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="Program.cs" />
  72. <Compile Include="Program.Log.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <Compile Include="SelectDiskImageForm.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="SelectDiskImageForm.Designer.cs">
  78. <DependentUpon>SelectDiskImageForm.cs</DependentUpon>
  79. </Compile>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <EmbeddedResource Include="AddTargetForm.resx">
  83. <SubType>Designer</SubType>
  84. <DependentUpon>AddTargetForm.cs</DependentUpon>
  85. </EmbeddedResource>
  86. <EmbeddedResource Include="CreateDiskImageForm.resx">
  87. <SubType>Designer</SubType>
  88. <DependentUpon>CreateDiskImageForm.cs</DependentUpon>
  89. </EmbeddedResource>
  90. <EmbeddedResource Include="CreateRAMDiskForm.resx">
  91. <DependentUpon>CreateRAMDiskForm.cs</DependentUpon>
  92. <SubType>Designer</SubType>
  93. </EmbeddedResource>
  94. <EmbeddedResource Include="MainForm.resx">
  95. <SubType>Designer</SubType>
  96. <DependentUpon>MainForm.cs</DependentUpon>
  97. </EmbeddedResource>
  98. <EmbeddedResource Include="SelectDiskImageForm.resx">
  99. <DependentUpon>SelectDiskImageForm.cs</DependentUpon>
  100. <SubType>Designer</SubType>
  101. </EmbeddedResource>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="Win32\SecurityHelper.cs" />
  105. <Compile Include="Win32\SelectPhysicalDiskForm.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="Win32\SelectPhysicalDiskForm.Designer.cs">
  109. <DependentUpon>SelectPhysicalDiskForm.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="Win32\SelectVolumeForm.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="Win32\SelectVolumeForm.Designer.cs">
  115. <DependentUpon>SelectVolumeForm.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="Win32\VolumeInfo.cs" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <EmbeddedResource Include="Win32\SelectPhysicalDiskForm.resx">
  121. <DependentUpon>SelectPhysicalDiskForm.cs</DependentUpon>
  122. <SubType>Designer</SubType>
  123. </EmbeddedResource>
  124. <EmbeddedResource Include="Win32\SelectVolumeForm.resx">
  125. <DependentUpon>SelectVolumeForm.cs</DependentUpon>
  126. <SubType>Designer</SubType>
  127. </EmbeddedResource>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Content Include="Icons\SCSI.ico" />
  131. <Content Include="RevisionHistory.txt" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <ProjectReference Include="..\DiskAccessLibrary\DiskAccessLibrary.csproj">
  135. <Project>{000D0367-63A1-475D-982D-67A0B93BABEB}</Project>
  136. <Name>DiskAccessLibrary</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\ISCSI\ISCSI.csproj">
  139. <Project>{225ABFC2-FCA5-4C23-B7E3-0874E9A60548}</Project>
  140. <Name>ISCSI</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\Utilities\Utilities.csproj">
  143. <Project>{6E0F2D1E-6167-4032-BA90-DEE3A99207D0}</Project>
  144. <Name>Utilities</Name>
  145. </ProjectReference>
  146. </ItemGroup>
  147. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  148. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  149. Other similar extension points exist, see Microsoft.Common.targets.
  150. <Target Name="BeforeBuild">
  151. </Target>
  152. <Target Name="AfterBuild">
  153. </Target>
  154. -->
  155. <PropertyGroup>
  156. <PostBuildEvent>if $(ConfigurationName) == Release CD "$(ProjectDir)ILMerge\"
  157. if $(ConfigurationName) == Release "$(ProjectDir)ILMerge\ILMerge.bat"</PostBuildEvent>
  158. </PropertyGroup>
  159. </Project>