-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgitversion-msbuild.slnx
More file actions
26 lines (25 loc) · 921 Bytes
/
gitversion-msbuild.slnx
File metadata and controls
26 lines (25 loc) · 921 Bytes
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
<!--
SPDX-FileCopyrightText: 2025 Frans van Dorsselaer
SPDX-License-Identifier: MIT
-->
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="GitVersion.yml" />
<File Path="global.json" />
<File Path="README.md" />
<File Path="SelfReference.props" />
<File Path="SelfReference.targets" />
</Folder>
<Project Path="Example/Example.wixproj" Type="b7dd6f7e-def8-4e67-b5b7-07ef123db6f0" Id="1dbc7df5-ebaa-474a-be10-7c66b0d9bfd1">
<BuildDependency Project="GitVersion.MsBuild/GitVersion.MsBuild.csproj" />
<Platform Project="x64" />
<Build Project="false" />
</Project>
<Project Path="GitVersion.MsBuild/GitVersion.MsBuild.csproj" />
<Project Path="UnitTests/UnitTests.csproj" />
</Solution>