Initial commit · satyamisme/UnityDataTools@ee372f1 · GitHub
Skip to content

Commit ee372f1

Browse files
committed
Initial commit
1 parent 6c35c3b commit ee372f1

108 files changed

Lines changed: 28808 additions & 45 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 32 additions & 0 deletions

Analyzer/Analyzer.csproj

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net5.0</TargetFramework>
5+
</PropertyGroup>
6+
7+
<ItemGroup>
8+
<PackageReference Include="System.Data.SQLite" Version="1.0.115" />
9+
</ItemGroup>
10+
11+
<ItemGroup>
12+
<ProjectReference Include="..\UnityFileSystem\UnityFileSystem.csproj" />
13+
</ItemGroup>
14+
15+
<ItemGroup>
16+
<Compile Update="Properties\Resources.Designer.cs">
17+
<DependentUpon>Resources.resx</DependentUpon>
18+
<DesignTime>True</DesignTime>
19+
<AutoGen>True</AutoGen>
20+
</Compile>
21+
</ItemGroup>
22+
23+
<ItemGroup>
24+
<EmbeddedResource Update="Properties\Resources.resx">
25+
<SubType>Designer</SubType>
26+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
27+
<Generator>ResXFileCodeGenerator</Generator>
28+
</EmbeddedResource>
29+
</ItemGroup>
30+
31+
</Project>

Analyzer/AnalyzerTool.cs

Lines changed: 294 additions & 0 deletions

0 commit comments

Comments
 (0)