~travis-plummer/openstack-cli-powershell/master

« back to all changes in this revision

Viewing changes to WidgetInc.Openstack.Client.Powershell/WidgetInc.Openstack.Client.Powershell.csproj

  • Committer: Monty Taylor
  • Date: 2015-10-17 20:03:56 UTC
  • Revision ID: git-v1:803406e7e09f6f4199f7a92f11f2904ad1d6cc15
Retire stackforge/openstack-cli-powershell

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
 
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
 
  <PropertyGroup>
5
 
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
 
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
 
    <ProjectGuid>{8E2903DF-9FB6-48F8-85BF-FD2422BE38AF}</ProjectGuid>
8
 
    <OutputType>Library</OutputType>
9
 
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
 
    <RootNamespace>WidgetInc.Client.Powershell</RootNamespace>
11
 
    <AssemblyName>WidgetInc.Openstack.Client.Powershell</AssemblyName>
12
 
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13
 
    <FileAlignment>512</FileAlignment>
14
 
    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
15
 
    <RestorePackages>true</RestorePackages>
16
 
  </PropertyGroup>
17
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18
 
    <DebugSymbols>true</DebugSymbols>
19
 
    <DebugType>full</DebugType>
20
 
    <Optimize>false</Optimize>
21
 
    <OutputPath>..\..\..\..\Documents\WindowsPowerShell\Modules\WidgetInc\</OutputPath>
22
 
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
 
    <ErrorReport>prompt</ErrorReport>
24
 
    <WarningLevel>4</WarningLevel>
25
 
  </PropertyGroup>
26
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
 
    <DebugType>pdbonly</DebugType>
28
 
    <Optimize>true</Optimize>
29
 
    <OutputPath>bin\Release\</OutputPath>
30
 
    <DefineConstants>TRACE</DefineConstants>
31
 
    <ErrorReport>prompt</ErrorReport>
32
 
    <WarningLevel>4</WarningLevel>
33
 
  </PropertyGroup>
34
 
  <ItemGroup>
35
 
    <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
36
 
      <SpecificVersion>False</SpecificVersion>
37
 
      <HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
38
 
    </Reference>
39
 
    <Reference Include="OpenStack">
40
 
      <HintPath>..\packages\OpenStack-SDK-DotNet.0.9.1.0\lib\net40\OpenStack.dll</HintPath>
41
 
    </Reference>
42
 
    <Reference Include="System" />
43
 
    <Reference Include="System.Core" />
44
 
    <Reference Include="System.Management" />
45
 
    <Reference Include="System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
46
 
      <Private>True</Private>
47
 
      <HintPath>..\packages\System.Management.Automation.6.1.7601.17515\lib\net45\System.Management.Automation.dll</HintPath>
48
 
    </Reference>
49
 
    <Reference Include="System.Net.Http" />
50
 
    <Reference Include="System.Net.Http.Extensions">
51
 
      <HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\net45\System.Net.Http.Extensions.dll</HintPath>
52
 
    </Reference>
53
 
    <Reference Include="System.Net.Http.Primitives">
54
 
      <HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\net45\System.Net.Http.Primitives.dll</HintPath>
55
 
    </Reference>
56
 
    <Reference Include="System.Net.Http.WebRequest" />
57
 
    <Reference Include="System.Xml.Linq" />
58
 
    <Reference Include="System.Data.DataSetExtensions" />
59
 
    <Reference Include="Microsoft.CSharp" />
60
 
    <Reference Include="System.Data" />
61
 
    <Reference Include="System.Xml" />
62
 
  </ItemGroup>
63
 
  <ItemGroup>
64
 
    <Compile Include="Cmdlets\HelloWidgetIncCmdlet.cs" />
65
 
    <Compile Include="Properties\AssemblyInfo.cs" />
66
 
    <Compile Include="Utility\WidgetIncRegistrationManager.cs" />
67
 
  </ItemGroup>
68
 
  <ItemGroup>
69
 
    <None Include="app.config" />
70
 
    <None Include="Deployment\tools\chocolateyInstall.ps1" />
71
 
    <None Include="Deployment\WidgetInc.config">
72
 
      <SubType>Designer</SubType>
73
 
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
74
 
    </None>
75
 
    <None Include="Deployment\WidgetInc.nuspec" />
76
 
    <None Include="Deployment\WidgetInc.psd1">
77
 
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
78
 
    </None>
79
 
    <None Include="packages.config" />
80
 
  </ItemGroup>
81
 
  <ItemGroup>
82
 
    <ProjectReference Include="..\Openstack.Client.Powershell\Openstack.Client.Powershell.csproj">
83
 
      <Project>{32bac168-2ec8-4074-9e6d-8c13460dcfad}</Project>
84
 
      <Name>Openstack.Client.Powershell</Name>
85
 
    </ProjectReference>
86
 
  </ItemGroup>
87
 
  <ItemGroup>
88
 
    <Content Include="Deployment\ServiceProvider.xml">
89
 
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
90
 
    </Content>
91
 
  </ItemGroup>
92
 
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93
 
  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
94
 
  <PropertyGroup>
95
 
    <PostBuildEvent>md %25USERPROFILE%25\Documents\WindowsPowerShell\Modules\WidgetInc
96
 
copy .\Deployment\WidgetInc.psd1                                                  %25USERPROFILE%25\Documents\WindowsPowerShell\Modules\WidgetInc\WidgetInc.psd1</PostBuildEvent>
97
 
  </PropertyGroup>
98
 
  <Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
99
 
  <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
100
 
    <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
101
 
    <Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
102
 
  </Target>
103
 
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
104
 
       Other similar extension points exist, see Microsoft.Common.targets.
105
 
  <Target Name="BeforeBuild">
106
 
  </Target>
107
 
  <Target Name="AfterBuild">
108
 
  </Target>
109
 
  -->
110
 
</Project>
 
 
b'\\ No newline at end of file'