-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChocolateyPackages.pssproj
58 lines (58 loc) · 2.45 KB
/
ChocolateyPackages.pssproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>6CAFC0C6-A428-4d30-A9F9-700E829FEA51</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MyApplication</RootNamespace>
<AssemblyName>MyApplication</AssemblyName>
<Name>ChocolateyPackages</Name>
<ProjectHome />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<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' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Folder Include="axis2-war\" />
<Folder Include="axis2-war\tools\" />
<Folder Include="jboss-as\" />
<Folder Include="jboss-as\tools\" />
<Folder Include="_packages\" />
</ItemGroup>
<ItemGroup>
<Compile Include="axis2-war-pack.ps1" />
<Compile Include="axis2-war\axis2-war.nuspec" />
<Compile Include="axis2-war\icon128.png" />
<Compile Include="axis2-war\tools\chocolateyinstall.ps1" />
<Compile Include="axis2-war\tools\chocolateyuninstall.ps1" />
<Compile Include="commands.json" />
<Compile Include="jboss-as-pack.ps1" />
<Compile Include="jboss-as\icon.png" />
<Compile Include="jboss-as\jboss-as.nuspec" />
<Compile Include="jboss-as\tools\chocolateyinstall.ps1" />
<Compile Include="jboss-as\tools\chocolateyuninstall.ps1" />
<Compile Include="jboss-as\tools\service.bat" />
<Compile Include="README.md" />
<Compile Include="_packages\axis2-war.1.6.1.nupkg" />
<Compile Include="_packages\axis2-war.1.6.2.nupkg" />
<Compile Include="_packages\axis2-war.1.6.3.nupkg" />
<Compile Include="_packages\jboss-as.7.1.1.nupkg" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Target Name="Build" />
</Project>