Skip to content

Commit e4fa28c

Browse files
committed
.csprojを新しい形式にした
1 parent 320042d commit e4fa28c

File tree

159 files changed

+2508
-10245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+2508
-10245
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ bld/
2222
[Oo]bj/
2323
[Ll]og/
2424
.axoCover/
25+
Output/
2526

2627
# Visual Studio 2015 cache/options directory
2728
.vs/

Diff for: BigoIF/BigoIF.csproj

+23-44
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,42 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="15.0" 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="Microsoft.NET.Sdk">
42
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{6E6AED10-D8E4-4C61-A26A-CB063EBDBE2A}</ProjectGuid>
8-
<OutputType>Library</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>BigoIF</RootNamespace>
11-
<AssemblyName>BigoIF</AssemblyName>
12-
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
14-
<Deterministic>true</Deterministic>
15-
</PropertyGroup>
16-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17-
<DebugSymbols>true</DebugSymbols>
18-
<DebugType>full</DebugType>
19-
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
21-
<DefineConstants>DEBUG;TRACE</DefineConstants>
22-
<ErrorReport>prompt</ErrorReport>
23-
<WarningLevel>4</WarningLevel>
3+
<TargetFramework>net462</TargetFramework>
4+
<LangVersion>8.0</LangVersion>
5+
<EnableNETAnalyzers>true</EnableNETAnalyzers>
6+
<Configurations>Release;Beta;Alpha;Debug</Configurations>
247
</PropertyGroup>
258
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26-
<DebugType>pdbonly</DebugType>
27-
<Optimize>true</Optimize>
289
<OutputPath>bin\Release\</OutputPath>
2910
<DefineConstants>TRACE</DefineConstants>
11+
<WarningLevel>4</WarningLevel>
12+
<DebugType>pdbonly</DebugType>
13+
<Optimize>true</Optimize>
3014
<ErrorReport>prompt</ErrorReport>
3115
<WarningLevel>4</WarningLevel>
3216
</PropertyGroup>
3317
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Beta|AnyCPU'">
3418
<OutputPath>bin\Beta\</OutputPath>
3519
<DefineConstants>TRACE;BETA</DefineConstants>
20+
<WarningLevel>4</WarningLevel>
3621
<Optimize>true</Optimize>
3722
<DebugType>pdbonly</DebugType>
3823
<PlatformTarget>AnyCPU</PlatformTarget>
3924
<ErrorReport>prompt</ErrorReport>
40-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
25+
</PropertyGroup>
26+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Alpha|AnyCPU'">
27+
<DefineConstants>TRACE;DEBUG;ALPHA</DefineConstants>
28+
<WarningLevel>4</WarningLevel>
29+
<DebugType>full</DebugType>
30+
<DebugSymbols>true</DebugSymbols>
31+
<Optimize>false</Optimize>
32+
</PropertyGroup>
33+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34+
<DefineConstants>DEBUG;TRACE</DefineConstants>
35+
<WarningLevel>4</WarningLevel>
36+
<DebugType>full</DebugType>
37+
<DebugSymbols>true</DebugSymbols>
4138
</PropertyGroup>
4239
<ItemGroup>
43-
<Reference Include="System" />
44-
<Reference Include="System.Core" />
45-
<Reference Include="System.Xml.Linq" />
46-
<Reference Include="System.Data.DataSetExtensions" />
47-
<Reference Include="Microsoft.CSharp" />
48-
<Reference Include="System.Data" />
49-
<Reference Include="System.Net.Http" />
50-
<Reference Include="System.Xml" />
51-
</ItemGroup>
52-
<ItemGroup>
53-
<Compile Include="Message.cs" />
54-
<Compile Include="Properties\AssemblyInfo.cs" />
55-
</ItemGroup>
56-
<ItemGroup>
57-
<ProjectReference Include="..\ISitePlugin\SitePlugin.csproj">
58-
<Project>{c13bfdf0-3b93-475f-900e-e7bad97ace3d}</Project>
59-
<Name>SitePlugin</Name>
60-
</ProjectReference>
40+
<ProjectReference Include="..\ISitePlugin\SitePlugin.csproj" />
6141
</ItemGroup>
62-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6342
</Project>

Diff for: BigoIF/Properties/AssemblyInfo.cs

