-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathidunno.PasswordGenerator.slnx
More file actions
54 lines (54 loc) · 1.9 KB
/
Copy pathidunno.PasswordGenerator.slnx
File metadata and controls
54 lines (54 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<Solution>
<Configurations>
<BuildType Name="CodeQL" />
<BuildType Name="Debug" />
<BuildType Name="Release" />
</Configurations>
<Folder Name="/.github/">
<File Path=".github/dependabot.yml" />
<File Path="CODEOWNERS" />
</Folder>
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/actions-analysis.yml" />
<File Path=".github/workflows/ci-build.yml" />
<File Path=".github/workflows/codeql-analysis.yml" />
<File Path=".github/workflows/dependency-review.yml" />
<File Path=".github/workflows/prerelease.yml" />
<File Path=".github/workflows/release.yml" />
</Folder>
<Folder Name="/sample/">
<Project Path="sample/idunno.Password.Generator.ConsoleSample/idunno.Password.Generator.ConsoleSample.csproj">
<Build Solution="CodeQL|*" Project="false" />
<Build Solution="Release|*" Project="false" />
</Project>
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path=".runsettings" />
<File Path="CHANGELOG.md" />
<File Path="CODE_OF_CONDUCT.md" />
<File Path="CONTRIBUTING.md" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="exclusion.dic" />
<File Path="key.snk" />
<File Path="LICENSE" />
<File Path="nuget.config" />
<File Path="README.md" />
<File Path="SECURITY.md" />
<File Path="tests.runsettings" />
<File Path="version.json" />
</Folder>
<Folder Name="/src/">
<File Path="src/Directory.Build.props" />
<File Path="src/icon.png" />
<Project Path="src/idunno.Password/idunno.Password.Generator.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/idunno.Password.Generator.Tests/idunno.Password.Generator.Tests.csproj">
<Build Solution="CodeQL|*" Project="false" />
</Project>
</Folder>
</Solution>