Skip to content

Commit 229a530

Browse files
committed
Renamed the projects.
1 parent c6479b2 commit 229a530

6 files changed

Lines changed: 36 additions & 9 deletions

File tree

Schema Build Tests/Schema Build Tests.csproj renamed to Schema Build Tests/GenerateReadOnly Build Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<ProjectReference Include="../Schema/Schema.csproj" PrivateAssets="all" OutputItemType="Analyzer" />
32+
<ProjectReference Include="..\Schema\GenerateReadOnly.csproj" PrivateAssets="all" OutputItemType="Analyzer" />
3333
<ProjectReference Include="../SchemaTypes/SchemaTypes.csproj" />
3434
</ItemGroup>
3535

Schema Tests/Schema Tests.csproj renamed to Schema Tests/GenerateReadOnly Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<ProjectReference Include="../Schema/Schema.csproj" />
32+
<ProjectReference Include="..\Schema\GenerateReadOnly.csproj" />
3333
</ItemGroup>
3434

3535
</Project>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=binary_005Cattributes_005Calign/@EntryIndexedValue">True</s:Boolean>
3+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=binary_005Cattributes_005Cchild_005Fof/@EntryIndexedValue">True</s:Boolean>
4+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=binary_005Cattributes_005Cendianness/@EntryIndexedValue">True</s:Boolean>
5+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=binary_005Cattributes_005Cignore/@EntryIndexedValue">True</s:Boolean>
6+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=binary_005Cattributes_005Cmemory/@EntryIndexedValue">True</s:Boolean>
7+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=binary_005Cattributes_005Csequence/@EntryIndexedValue">True</s:Boolean>
8+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=binary_005Cattributes_005Csize/@EntryIndexedValue">True</s:Boolean>
9+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=binary_005Cattributes_005Cstring/@EntryIndexedValue">True</s:Boolean>
10+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=binary_005Creader/@EntryIndexedValue">True</s:Boolean>
11+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=diagnostics/@EntryIndexedValue">True</s:Boolean>
12+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=generator/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

Schema.sln

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 18
4-
VisualStudioVersion = 18.0.11012.119 d18.0
4+
VisualStudioVersion = 18.0.11012.119
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Schema", "Schema\Schema.csproj", "{CC9F9DBB-B1BE-48C7-9D3D-4EBBDC7716D2}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenerateReadOnly", "Schema\GenerateReadOnly.csproj", "{CC9F9DBB-B1BE-48C7-9D3D-4EBBDC7716D2}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Schema Tests", "Schema Tests\Schema Tests.csproj", "{177FC6DA-EA7E-4F99-BFA1-465F3C1FAFD1}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenerateReadOnly Tests", "Schema Tests\GenerateReadOnly Tests.csproj", "{177FC6DA-EA7E-4F99-BFA1-465F3C1FAFD1}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Schema Build Tests", "Schema Build Tests\Schema Build Tests.csproj", "{27516500-3785-4348-A9B0-93E220F0B7E5}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenerateReadOnly Build Tests", "Schema Build Tests\GenerateReadOnly Build Tests.csproj", "{27516500-3785-4348-A9B0-93E220F0B7E5}"
1111
EndProject
1212
Global
1313
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<PropertyGroup>
1212
<PackageProjectUrl>https://github.com/MeltyPlayer/Schema</PackageProjectUrl>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
14-
<Description>Library for converting classes to and from binary. Provides a C# Roslyn generator that automatically implements conversion logic for simple classes.</Description>
15-
<PackageId>schema</PackageId>
16-
<Title>schema</Title>
14+
<Description>Roslyn generator that automatically implements ReadOnly interfaces for annotated classes.</Description>
15+
<PackageId>GenerateReadOnly</PackageId>
16+
<Title>GenerateReadOnly</Title>
1717
<Version>0.6.13</Version>
1818
<Authors>MeltyPlayer</Authors>
1919
</PropertyGroup>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=lib/@EntryIndexedValue">True</s:Boolean>
3+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbinary_005Cattributes_005Calign/@EntryIndexedValue">True</s:Boolean>
4+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbinary_005Cattributes_005Cchild_005Fof/@EntryIndexedValue">True</s:Boolean>
5+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbinary_005Cattributes_005Cendianness/@EntryIndexedValue">True</s:Boolean>
6+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbinary_005Cattributes_005Cif_005Fboolean/@EntryIndexedValue">True</s:Boolean>
7+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbinary_005Cattributes_005Cignore/@EntryIndexedValue">True</s:Boolean>
8+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbinary_005Cattributes_005Cmemory/@EntryIndexedValue">True</s:Boolean>
9+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbinary_005Cattributes_005Coffset/@EntryIndexedValue">True</s:Boolean>
10+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbinary_005Cattributes_005Cpointer/@EntryIndexedValue">True</s:Boolean>
11+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbinary_005Cattributes_005Cposition/@EntryIndexedValue">True</s:Boolean>
12+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbinary_005Cattributes_005Csequence/@EntryIndexedValue">True</s:Boolean>
13+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbinary_005Cattributes_005Csize/@EntryIndexedValue">True</s:Boolean>
14+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbinary_005Cattributes_005Cstring/@EntryIndexedValue">True</s:Boolean>
15+
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Crules/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

0 commit comments

Comments
 (0)