generated from AArnott/Library.Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTZFinder.slnx
More file actions
41 lines (41 loc) · 1.42 KB
/
TZFinder.slnx
File metadata and controls
41 lines (41 loc) · 1.42 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
<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="Directory.Build.props" />
<File Path="Directory.Build.targets" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="nuget.config" />
<File Path="README.md" />
<File Path="stylecop.json" />
<File Path="version.json" />
</Folder>
<Folder Name="/Solution Items/src/">
<File Path="src/.editorconfig" />
<File Path="src/Directory.Build.props" />
<File Path="src/Directory.Build.targets" />
</Folder>
<Folder Name="/Solution Items/test/">
<File Path="test/.editorconfig" />
<File Path="test/Directory.Build.props" />
<File Path="test/Directory.Build.targets" />
</Folder>
<Folder Name="/src/">
<Project Path="src/TZFinder.Builder/TZFinder.Builder.csproj" />
<Project Path="src/TZFinder/TZFinder.csproj" />
</Folder>
<Folder Name="/test/">
<Project Path="test/TimeZoneVisualizer/TimeZoneVisualizer.csproj" Id="8cd3b649-97f8-4a71-acba-6637f42521ff">
<Platform Solution="*|Any CPU" Project="x64" />
<Platform Solution="*|x64" Project="x64" />
<Platform Solution="*|x86" Project="x86" />
<Deploy />
</Project>
<Project Path="test/TZFinder.Tests/TZFinder.Tests.csproj" />
</Folder>
</Solution>