Skip to content

Commit 3d30e35

Browse files
committed
Project file cleanup.
1 parent 5a014c1 commit 3d30e35

File tree

54 files changed

+97
-234
lines changed

Some content is hidden

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

54 files changed

+97
-234
lines changed

Cosmos.snk

-596 Bytes
Binary file not shown.

Tests/Cosmos.Compiler.Tests.SingleEchoTest/Cosmos.Compiler.Tests.SingleEchoTest.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<SignAssembly>True</SignAssembly>
6-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
75
</PropertyGroup>
86

97
<ItemGroup>

Tests/Cosmos.Compiler.Tests/Cosmos.Compiler.Tests.csproj

-9
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@
7171
<ErrorReport>prompt</ErrorReport>
7272
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
7373
</PropertyGroup>
74-
<PropertyGroup>
75-
<SignAssembly>true</SignAssembly>
76-
</PropertyGroup>
77-
<PropertyGroup>
78-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
79-
</PropertyGroup>
8074
<ItemGroup>
8175
<Reference Include="ApprovalTests">
8276
<HintPath>..\..\Resources\Dependencies\ApprovalTests.3.0.10\ApprovalTests.dll</HintPath>
@@ -110,9 +104,6 @@
110104
</ProjectReference>
111105
</ItemGroup>
112106
<ItemGroup>
113-
<None Include="..\..\Cosmos.snk">
114-
<Link>Cosmos.snk</Link>
115-
</None>
116107
<None Include="app.config" />
117108
</ItemGroup>
118109
<Choose>

Tests/Cosmos.System.Tests/Cosmos.System.Tests.csproj

-11
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
<IsCodedUITest>False</IsCodedUITest>
1818
<TestProjectType>UnitTest</TestProjectType>
1919
</PropertyGroup>
20-
<PropertyGroup>
21-
<SignAssembly>true</SignAssembly>
22-
</PropertyGroup>
23-
<PropertyGroup>
24-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
25-
</PropertyGroup>
2620
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
2721
<DebugSymbols>true</DebugSymbols>
2822
<OutputPath>bin\Debug\</OutputPath>
@@ -97,11 +91,6 @@
9791
<Compile Include="Properties\AssemblyInfo.cs" />
9892
<Compile Include="Utilities.cs" />
9993
</ItemGroup>
100-
<ItemGroup>
101-
<None Include="..\..\Cosmos.snk">
102-
<Link>Cosmos.snk</Link>
103-
</None>
104-
</ItemGroup>
10594
<Choose>
10695
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
10796
<ItemGroup>

Tests/Cosmos.TestRunner.Core/Cosmos.TestRunner.Core.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<SignAssembly>True</SignAssembly>
6-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
75
</PropertyGroup>
86

97
<ItemGroup>

Tests/Cosmos.TestRunner.TestController/Cosmos.TestRunner.TestController.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<SignAssembly>True</SignAssembly>
6-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
75
</PropertyGroup>
86

97
<ItemGroup>

Tests/Cosmos.TestRunner.UI/Cosmos.TestRunner.UI.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
<RootNamespace>Cosmos.TestRunner.UI</RootNamespace>
1818
<AssemblyName>Cosmos.TestRunner.UI</AssemblyName>
1919
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
20-
<!--<SignAssembly>true</SignAssembly>
21-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>-->
2220
</PropertyGroup>
2321
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2422
<DebugSymbols>true</DebugSymbols>
@@ -96,4 +94,4 @@
9694
<Target Name="AfterBuild">
9795
</Target>
9896
-->
99-
</Project>
97+
</Project>

Tests/Cosmos.TestRunner.UnitTest/Cosmos.TestRunner.UnitTest.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
5-
<SignAssembly>True</SignAssembly>
6-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
75
</PropertyGroup>
86

97
<ItemGroup>

Tests/Cosmos.TestRunner/Cosmos.TestRunner.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<OutputType>Exe</OutputType>
66
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
77
<DebugType>Full</DebugType>
8-
<SignAssembly>True</SignAssembly>
9-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
108
</PropertyGroup>
119

1210
<ItemGroup>

Tools/Cosmos.IL2CPU.Profiler/Cosmos.IL2CPU.Profiler.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
5+
<OutputType>Exe</OutputType>
56
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
67
<DebugType>Full</DebugType>
7-
<SignAssembly>True</SignAssembly>
8-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
9-
<OutputType>Exe</OutputType>
108
</PropertyGroup>
119

1210
<ItemGroup>

Tools/ElfMap2DebugDb/ElfMap2DebugDb.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
55
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
6-
<SignAssembly>True</SignAssembly>
7-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
86
<OutputType>Exe</OutputType>
97
</PropertyGroup>
108

