1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" MSBuild.Sdk.Extras" >
4
2
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{158B05E8-FDBC-4D71-B871-C96E28D5ADF5}</ProjectGuid >
8
- <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
9
- <OutputType >Library</OutputType >
10
- <AppDesignerFolder >Properties</AppDesignerFolder >
3
+ <TargetFramework >net461</TargetFramework >
11
4
<RootNamespace >GitHub</RootNamespace >
12
- <AssemblyName >GitHub.UI.Reactive</AssemblyName >
13
- <LangVersion >7.3</LangVersion >
14
- <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
15
- <FileAlignment >512</FileAlignment >
16
- <CodeAnalysisRuleSet >..\common\GitHubVS.ruleset</CodeAnalysisRuleSet >
17
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
18
- <CodeAnalysisIgnoreGeneratedCode >true</CodeAnalysisIgnoreGeneratedCode >
19
- </PropertyGroup >
20
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
- <DebugSymbols >true</DebugSymbols >
22
- <DebugType >full</DebugType >
23
- <Optimize >false</Optimize >
24
- <DefineConstants >DEBUG;TRACE</DefineConstants >
25
- <ErrorReport >prompt</ErrorReport >
26
- <WarningLevel >4</WarningLevel >
27
- <RunCodeAnalysis >false</RunCodeAnalysis >
28
- <OutputPath >bin\Debug\</OutputPath >
29
- </PropertyGroup >
30
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'DebugCodeAnalysis|AnyCPU'" >
31
- <DebugSymbols >true</DebugSymbols >
32
- <DebugType >full</DebugType >
33
- <Optimize >false</Optimize >
34
- <DefineConstants >CODE_ANALYSIS;DEBUG;TRACE</DefineConstants >
35
- <ErrorReport >prompt</ErrorReport >
36
- <WarningLevel >4</WarningLevel >
37
- <RunCodeAnalysis >true</RunCodeAnalysis >
38
- <OutputPath >bin\Debug\</OutputPath >
39
- </PropertyGroup >
40
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
41
- <DebugType >pdbonly</DebugType >
42
- <Optimize >true</Optimize >
43
- <DefineConstants >TRACE</DefineConstants >
44
- <ErrorReport >prompt</ErrorReport >
45
- <WarningLevel >4</WarningLevel >
46
- <RunCodeAnalysis >true</RunCodeAnalysis >
47
- <OutputPath >bin\Release\</OutputPath >
5
+ <ExtrasEnableWpfProjectSetup >true</ExtrasEnableWpfProjectSetup >
48
6
</PropertyGroup >
7
+
49
8
<Import Project =" $(SolutionDir)\src\common\signing.props" />
9
+
50
10
<ItemGroup >
51
- <Reference Include =" PresentationCore" />
52
- <Reference Include =" PresentationFramework" />
53
- <Reference Include =" System" />
54
11
<Reference Include =" System.ComponentModel.DataAnnotations" />
55
- <Reference Include =" System.Core" />
56
- <Reference Include =" System.Interactive" >
57
- <HintPath >..\..\packages\Ix_Experimental-Main.1.1.10823\lib\Net4\System.Interactive.dll</HintPath >
58
- </Reference >
59
- <Reference Include =" System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL" >
60
- <HintPath >..\..\packages\Rx-Core.2.2.5-custom\lib\net45\System.Reactive.Core.dll</HintPath >
61
- <Private >True</Private >
62
- </Reference >
63
- <Reference Include =" System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL" >
64
- <HintPath >..\..\packages\Rx-Interfaces.2.2.5-custom\lib\net45\System.Reactive.Interfaces.dll</HintPath >
65
- <Private >True</Private >
66
- </Reference >
67
- <Reference Include =" System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL" >
68
- <HintPath >..\..\packages\Rx-Linq.2.2.5-custom\lib\net45\System.Reactive.Linq.dll</HintPath >
69
- <Private >True</Private >
70
- </Reference >
71
- <Reference Include =" System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL" >
72
- <HintPath >..\..\packages\Rx-PlatformServices.2.2.5-custom\lib\net45\System.Reactive.PlatformServices.dll</HintPath >
73
- <Private >True</Private >
74
- </Reference >
75
- <Reference Include =" System.Reactive.Windows.Threading, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL" >
76
- <HintPath >..\..\packages\Rx-XAML.2.2.5-custom\lib\net45\System.Reactive.Windows.Threading.dll</HintPath >
77
- <Private >True</Private >
78
- </Reference >
79
12
<Reference Include =" System.Xaml" />
80
- <Reference Include =" System.Xml.Linq" />
81
- <Reference Include =" System.Data.DataSetExtensions" />
82
- <Reference Include =" Microsoft.CSharp" />
83
- <Reference Include =" System.Data" />
84
- <Reference Include =" System.Xml" />
13
+ <Reference Include =" PresentationCore" />
14
+ <Reference Include =" PresentationFramework" />
85
15
<Reference Include =" WindowsBase" />
86
16
</ItemGroup >
17
+
87
18
<ItemGroup >
88
- <Compile Include =" Controls\ViewBase.cs" />
89
- <Compile Include =" Controls\TwoFactorInput.xaml.cs" >
90
- <DependentUpon >TwoFactorInput.xaml</DependentUpon >
91
- </Compile >
92
- <Compile Include =" GlobalSuppressions.cs" />
93
- <Compile Include =" Helpers\FocusHelper.cs" />
94
- <Compile Include =" Properties\AssemblyInfo.cs" />
95
- <Compile Include =" ..\common\SolutionInfo.cs" >
96
- <Link >Properties\SolutionInfo.cs</Link >
97
- </Compile >
98
- </ItemGroup >
99
- <ItemGroup >
100
- <Compile Include =" Controls\BindingExtensions.cs" />
101
- <Compile Include =" Controls\Validation\UserErrorMessages.cs" />
102
- <Compile Include =" Controls\Validation\ValidationMessage.cs" />
103
- <Compile Include =" Controls\ErrorMessageDisplay.cs" />
104
- <Compile Include =" Controls\FilteredComboBox.cs" />
105
- <Compile Include =" Controls\GitHubTabControl.cs" />
106
- <Compile Include =" Validation\ReactiveValidatableObject.cs" />
107
- <Compile Include =" Validation\ValidateIfAttribute.cs" />
108
- </ItemGroup >
109
- <ItemGroup >
110
- <Page Include =" Assets\Controls.xaml" >
111
- <Generator >MSBuild:Compile</Generator >
112
- <SubType >Designer</SubType >
113
- </Page >
114
- <Page Include =" Assets\Controls\ErrorMessageDisplay.xaml" >
115
- <Generator >MSBuild:Compile</Generator >
116
- <SubType >Designer</SubType >
117
- </Page >
118
- <Page Include =" Assets\Controls\FilteredComboBox.xaml" >
119
- <Generator >MSBuild:Compile</Generator >
120
- <SubType >Designer</SubType >
121
- </Page >
122
- <Page Include =" Assets\Controls\GitHubComboBox.xaml" >
123
- <Generator >MSBuild:Compile</Generator >
124
- <SubType >Designer</SubType >
125
- </Page >
126
- <Page Include =" Assets\Controls\GitHubTabControl.xaml" >
127
- <Generator >MSBuild:Compile</Generator >
128
- <SubType >Designer</SubType >
129
- </Page >
130
- <Page Include =" Assets\Controls\Validation\UserErrorMessages.xaml" >
131
- <Generator >MSBuild:Compile</Generator >
132
- <SubType >Designer</SubType >
133
- </Page >
134
- <Page Include =" Assets\Controls\Validation\ValidationMessage.xaml" >
135
- <Generator >MSBuild:Compile</Generator >
136
- <SubType >Designer</SubType >
137
- </Page >
138
- <Page Include =" Controls\TwoFactorInput.xaml" >
139
- <Generator >MSBuild:Compile</Generator >
140
- <SubType >Designer</SubType >
141
- </Page >
142
- <Page Include =" SharedDictionary.xaml" >
143
- <Generator >MSBuild:Compile</Generator >
144
- </Page >
145
- </ItemGroup >
146
- <ItemGroup >
147
- <None Include =" packages.config" />
19
+ <ProjectReference Include =" ..\..\submodules\reactiveui\ReactiveUI.Events\ReactiveUI.Events_Net45.csproj" />
20
+ <ProjectReference Include =" ..\GitHub.Exports.Reactive\GitHub.Exports.Reactive.csproj" />
21
+ <ProjectReference Include =" ..\GitHub.UI\GitHub.UI.csproj" />
148
22
</ItemGroup >
23
+
149
24
<ItemGroup >
150
- <ProjectReference Include =" ..\..\submodules\reactiveui\ReactiveUI.Events\ReactiveUI.Events_Net45.csproj" >
151
- <Project >{600998c4-54dd-4755-bfa8-6f44544d8e2e}</Project >
152
- <Name >ReactiveUI.Events_Net45</Name >
153
- </ProjectReference >
154
- <ProjectReference Include =" ..\..\submodules\reactiveui\ReactiveUI\ReactiveUI_Net45.csproj" >
155
- <Project >{1ce2d235-8072-4649-ba5a-cfb1af8776e0}</Project >
156
- <Name >ReactiveUI_Net45</Name >
157
- </ProjectReference >
158
- <ProjectReference Include =" ..\..\submodules\splat\Splat\Splat-Net45.csproj" >
159
- <Project >{252ce1c2-027a-4445-a3c2-e4d6c80a935a}</Project >
160
- <Name >Splat-Net45</Name >
161
- </ProjectReference >
162
- <ProjectReference Include =" ..\GitHub.Exports.Reactive\GitHub.Exports.Reactive.csproj" >
163
- <Project >{e4ed0537-d1d9-44b6-9212-3096d7c3f7a1}</Project >
164
- <Name >GitHub.Exports.Reactive</Name >
165
- </ProjectReference >
166
- <ProjectReference Include =" ..\GitHub.Exports\GitHub.Exports.csproj" >
167
- <Project >{9aea02db-02b5-409c-b0ca-115d05331a6b}</Project >
168
- <Name >GitHub.Exports</Name >
169
- </ProjectReference >
170
- <ProjectReference Include =" ..\GitHub.Extensions.Reactive\GitHub.Extensions.Reactive.csproj" >
171
- <Project >{6559E128-8B40-49A5-85A8-05565ED0C7E3}</Project >
172
- <Name >GitHub.Extensions.Reactive</Name >
173
- </ProjectReference >
174
- <ProjectReference Include =" ..\GitHub.Extensions\GitHub.Extensions.csproj" >
175
- <Project >{6afe2e2d-6db0-4430-a2ea-f5f5388d2f78}</Project >
176
- <Name >GitHub.Extensions</Name >
177
- </ProjectReference >
178
- <ProjectReference Include =" ..\GitHub.Logging\GitHub.Logging.csproj" >
179
- <Project >{8d73575a-a89f-47cc-b153-b47dd06837f0}</Project >
180
- <Name >GitHub.Logging</Name >
181
- </ProjectReference >
182
- <ProjectReference Include =" ..\GitHub.UI\GitHub.UI.csproj" >
183
- <Project >{346384DD-2445-4A28-AF22-B45F3957BD89}</Project >
184
- <Name >GitHub.UI</Name >
185
- </ProjectReference >
25
+ <PackageReference Include =" Ix_Experimental-Main" version =" 1.1.10823" />
186
26
</ItemGroup >
187
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
188
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
189
- Other similar extension points exist, see Microsoft.Common.targets.
190
- <Target Name="BeforeBuild">
191
- </Target>
192
- <Target Name="AfterBuild">
193
- </Target>
194
- -->
195
27
</Project >
0 commit comments