|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup>
|
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
6 |
| - <ProductVersion>9.0.21022</ProductVersion> |
7 |
| - <SchemaVersion>2.0</SchemaVersion> |
8 | 6 | <ProjectGuid>{83EAC000-F729-475D-AC1D-90DC0791DE8E}</ProjectGuid>
|
9 | 7 | <OutputType>Library</OutputType>
|
10 | 8 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
11 | 9 | <RootNamespace>XenAPI</RootNamespace>
|
12 | 10 | <AssemblyName>XenServer</AssemblyName>
|
13 |
| - <FileUpgradeFlags> |
14 |
| - </FileUpgradeFlags> |
15 |
| - <OldToolsVersion>3.5</OldToolsVersion> |
16 |
| - <UpgradeBackupLocation> |
17 |
| - </UpgradeBackupLocation> |
18 | 11 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
19 |
| - <TargetFrameworkProfile /> |
20 | 12 | </PropertyGroup>
|
21 | 13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
22 | 14 | <DebugSymbols>true</DebugSymbols>
|
|
38 | 30 | <Prefer32Bit>false</Prefer32Bit>
|
39 | 31 | </PropertyGroup>
|
40 | 32 | <ItemGroup>
|
41 |
| - <Reference Include="CookComputing.XmlRpcV2.dll"> |
| 33 | + <Reference Include="CookComputing.XmlRpcV2"> |
42 | 34 | <SpecificVersion>False</SpecificVersion>
|
43 |
| - <HintPath>..\CookComputing.XmlRpcV2.dll</HintPath> |
| 35 | + <HintPath>.\CookComputing.XmlRpcV2.dll</HintPath> |
44 | 36 | </Reference>
|
45 | 37 | <Reference Include="Newtonsoft.Json.dll">
|
46 | 38 | <SpecificVersion>False</SpecificVersion>
|
|
51 | 43 | <Reference Include="System.Xml" />
|
52 | 44 | </ItemGroup>
|
53 | 45 | <ItemGroup>
|
| 46 | + <Compile Include="Properties\AssemblyInfo.cs" /> |
54 | 47 | {{#api_members}}
|
55 | 48 | <Compile Include="{{api_member}}.cs" />
|
56 | 49 | {{/api_members}}
|
|
59 | 52 | <Compile Include="EventHelpers.cs" />
|
60 | 53 | <Compile Include="DeprecatedAttribute.cs" />
|
61 | 54 | <Compile Include="Failure.cs" />
|
62 |
| - <Compile Include="FriendlyErrorNames.Designer.cs"> |
63 |
| - <AutoGen>True</AutoGen> |
64 |
| - <DesignTime>True</DesignTime> |
65 |
| - <DependentUpon>FriendlyErrorNames.resx</DependentUpon> |
66 |
| - </Compile> |
67 | 55 | <Compile Include="Helper.cs" />
|
68 | 56 | <Compile Include="HTTP.cs" />
|
69 | 57 | <Compile Include="IMockWebProxy.cs" />
|
|
72 | 60 | <Compile Include="JsonRpc.cs" />
|
73 | 61 | <Compile Include="JsonRpcClient.cs" />
|
74 | 62 | <Compile Include="Marshalling.cs" />
|
75 |
| - <Compile Include="Properties\AssemblyInfo.cs" /> |
76 | 63 | <Compile Include="Response.cs" />
|
77 | 64 | <Compile Include="Session.cs" />
|
78 | 65 | <Compile Include="Subject2.cs" />
|
|
83 | 70 | <Compile Include="HTTP_actions.cs" />
|
84 | 71 | <Compile Include="Proxy.cs" />
|
85 | 72 | <Compile Include="Maps.cs" />
|
| 73 | + <Compile Include="FriendlyErrorNames.Designer.cs"> |
| 74 | + <AutoGen>True</AutoGen> |
| 75 | + <DesignTime>True</DesignTime> |
| 76 | + <DependentUpon>FriendlyErrorNames.resx</DependentUpon> |
| 77 | + </Compile> |
86 | 78 | </ItemGroup>
|
87 | 79 | <ItemGroup>
|
88 | 80 | <EmbeddedResource Include="FriendlyErrorNames.resx">
|
|
92 | 84 | <LastGenOutput>FriendlyErrorNames.Designer.cs</LastGenOutput>
|
93 | 85 | </EmbeddedResource>
|
94 | 86 | </ItemGroup>
|
95 |
| - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
96 |
| - <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 87 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 88 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
97 | 89 | Other similar extension points exist, see Microsoft.Common.targets.
|
98 | 90 | <Target Name="BeforeBuild">
|
99 | 91 | </Target>
|
|
0 commit comments