Tools/NASM/NASM.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
55
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
6-
<SignAssembly>True</SignAssembly>
7-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
86
<OutputType>Exe</OutputType>
97
</PropertyGroup>
108

Tools/PlugsInspector/PlugsInspector.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>net471</TargetFramework>
5+
<OutputType>Exe</OutputType>
56
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
67
<DebugType>Full</DebugType>
7-
<SignAssembly>True</SignAssembly>
8-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
9-
<OutputType>Exe</OutputType>
108
</PropertyGroup>
119

1210
<ItemGroup>

source/Archive/Cosmos.Hardware/Cosmos.Hardware2.csproj

-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<SccLocalPath>SAK</SccLocalPath>
1717
<SccAuxPath>SAK</SccAuxPath>
1818
<SccProvider>SAK</SccProvider>
19-
<SignAssembly>true</SignAssembly>
20-
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
2119
<TargetFrameworkProfile />
2220
</PropertyGroup>
2321
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@@ -115,9 +113,6 @@
115113
<Compile Include="DeviceSerial.cs" />
116114
<Compile Include="VGAScreen.cs" />
117115
</ItemGroup>
118-
<ItemGroup>
119-
<None Include="Cosmos.snk" />
120-
</ItemGroup>
121116
<ItemGroup>
122117
<ProjectReference Include="..\Cosmos.Kernel\Cosmos.Kernel.csproj">
123118
<Project>{A1F83D9F-2D44-4264-A08B-416797123018}</Project>

source/Archive/Cosmos.Kernel.FileSystems/Cosmos.Sys.FileSystem.csproj

-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<SccLocalPath>SAK</SccLocalPath>
1717
<SccAuxPath>SAK</SccAuxPath>
1818
<SccProvider>SAK</SccProvider>
19-
<SignAssembly>true</SignAssembly>
20-
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
2119
</PropertyGroup>
2220
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
2321
<DebugSymbols>true</DebugSymbols>
@@ -67,8 +65,5 @@
6765
<Compile Include="MBT.cs" />
6866
<Compile Include="Properties\AssemblyInfo.cs" />
6967
</ItemGroup>
70-
<ItemGroup>
71-
<None Include="Cosmos.snk" />
72-
</ItemGroup>
7368
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7469
</Project>

source/Archive/Cosmos.Kernel.LogTail/Cosmos.Kernel.LogTail.csproj

-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<SccLocalPath>SAK</SccLocalPath>
1717
<SccAuxPath>SAK</SccAuxPath>
1818
<SccProvider>SAK</SccProvider>
19-
<SignAssembly>true</SignAssembly>
20-
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
2119
</PropertyGroup>
2220
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
2321
<DebugSymbols>true</DebugSymbols>
@@ -116,7 +114,6 @@
116114
<AutoGen>True</AutoGen>
117115
<DependentUpon>Resources.resx</DependentUpon>
118116
</Compile>
119-
<None Include="Cosmos.snk" />
120117
<None Include="Properties\Settings.settings">
121118
<Generator>SettingsSingleFileGenerator</Generator>
122119
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

source/Archive/Cosmos.Kernel.Plugs/Cosmos.Kernel.Plugs.csproj

-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<SccLocalPath>SAK</SccLocalPath>
1717
<SccAuxPath>SAK</SccAuxPath>
1818
<SccProvider>SAK</SccProvider>
19-
<SignAssembly>true</SignAssembly>
20-
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
2119
<TargetFrameworkProfile />
2220
</PropertyGroup>
2321
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@@ -96,9 +94,6 @@
9694
<Name>Cosmos.Kernel</Name>
9795
</ProjectReference>
9896
</ItemGroup>
99-
<ItemGroup>
100-
<None Include="Cosmos.snk" />
101-
</ItemGroup>
10297
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
10398
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
10499
Other similar extension points exist, see Microsoft.Common.targets.

source/Archive/Cosmos.Kernel/Cosmos.Kernel.csproj

-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<SccLocalPath>SAK</SccLocalPath>
1717
<SccAuxPath>SAK</SccAuxPath>
1818
<SccProvider>SAK</SccProvider>
19-
<SignAssembly>true</SignAssembly>
20-
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
2119
<TargetFrameworkProfile />
2220
</PropertyGroup>
2321
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@@ -69,9 +67,6 @@
6967
<Compile Include="KPaging\PagingStructs.cs" />
7068
<Compile Include="KPaging\PagingUtility.cs" />
7169
</ItemGroup>
72-
<ItemGroup>
73-
<None Include="Cosmos.snk" />
74-
</ItemGroup>
7570
<ItemGroup>
7671
<ProjectReference Include="..\..\..\source\Cosmos.Core\Cosmos.Core.csproj">
7772
<Project>{5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}</Project>

source/Archive/Cosmos.Sys.Plugs/Cosmos.Sys.Plugs.csproj

-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<SccLocalPath>SAK</SccLocalPath>
1717
<SccAuxPath>SAK</SccAuxPath>
1818
<SccProvider>SAK</SccProvider>
19-
<SignAssembly>true</SignAssembly>
20-
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
2119
<TargetFrameworkProfile />
2220
</PropertyGroup>
2321
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@@ -80,9 +78,6 @@
8078
<Name>Cosmos.IL2CPU</Name>
8179
</ProjectReference>
8280
</ItemGroup>
83-
<ItemGroup>
84-
<None Include="Cosmos.snk" />
85-
</ItemGroup>
8681
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8782
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8883
Other similar extension points exist, see Microsoft.Common.targets.

source/Archive/Cosmos.Sys/Cosmos.Sys.csproj

-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<SccLocalPath>SAK</SccLocalPath>
1717
<SccAuxPath>SAK</SccAuxPath>
1818
<SccProvider>SAK</SccProvider>
19-
<SignAssembly>true</SignAssembly>
20-
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
2119
<TargetFrameworkProfile />
2220
</PropertyGroup>
2321
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@@ -84,9 +82,6 @@
8482
<Compile Include="Network\ChadTCPIP\UDPPacket.cs" />
8583
<Compile Include="Properties\AssemblyInfo.cs" />
8684
</ItemGroup>
87-
<ItemGroup>
88-
<None Include="Cosmos.snk" />
89-
</ItemGroup>
9085
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9186
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9287
Other similar extension points exist, see Microsoft.Common.targets.

source/Archive/Cosmos.VS.ProjectSystem/Cosmos.VS.ProjectSystem.csproj

-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
77
<UseCodebase>true</UseCodebase>
88
</PropertyGroup>
9-
<PropertyGroup>
10-
<SignAssembly>true</SignAssembly>
11-
</PropertyGroup>
12-
<PropertyGroup>
13-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
14-
</PropertyGroup>
159
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1610
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
1711
<StartAction>Program</StartAction>

source/Archive/Cosmos.VS.Wizards/Cosmos.VS.Wizards.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
<RootNamespace>Cosmos.VS.Wizards</RootNamespace>
1515
<AssemblyName>Cosmos.VS.Wizards</AssemblyName>
1616
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
17-
<SignAssembly>true</SignAssembly>
18-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
1917
</PropertyGroup>
2018
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2119
<DebugSymbols>true</DebugSymbols>

source/Archive/MPF/12.0/Microsoft.VisualStudio.Project.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
<AssemblyName>Microsoft.VisualStudio.Project</AssemblyName>
1212
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SignAssembly>true</SignAssembly>
15-
<AssemblyOriginatorKeyFile>..\..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
1614
<AllowedAssemblyPrefix>$(AllowedAssemblyPrefix);Microsoft.Internal</AllowedAssemblyPrefix>
1715
</PropertyGroup>
1816
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

source/Cosmos.Build.Common/Cosmos.Build.Common.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<SignAssembly>True</SignAssembly>
6-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
75
</PropertyGroup>
86

97
<ItemGroup>

source/Cosmos.Build.MSBuild/Cosmos.Build.MSBuild.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<TargetFramework>net471</TargetFramework>
55
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
6-
<SignAssembly>True</SignAssembly>
7-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
86
</PropertyGroup>
97

108
<ItemGroup>

source/Cosmos.Common/Cosmos.Common.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<SignAssembly>True</SignAssembly>
6-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
75
</PropertyGroup>
86

97
<ItemGroup>

source/Cosmos.Core.DebugStub/Cosmos.Core.DebugStub.csproj

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<SignAssembly>True</SignAssembly>
6-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
75
</PropertyGroup>
86

97
<ItemGroup>

source/Cosmos.Core/Cosmos.Core.csproj

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
5-
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
6-
<SignAssembly>True</SignAssembly>
7-
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
8-
</PropertyGroup>
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
6+
</PropertyGroup>
97

10-
<ItemGroup>
11-
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
12-
<ProjectReference Include="..\..\..\IL2CPU\source\IL2CPU.API\IL2CPU.API.csproj" />
13-
</ItemGroup>
8+
<ItemGroup>
9+
<ProjectReference Include="..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
10+
<ProjectReference Include="..\..\..\IL2CPU\source\IL2CPU.API\IL2CPU.API.csproj" />
11+
</ItemGroup>
1412

1513
</Project>

0 commit comments

Comments
 (0)