Skip to content

Commit 21557b8

Browse files
committed
Update the build paths for Xamarin.Mac
1 parent 4ded0d2 commit 21557b8

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

ReactiveUI.NLog/ReactiveUI.NLog_Mono.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<DebugSymbols>True</DebugSymbols>
1818
<DebugType>full</DebugType>
1919
<Optimize>False</Optimize>
20-
<OutputPath>bin\Debug\Mono\</OutputPath>
20+
<OutputPath>bin\Debug\MonoMac\</OutputPath>
2121
<DefineConstants>DEBUG;TRACE</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
</PropertyGroup>
2525
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2626
<DebugType>pdbonly</DebugType>
2727
<Optimize>True</Optimize>
28-
<OutputPath>bin\Release\Mono\</OutputPath>
28+
<OutputPath>bin\Release\MonoMac\</OutputPath>
2929
<DefineConstants>TRACE</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
@@ -65,9 +65,9 @@
6565
</Target>
6666
-->
6767
<ItemGroup>
68-
<ProjectReference Include="..\ReactiveUI\ReactiveUI_Mono.csproj">
68+
<ProjectReference Include="..\ReactiveUI\ReactiveUI_MonoMac.csproj">
6969
<Project>{292A477B-BB94-43C1-984E-E177EF9FEDB7}</Project>
70-
<Name>ReactiveUI_Mono</Name>
70+
<Name>ReactiveUI_MonoMac</Name>
7171
</ProjectReference>
7272
</ItemGroup>
7373
<ItemGroup>

ReactiveUI.Platforms/ReactiveUI.Cocoa.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<DebugSymbols>True</DebugSymbols>
1818
<DebugType>full</DebugType>
1919
<Optimize>False</Optimize>
20-
<OutputPath>bin\Debug\Mono</OutputPath>
20+
<OutputPath>bin\Debug\MonoMac</OutputPath>
2121
<DefineConstants>DEBUG; MONO; COCOA</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
@@ -32,7 +32,7 @@
3232
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3333
<DebugType>none</DebugType>
3434
<Optimize>True</Optimize>
35-
<OutputPath>bin\Release\Mono</OutputPath>
35+
<OutputPath>bin\Release\MonoMac</OutputPath>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
<EnablePackageSigning>False</EnablePackageSigning>
@@ -48,7 +48,7 @@
4848
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
4949
<DebugType>none</DebugType>
5050
<Optimize>True</Optimize>
51-
<OutputPath>bin\AppStore\Mono</OutputPath>
51+
<OutputPath>bin\AppStore\MonoMac</OutputPath>
5252
<ErrorReport>prompt</ErrorReport>
5353
<WarningLevel>4</WarningLevel>
5454
<PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
@@ -100,9 +100,9 @@
100100
<Compile Include="Cocoa\PlatformOperations.cs" />
101101
</ItemGroup>
102102
<ItemGroup>
103-
<ProjectReference Include="..\ReactiveUI\ReactiveUI_Mono.csproj">
103+
<ProjectReference Include="..\ReactiveUI\ReactiveUI_MonoMac.csproj">
104104
<Project>{292A477B-BB94-43C1-984E-E177EF9FEDB7}</Project>
105-
<Name>ReactiveUI_Mono</Name>
105+
<Name>ReactiveUI_MonoMac</Name>
106106
</ProjectReference>
107107
</ItemGroup>
108108
<ItemGroup>

ReactiveUI/ReactiveUI_Mono.csproj renamed to ReactiveUI/ReactiveUI_MonoMac.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<DebugSymbols>True</DebugSymbols>
2727
<DebugType>full</DebugType>
2828
<Optimize>False</Optimize>
29-
<OutputPath>bin\Debug\Mono</OutputPath>
29+
<OutputPath>bin\Debug\MonoMac</OutputPath>
3030
<DefineConstants>DEBUG;TRACE</DefineConstants>
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
@@ -60,7 +60,7 @@
6060
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
6161
<DebugType>pdbonly</DebugType>
6262
<Optimize>True</Optimize>
63-
<OutputPath>bin\Release\Mono\</OutputPath>
63+
<OutputPath>bin\Release\MonoMac</OutputPath>
6464
<DefineConstants>TRACE</DefineConstants>
6565
<ErrorReport>prompt</ErrorReport>
6666
<WarningLevel>4</WarningLevel>
@@ -161,7 +161,7 @@
161161
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
162162
</ItemGroup>
163163
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
164-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
164+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
165165
Other similar extension points exist, see Microsoft.Common.targets.
166166
<Target Name="BeforeBuild">
167167
</Target>

