|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>Lithnet.ResourceManagement.Automation</RootNamespace> |
11 | 11 | <AssemblyName>Lithnet.ResourceManagement.Automation</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <NuGetPackageImportStamp> |
15 | 15 | </NuGetPackageImportStamp> |
| 16 | + <TargetFrameworkProfile /> |
16 | 17 | </PropertyGroup> |
17 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | 19 | <DebugSymbols>true</DebugSymbols> |
|
22 | 23 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
23 | 24 | <ErrorReport>prompt</ErrorReport> |
24 | 25 | <WarningLevel>4</WarningLevel> |
| 26 | + <Prefer32Bit>false</Prefer32Bit> |
25 | 27 | </PropertyGroup> |
26 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 | 29 | <DebugType>pdbonly</DebugType> |
|
30 | 32 | <DefineConstants>TRACE</DefineConstants> |
31 | 33 | <ErrorReport>prompt</ErrorReport> |
32 | 34 | <WarningLevel>4</WarningLevel> |
| 35 | + <Prefer32Bit>false</Prefer32Bit> |
33 | 36 | </PropertyGroup> |
34 | 37 | <ItemGroup> |
35 | | - <Reference Include="Lithnet.ResourceManagement.Client, Version=1.0.6034.20090, Culture=neutral, processorArchitecture=MSIL"> |
36 | | - <HintPath>..\packages\Lithnet.ResourceManagement.Client.1.0.6034.20090\lib\net40\Lithnet.ResourceManagement.Client.dll</HintPath> |
| 38 | + <Reference Include="Lithnet.ResourceManagement.Client, Version=1.0.6048.17046, Culture=neutral, processorArchitecture=MSIL"> |
| 39 | + <HintPath>..\packages\Lithnet.ResourceManagement.Client.1.0.6048.17046\lib\net40\Lithnet.ResourceManagement.Client.dll</HintPath> |
37 | 40 | <Private>True</Private> |
38 | 41 | </Reference> |
39 | | - <Reference Include="Microsoft.ResourceManagement"> |
40 | | - <HintPath>..\..\lithnetrmc\lib\Microsoft.ResourceManagement.dll</HintPath> |
41 | | - <Private>True</Private> |
| 42 | + <Reference Include="Microsoft.ResourceManagement, Version=4.1.3451.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 43 | + <SpecificVersion>False</SpecificVersion> |
| 44 | + <HintPath>..\..\..\lib\Microsoft.ResourceManagement.dll</HintPath> |
42 | 45 | </Reference> |
43 | 46 | <Reference Include="System" /> |
44 | 47 | <Reference Include="System.Core" /> |
|
123 | 126 | <PreBuildEvent> |
124 | 127 | </PreBuildEvent> |
125 | 128 | </PropertyGroup> |
126 | | - <Import Project="..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition="Exists('..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets')" /> |
| 129 | + <Import Project="..\packages\Fody.1.29.2\build\dotnet\Fody.targets" Condition="Exists('..\packages\Fody.1.29.2\build\dotnet\Fody.targets')" /> |
127 | 130 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
128 | 131 | <PropertyGroup> |
129 | 132 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
130 | 133 | </PropertyGroup> |
131 | | - <Error Condition="!Exists('..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.2\build\portable-net+sl+win+wpa+wp\Fody.targets'))" /> |
| 134 | + <Error Condition="!Exists('..\packages\Fody.1.29.2\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.2\build\dotnet\Fody.targets'))" /> |
132 | 135 | </Target> |
133 | 136 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
134 | 137 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments