-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMSBuild.Targets.slnx
More file actions
46 lines (46 loc) · 1.8 KB
/
Copy pathMSBuild.Targets.slnx
File metadata and controls
46 lines (46 loc) · 1.8 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/config/">
<File Path=".codecov.yml" />
<File Path=".config/dotnet-tools.json" />
<File Path=".editorconfig" />
<File Path=".gitattributes" />
<File Path=".gitignore" />
<File Path=".gitmodules" />
<File Path=".prettierignore" />
<File Path=".prettierrc" />
<File Path="build.cmd" />
<File Path="build.ps1" />
<File Path="build.sh" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="GitReleaseManager.yaml" />
<File Path="GitVersion.yml" />
<File Path="LICENSE" />
<File Path="NuGet.config" />
<File Path="package.json" />
<File Path="Readme.md" />
<Project Path=".build/.build.csproj">
<Build Project="false" />
</Project>
</Folder>
<Folder Name="/src/">
<Project Path="src/CI/Rocket.Surgery.MSBuild.CI.csproj" />
<Project Path="src/GitVersion/Rocket.Surgery.MSBuild.GitVersion.csproj" />
<Project Path="src/GlobalAnalyzerConfig/Rocket.Surgery.MSBuild.GlobalAnalyzerConfig.csproj" />
<Project Path="src/JetBrains/Rocket.Surgery.MSBuild.JetBrains.Annotations.csproj" />
<Project Path="src/MSBuild/Rocket.Surgery.MSBuild.csproj" />
<Project Path="src/MyAssembly.roslyn4.6/Rocket.Surgery.MyAssembly.roslyn4.6.csproj" />
<Project Path="src/MyAssembly/Rocket.Surgery.MyAssembly.csproj" />
<Project Path="src/SourceLink/Rocket.Surgery.MSBuild.SourceLink.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/Information.Tests/Rocket.Surgery.MSBuild.Tests.csproj" />
<Project Path="test/MyAssembly.Tests/MyAssembly.Tests.csproj" />
</Folder>
</Solution>