ReactiveUI_XSAll.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 11.00
33
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReactiveUI_Mono", "ReactiveUI\ReactiveUI_Mono.csproj", "{292A477B-BB94-43C1-984E-E177EF9FEDB7}"
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReactiveUI_MonoMac", "ReactiveUI\ReactiveUI_MonoMac.csproj", "{292A477B-BB94-43C1-984E-E177EF9FEDB7}"
55
EndProject
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BD9762CF-E104-481C-96A6-26E624B86283}"
77
ProjectSection(SolutionItems) = preProject

ReactiveUI_XSOnly.sln

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 11.00
33
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReactiveUI_Mono", "ReactiveUI\ReactiveUI_Mono.csproj", "{292A477B-BB94-43C1-984E-E177EF9FEDB7}"
5-
EndProject
64
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BD9762CF-E104-481C-96A6-26E624B86283}"
75
ProjectSection(SolutionItems) = preProject
86
Local.testsettings = Local.testsettings
@@ -16,6 +14,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XamarinMacPlayground", "Xam
1614
EndProject
1715
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReactiveUI.Cocoa", "ReactiveUI.Platforms\ReactiveUI.Cocoa.csproj", "{0913BF79-061F-4667-ADF9-8E6CDA6D1213}"
1816
EndProject
17+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReactiveUI_MonoMac", "ReactiveUI\ReactiveUI_MonoMac.csproj", "{292A477B-BB94-43C1-984E-E177EF9FEDB7}"
18+
EndProject
1919
Global
2020
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2121
Debug|Any CPU = Debug|Any CPU
@@ -61,10 +61,10 @@ Global
6161
{0913BF79-061F-4667-ADF9-8E6CDA6D1213}.Release|x86.Build.0 = Release|Any CPU
6262
{292A477B-BB94-43C1-984E-E177EF9FEDB7}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
6363
{292A477B-BB94-43C1-984E-E177EF9FEDB7}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
64-
{292A477B-BB94-43C1-984E-E177EF9FEDB7}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
65-
{292A477B-BB94-43C1-984E-E177EF9FEDB7}.AppStore|Any CPU.Build.0 = Debug|Any CPU
66-
{292A477B-BB94-43C1-984E-E177EF9FEDB7}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
67-
{292A477B-BB94-43C1-984E-E177EF9FEDB7}.AppStore|iPhone.Build.0 = Debug|Any CPU
64+
{292A477B-BB94-43C1-984E-E177EF9FEDB7}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
65+
{292A477B-BB94-43C1-984E-E177EF9FEDB7}.AppStore|Any CPU.Build.0 = Release|Any CPU
66+
{292A477B-BB94-43C1-984E-E177EF9FEDB7}.AppStore|iPhone.ActiveCfg = Release|Any CPU
67+
{292A477B-BB94-43C1-984E-E177EF9FEDB7}.AppStore|iPhone.Build.0 = Release|Any CPU
6868
{292A477B-BB94-43C1-984E-E177EF9FEDB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
6969
{292A477B-BB94-43C1-984E-E177EF9FEDB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
7070
{292A477B-BB94-43C1-984E-E177EF9FEDB7}.Debug|iPhone.ActiveCfg = Debug|Any CPU

XamarinMacPlayground/XamarinMacPlayground.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@
111111
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
112112
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\v0.0\Xamarin.Mac.targets" />
113113
<ItemGroup>
114-
<ProjectReference Include="..\ReactiveUI\ReactiveUI_Mono.csproj">
115-
<Project>{292A477B-BB94-43C1-984E-E177EF9FEDB7}</Project>
116-
<Name>ReactiveUI_Mono</Name>
117-
</ProjectReference>
118114
<ProjectReference Include="..\ReactiveUI.Platforms\ReactiveUI.Cocoa.csproj">
119115
<Project>{0913BF79-061F-4667-ADF9-8E6CDA6D1213}</Project>
120116
<Name>ReactiveUI.Cocoa</Name>
121117
</ProjectReference>
118+
<ProjectReference Include="..\ReactiveUI\ReactiveUI_MonoMac.csproj">
119+
<Project>{292A477B-BB94-43C1-984E-E177EF9FEDB7}</Project>
120+
<Name>ReactiveUI_MonoMac</Name>
121+
</ProjectReference>
122122
</ItemGroup>
123123
</Project>

0 commit comments

Comments
 (0)