+1-36
Original file line numberDiff line numberDiff line change
@@ -1,36 +1 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
using System.Runtime.InteropServices;
4-
5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
8-
[assembly: AssemblyTitle("BigoIF")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("BigoIF")]
13-
[assembly: AssemblyCopyright("Copyright © 2019")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
16-
17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
20-
[assembly: ComVisible(false)]
21-
22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("83974e62-4d55-4e67-8f88-bbff2222e5a1")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
1+


Diff for: BigoSitePlugin/BigoSitePlugin.csproj

+38-111
Original file line numberDiff line numberDiff line change
@@ -1,135 +1,62 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="15.0" 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="Microsoft.NET.Sdk.WindowsDesktop">
42
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{A1A18F87-CC82-480D-9902-99E5BA1A5551}</ProjectGuid>
8-
<OutputType>Library</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>BigoSitePlugin</RootNamespace>
11-
<AssemblyName>BigoSitePlugin</AssemblyName>
12-
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
14-
<TargetFrameworkProfile />
15-
</PropertyGroup>
16-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17-
<DebugSymbols>true</DebugSymbols>
18-
<DebugType>full</DebugType>
19-
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
21-
<DefineConstants>DEBUG;TRACE</DefineConstants>
22-
<ErrorReport>prompt</ErrorReport>
23-
<WarningLevel>4</WarningLevel>
3+
<UseWPF>true</UseWPF>
4+
<TargetFramework>net462</TargetFramework>
5+
<LangVersion>8.0</LangVersion>
6+
<Configurations>Release;Beta;Alpha;Debug</Configurations>
247
</PropertyGroup>
258
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26-
<DebugType>pdbonly</DebugType>
27-
<Optimize>true</Optimize>
289
<OutputPath>bin\Release\</OutputPath>
2910
<DefineConstants>TRACE</DefineConstants>
11+
<WarningLevel>4</WarningLevel>
12+
<DebugType>pdbonly</DebugType>
13+
<Optimize>true</Optimize>
3014
<ErrorReport>prompt</ErrorReport>
3115
<WarningLevel>4</WarningLevel>
3216
</PropertyGroup>
3317
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Beta|AnyCPU'">
3418
<OutputPath>bin\Beta\</OutputPath>
3519
<DefineConstants>TRACE;BETA</DefineConstants>
20+
<WarningLevel>4</WarningLevel>
3621
<Optimize>true</Optimize>
3722
<DebugType>pdbonly</DebugType>
3823
<PlatformTarget>AnyCPU</PlatformTarget>
3924
<ErrorReport>prompt</ErrorReport>
40-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4125
</PropertyGroup>
26+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Alpha|AnyCPU'">
27+
<DefineConstants>TRACE;DEBUG;ALPHA</DefineConstants>
28+
<WarningLevel>4</WarningLevel>
29+
<DebugType>full</DebugType>
30+
<DebugSymbols>true</DebugSymbols>
31+
<Optimize>false</Optimize>
32+
</PropertyGroup>
33+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34+
<DefineConstants>DEBUG;TRACE</DefineConstants>
35+
<WarningLevel>4</WarningLevel>
36+
<DebugType>full</DebugType>
37+
<DebugSymbols>true</DebugSymbols>
38+
</PropertyGroup>
39+
<ItemGroup>
40+
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.2" />
41+
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
42+
<PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
43+
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
44+
</ItemGroup>
45+
<ItemGroup>
46+
<ProjectReference Include="..\BigoIF\BigoIF.csproj" />
47+
<ProjectReference Include="..\BrowserCookieInterfaces\BrowserCookieInterfaces.csproj" />
48+
<ProjectReference Include="..\Common\Common.csproj" />
49+
<ProjectReference Include="..\ISitePlugin\SitePlugin.csproj" />
50+
<ProjectReference Include="..\SitePluginCommon\SitePluginCommon.csproj" />
51+
</ItemGroup>
4252
<ItemGroup>
53+
<Reference Include="Microsoft.CSharp" />
4354
<Reference Include="PresentationCore" />
4455
<Reference Include="PresentationFramework" />
45-
<Reference Include="System" />
46-
<Reference Include="System.Core" />
47-
<Reference Include="System.Runtime.Serialization" />
48-
<Reference Include="System.ServiceModel" />
56+
<Reference Include="System.Net.Http" />
4957
<Reference Include="System.Web" />
58+
<Reference Include="System.Windows" />
5059
<Reference Include="System.Xaml" />
51-
<Reference Include="System.Xml.Linq" />
52-
<Reference Include="System.Data.DataSetExtensions" />
53-
<Reference Include="Microsoft.CSharp" />
54-
<Reference Include="System.Data" />
55-
<Reference Include="System.Net.Http" />
56-
<Reference Include="System.Xml" />
5760
<Reference Include="WindowsBase" />
5861
</ItemGroup>
59-
<ItemGroup>
60-
<Compile Include="Api.cs" />
61-
<Compile Include="IBigoSiteContext.cs" />
62-
<Compile Include="Message.cs" />
63-
<Compile Include="DynamicJson.cs" />
64-
<Compile Include="CommentPostPanel.xaml.cs">
65-
<DependentUpon>CommentPostPanel.xaml</DependentUpon>
66-
</Compile>
67-
<Compile Include="CommentPostPanelViewModel.cs" />
68-
<Compile Include="IMetadataProvider.cs" />
69-
<Compile Include="IBigoServer.cs" />
70-
<Compile Include="MessageParser.cs" />
71-
<Compile Include="Message\BigoMessageContext.cs" />
72-
<Compile Include="Message\BigoMessageMetadata.cs" />
73-
<Compile Include="Message\BigoMessageMethods.cs" />
74-
<Compile Include="ReloadManager.cs" />
75-
<Compile Include="BigoOptionsTabPage.cs" />
76-
<Compile Include="BigoOptionsPanel.xaml.cs">
77-
<DependentUpon>BigoOptionsPanel.xaml</DependentUpon>
78-
</Compile>
79-
<Compile Include="Properties\AssemblyInfo.cs" />
80-
<Compile Include="CommentProvider.cs" />
81-
<Compile Include="Exceptions.cs" />
82-
<Compile Include="Metadata.cs" />
83-
<Compile Include="BigoOptionsViewModel.cs" />
84-
<Compile Include="BigoServer.cs" />
85-
<Compile Include="BigoSiteContext.cs" />
86-
<Compile Include="BigoSiteOptions.cs" />
87-
</ItemGroup>
88-
<ItemGroup>
89-
<ProjectReference Include="..\BigoIF\BigoIF.csproj">
90-
<Project>{6e6aed10-d8e4-4c61-a26a-cb063ebdbe2a}</Project>
91-
<Name>BigoIF</Name>
92-
</ProjectReference>
93-
<ProjectReference Include="..\BrowserCookieInterfaces\BrowserCookieInterfaces.csproj">
94-
<Project>{cdbbbf25-ad0c-4eaf-b673-eb0bb198585a}</Project>
95-
<Name>BrowserCookieInterfaces</Name>
96-
</ProjectReference>
97-
<ProjectReference Include="..\ISitePlugin\SitePlugin.csproj">
98-
<Project>{c13bfdf0-3b93-475f-900e-e7bad97ace3d}</Project>
99-
<Name>SitePlugin</Name>
100-
</ProjectReference>
101-
<ProjectReference Include="..\Common\Common.csproj">
102-
<Project>{66D18DE1-4D66-41A5-B0E2-47DF9975495A}</Project>
103-
<Name>Common</Name>
104-
</ProjectReference>
105-
<ProjectReference Include="..\SitePluginCommon\SitePluginCommon.csproj">
106-
<Project>{aaf4779f-f8bf-4794-a6e8-4ed88a8b6b68}</Project>
107-
<Name>SitePluginCommon</Name>
108-
</ProjectReference>
109-
</ItemGroup>
110-
<ItemGroup>
111-
<PackageReference Include="Extended.Wpf.Toolkit">
112-
<Version>3.7.0</Version>
113-
</PackageReference>
114-
<PackageReference Include="MvvmLightLibs">
115-
<Version>5.4.1.1</Version>
116-
</PackageReference>
117-
<PackageReference Include="Newtonsoft.Json">
118-
<Version>12.0.3</Version>
119-
</PackageReference>
120-
<PackageReference Include="System.ValueTuple">
121-
<Version>4.5.0</Version>
122-
</PackageReference>
123-
</ItemGroup>
124-
<ItemGroup>
125-
<Page Include="CommentPostPanel.xaml">
126-
<SubType>Designer</SubType>
127-
<Generator>MSBuild:Compile</Generator>
128-
</Page>
129-
<Page Include="BigoOptionsPanel.xaml">
130-
<SubType>Designer</SubType>
131-
<Generator>MSBuild:Compile</Generator>
132-
</Page>
133-
</ItemGroup>
134-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
13562
</Project>

Diff for: BigoSitePlugin/Properties/AssemblyInfo.cs

+2-40
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,3 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
using System.Runtime.InteropServices;
1+
using System.Runtime.CompilerServices;
42

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
8-
[assembly: AssemblyTitle("BigoSitePlugin")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("BigoSitePlugin")]
13-
[assembly: AssemblyCopyright("Copyright © 2018")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
16-
17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
20-
[assembly: ComVisible(false)]
21-
22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("d3fd476c-9801-4861-8fa1-c3d57ff30c83")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
37-
38-
[assembly:InternalsVisibleTo("BigoSitePluginTests")]
39-
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
40-
[assembly:InternalsVisibleTo("BigoCommentViewer")]
41-
[assembly: InternalsVisibleTo("SitePluginTests")]
3+
[assembly: InternalsVisibleTo("BigoSitePluginTests")]

0 commit comments

Comments
 (0)