mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			152 lines
		
	
	
		
			7.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			152 lines
		
	
	
		
			7.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | |
|     <ProjectGuid>{9060B539-62D0-4E71-A6C6-5944828774E9}</ProjectGuid>
 | |
|     <OutputType>WinExe</OutputType>
 | |
|     <AppDesignerFolder>Properties</AppDesignerFolder>
 | |
|     <RootNamespace>CloudStack.Plugin.AgentShell</RootNamespace>
 | |
|     <AssemblyName>AgentShell</AssemblyName>
 | |
|     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 | |
|     <FileAlignment>512</FileAlignment>
 | |
|     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
 | |
|     <RestorePackages>true</RestorePackages>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | |
|     <PlatformTarget>AnyCPU</PlatformTarget>
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>full</DebugType>
 | |
|     <Optimize>false</Optimize>
 | |
|     <OutputPath>bin\Debug\</OutputPath>
 | |
|     <DefineConstants>DEBUG;TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | |
|     <PlatformTarget>AnyCPU</PlatformTarget>
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>bin\Release\</OutputPath>
 | |
|     <DefineConstants>TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NoUnitTestsDebug|AnyCPU'">
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <OutputPath>bin\NoUnitTestsDebug\</OutputPath>
 | |
|     <DefineConstants>DEBUG;TRACE</DefineConstants>
 | |
|     <DebugType>full</DebugType>
 | |
|     <PlatformTarget>AnyCPU</PlatformTarget>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
 | |
|     <Prefer32Bit>true</Prefer32Bit>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NoUnitTests|AnyCPU'">
 | |
|     <OutputPath>bin\NoUnitTests\</OutputPath>
 | |
|     <DefineConstants>TRACE</DefineConstants>
 | |
|     <Optimize>true</Optimize>
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <PlatformTarget>AnyCPU</PlatformTarget>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
 | |
|     <Prefer32Bit>true</Prefer32Bit>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="AWSSDK">
 | |
|       <HintPath>..\packages\AWSSDK.1.5.23.0\lib\AWSSDK.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Ionic.Zip">
 | |
|       <HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="log4net">
 | |
|       <HintPath>..\packages\log4net.2.0.0\lib\net40-full\log4net.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Newtonsoft.Json">
 | |
|       <HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="NSubstitute">
 | |
|       <HintPath>..\packages\NSubstitute.1.6.1.0\lib\NET40\NSubstitute.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Configuration.Install" />
 | |
|     <Reference Include="System.Core" />
 | |
|     <Reference Include="System.Management" />
 | |
|     <Reference Include="System.Net.Http" />
 | |
|     <Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.4.0.20710.0\lib\net40\System.Net.Http.Formatting.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.4.0.20710.0\lib\net40\System.Web.Http.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Web.Http.SelfHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Microsoft.AspNet.WebApi.SelfHost.4.0.20918.0\lib\net40\System.Web.Http.SelfHost.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.Xml.Linq" />
 | |
|     <Reference Include="System.Data.DataSetExtensions" />
 | |
|     <Reference Include="Microsoft.CSharp" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.ServiceProcess" />
 | |
|     <Reference Include="System.Xml" />
 | |
|     <Reference Include="xunit">
 | |
|       <HintPath>..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
 | |
|     </Reference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="AgentService.cs">
 | |
|       <SubType>Component</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="AgentService.Designer.cs">
 | |
|       <DependentUpon>AgentService.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="AgentShellException.cs" />
 | |
|     <Compile Include="Program.cs" />
 | |
|     <Compile Include="ProjectInstaller.cs">
 | |
|       <SubType>Component</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="ProjectInstaller.Designer.cs">
 | |
|       <DependentUpon>ProjectInstaller.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <Compile Include="AgentSettings.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTimeSharedInput>True</DesignTimeSharedInput>
 | |
|       <DependentUpon>AgentSettings.settings</DependentUpon>
 | |
|     </Compile>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="App.config">
 | |
|       <SubType>Designer</SubType>
 | |
|     </None>
 | |
|     <None Include="AgentSettings.settings">
 | |
|       <Generator>PublicSettingsSingleFileGenerator</Generator>
 | |
|       <LastGenOutput>AgentSettings.Designer.cs</LastGenOutput>
 | |
|       <SubType>Designer</SubType>
 | |
|     </None>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\HypervResource\HypervResource.csproj">
 | |
|       <Project>{c963dfff-65ba-4e71-ada5-526a4da4e0b2}</Project>
 | |
|       <Name>HypervResource</Name>
 | |
|     </ProjectReference>
 | |
|     <ProjectReference Include="..\WmiWrappers\WmiWrappers.csproj">
 | |
|       <Project>{db824727-bdc3-437c-a364-7a811d8a160f}</Project>
 | |
|       <Name>WmiWrappers</Name>
 | |
|     </ProjectReference>
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | |
|   <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
 | |
|   <Target Name="BeforeBuild" Condition="'$(BuildWithMono)' == 'true' ">
 | |
|     <RemoveDir Directories="$(ProjectDir)$(BaseIntermediateOutputPath)" Condition="Exists('$(ProjectDir)$(BaseIntermediateOutputPath)')"/>
 | |
|     <RemoveDir Directories="$(ProjectDir)$(OutputPath)" Condition="Exists('$(ProjectDir)$(OutputPath)')"/>
 | |
|   </Target>
 | |
|   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 | |
|        Other similar extension points exist, see Microsoft.Common.targets.
 | |
|   <Target Name="BeforeBuild">
 | |
|   </Target>
 | |
|   <Target Name="AfterBuild">
 | |
|   </Target>
 | |
|   -->
 | |
| </Project>
 |