|
7 | 7 | <OutputType>Library</OutputType>
|
8 | 8 | <RootNamespace>Google.PackageManagerClientIntegrationTests</RootNamespace>
|
9 | 9 | <AssemblyName>Google.PackageManagerClientIntegrationTests</AssemblyName>
|
10 |
| - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 10 | + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
11 | 11 | <ReleaseVersion>1.2</ReleaseVersion>
|
12 | 12 | <ProductVersion>12.0.0</ProductVersion>
|
13 | 13 | <SchemaVersion>2.0</SchemaVersion>
|
|
22 | 22 | <WarningLevel>4</WarningLevel>
|
23 | 23 | <ConsolePause>False</ConsolePause>
|
24 | 24 | </PropertyGroup>
|
25 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 |
| - <DebugType>none</DebugType> |
27 |
| - <Optimize>True</Optimize> |
28 |
| - <OutputPath>bin\Release</OutputPath> |
29 |
| - <ErrorReport>prompt</ErrorReport> |
30 |
| - <WarningLevel>4</WarningLevel> |
31 |
| - <ConsolePause>False</ConsolePause> |
32 |
| - </PropertyGroup> |
33 |
| - <ItemGroup> |
34 |
| - <Reference Include="UnityEditor"> |
35 |
| - <HintPath>$(UnityHintPath)/UnityEditor.dll</HintPath> |
36 |
| - </Reference> |
37 |
| - <Reference Include="UnityEngine"> |
38 |
| - <HintPath>$(UnityHintPath)/UnityEngine.dll</HintPath> |
39 |
| - </Reference> |
40 |
| - <Reference Include="System" /> |
41 |
| - <Reference Include="System.Core" /> |
42 |
| - </ItemGroup> |
43 |
| - <ItemGroup> |
44 |
| - <Compile Include="PackageManagerClientIntegrationTests\PackageManagerClientIntegrationTests.cs" /> |
45 |
| - </ItemGroup> |
46 |
| - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
47 |
| - <ItemGroup> |
48 |
| - <ProjectReference Include="..\..\VersionHandler\VersionHandler.csproj"> |
49 |
| - <Project>{5378B37A-887E-49ED-A8AE-42FA843AA9DC}</Project> |
50 |
| - <Name>VersionHandler</Name> |
51 |
| - </ProjectReference> |
52 |
| - <ProjectReference Include="..\..\VersionHandlerImpl\VersionHandlerImpl.csproj"> |
53 |
| - <Project>{1E162334-8EA2-440A-9B3A-13FD8FE5C22E}</Project> |
54 |
| - <Name>VersionHandlerImpl</Name> |
55 |
| - </ProjectReference> |
56 |
| - <ProjectReference Include="..\..\IntegrationTester/IntegrationTester.csproj"> |
57 |
| - <Project>{DBD8D4D9-61AC-4E75-8CDC-CABE7033A040}</Project> |
58 |
| - <Name>IntegrationTester</Name> |
59 |
| - </ProjectReference> |
60 |
| - <ProjectReference Include="..\PackageManagerResolver.csproj"> |
61 |
| - <Project>{77EBE819-CBE6-4CA8-A791-ED747EA29D30}</Project> |
62 |
| - <Name>PackageManagerResolver</Name> |
63 |
| - </ProjectReference> |
64 |
| - </ItemGroup> |
| 25 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 26 | + <DebugType>none</DebugType> |
| 27 | + <Optimize>True</Optimize> |
| 28 | + <OutputPath>bin\Release</OutputPath> |
| 29 | + <ErrorReport>prompt</ErrorReport> |
| 30 | + <WarningLevel>4</WarningLevel> |
| 31 | + <ConsolePause>False</ConsolePause> |
| 32 | + </PropertyGroup> |
| 33 | + <PropertyGroup> |
| 34 | + <UnityHintPath>$(SolutionDir)..\unity_dlls\</UnityHintPath> |
| 35 | + </PropertyGroup> |
| 36 | + <ItemGroup> |
| 37 | + <Reference Include="UnityEditor"> |
| 38 | + <HintPath>$(UnityHintPath)UnityEditor.dll</HintPath> |
| 39 | + </Reference> |
| 40 | + <Reference Include="UnityEngine"> |
| 41 | + <HintPath>$(UnityHintPath)UnityEngine.dll</HintPath> |
| 42 | + </Reference> |
| 43 | + <Reference Include="System" /> |
| 44 | + <Reference Include="System.Core" /> |
| 45 | + </ItemGroup> |
| 46 | + <ItemGroup> |
| 47 | + <Compile Include="PackageManagerClientIntegrationTests\PackageManagerClientIntegrationTests.cs" /> |
| 48 | + </ItemGroup> |
| 49 | + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 50 | + <ItemGroup> |
| 51 | + <ProjectReference Include="..\..\VersionHandler\VersionHandler.csproj"> |
| 52 | + <Project>{5378B37A-887E-49ED-A8AE-42FA843AA9DC}</Project> |
| 53 | + <Name>VersionHandler</Name> |
| 54 | + </ProjectReference> |
| 55 | + <ProjectReference Include="..\..\VersionHandlerImpl\VersionHandlerImpl.csproj"> |
| 56 | + <Project>{1E162334-8EA2-440A-9B3A-13FD8FE5C22E}</Project> |
| 57 | + <Name>VersionHandlerImpl</Name> |
| 58 | + </ProjectReference> |
| 59 | + <ProjectReference Include="..\..\IntegrationTester\IntegrationTester.csproj"> |
| 60 | + <Project>{DBD8D4D9-61AC-4E75-8CDC-CABE7033A040}</Project> |
| 61 | + <Name>IntegrationTester</Name> |
| 62 | + </ProjectReference> |
| 63 | + <ProjectReference Include="..\PackageManagerResolver.csproj"> |
| 64 | + <Project>{77EBE819-CBE6-4CA8-A791-ED747EA29D30}</Project> |
| 65 | + <Name>PackageManagerResolver</Name> |
| 66 | + </ProjectReference> |
| 67 | + </ItemGroup> |
65 | 68 | </Project>
|
0 commit comments