Skip to content

Commit f8e31ca

Browse files
authored
Merge pull request #41 from asizikov/feature/fake-build
Add sln files
2 parents 5d4d683 + 3bc3f0d commit f8e31ca

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

src/AsyncSuffix.sln

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.23107.0
4+
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncSuffix", "AsyncSuffix\AsyncSuffix.csproj", "{752FF9EC-357F-4272-92AD-E4DAB15312C1}"
77
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{C2FE6C03-163F-421E-8D04-45629A78094D}"
9+
ProjectSection(SolutionItems) = preProject
10+
..\.editorconfig = ..\.editorconfig
11+
..\.gitignore = ..\.gitignore
12+
..\appveyor.yml = ..\appveyor.yml
13+
..\AsyncSuffix.nuspec = ..\AsyncSuffix.nuspec
14+
..\build.bat = ..\build.bat
15+
..\build.fsx = ..\build.fsx
16+
..\GitVersion.yml = ..\GitVersion.yml
17+
..\README.md = ..\README.md
18+
EndProjectSection
19+
EndProject
820
Global
921
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1022
Debug|Any CPU = Debug|Any CPU
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
4+
<NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
5+
</PropertyGroup>
6+
<ImportGroup>
7+
<Import Project="$(NuGetPackageRoot)\Antlr2.Tools\2.7.6.4\build\Antlr2.Tools.targets" Condition="Exists('$(NuGetPackageRoot)\Antlr2.Tools\2.7.6.4\build\Antlr2.Tools.targets')" />
8+
<Import Project="$(NuGetPackageRoot)\JetBrains.Build.Platform.Tasks.ThemedIconsPacker\2.0.20151217.1\build\JetBrains.Build.Platform.Tasks.ThemedIconsPacker.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Build.Platform.Tasks.ThemedIconsPacker\2.0.20151217.1\build\JetBrains.Build.Platform.Tasks.ThemedIconsPacker.Targets')" />
9+
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Core.Ide\106.0.20160818.163532\build\JetBrains.Platform.Core.Ide.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Core.Ide\106.0.20160818.163532\build\JetBrains.Platform.Core.Ide.Targets')" />
10+
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Core.Shell\106.0.20160818.163301\build\JetBrains.Platform.Core.Shell.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Core.Shell\106.0.20160818.163301\build\JetBrains.Platform.Core.Shell.Targets')" />
11+
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Core.Text\106.0.20160818.163532\build\JetBrains.Platform.Core.Text.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Core.Text\106.0.20160818.163532\build\JetBrains.Platform.Core.Text.Targets')" />
12+
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Framework\106.0.20160818.163532\build\JetBrains.Platform.Interop.dotMemoryUnit.Framework.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Framework\106.0.20160818.163532\build\JetBrains.Platform.Interop.dotMemoryUnit.Framework.Targets')" />
13+
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Interop\106.0.20160818.163532\build\JetBrains.Platform.Interop.dotMemoryUnit.Interop.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Interop.dotMemoryUnit.Interop\106.0.20160818.163532\build\JetBrains.Platform.Interop.dotMemoryUnit.Interop.Targets')" />
14+
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.RdProtocol\106.0.20160818.163532\build\JetBrains.Platform.RdProtocol.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.RdProtocol\106.0.20160818.163532\build\JetBrains.Platform.RdProtocol.Targets')" />
15+
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Symbols\106.0.20160818.163532\build\JetBrains.Platform.Symbols.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Symbols\106.0.20160818.163532\build\JetBrains.Platform.Symbols.Targets')" />
16+
<Import Project="$(NuGetPackageRoot)\JetBrains.Platform.Tests.Framework\106.0.20160818.163532\build\JetBrains.Platform.Tests.Framework.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Platform.Tests.Framework\106.0.20160818.163532\build\JetBrains.Platform.Tests.Framework.Targets')" />
17+
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.Core\106.0.20160818.164034\build\JetBrains.Psi.Features.Core.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.Core\106.0.20160818.164034\build\JetBrains.Psi.Features.Core.Targets')" />
18+
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.src\106.0.20160818.164034\build\JetBrains.Psi.Features.src.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.src\106.0.20160818.164034\build\JetBrains.Psi.Features.src.Targets')" />
19+
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.Tasks\106.0.20160818.164034\build\JetBrains.Psi.Features.Tasks.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.Tasks\106.0.20160818.164034\build\JetBrains.Psi.Features.Tasks.Targets')" />
20+
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.test.Framework\106.0.20160818.164034\build\JetBrains.Psi.Features.test.Framework.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.test.Framework\106.0.20160818.164034\build\JetBrains.Psi.Features.test.Framework.Targets')" />
21+
<Import Project="$(NuGetPackageRoot)\JetBrains.Psi.Features.UnitTesting\106.0.20160818.164034\build\JetBrains.Psi.Features.UnitTesting.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.Psi.Features.UnitTesting\106.0.20160818.164034\build\JetBrains.Psi.Features.UnitTesting.Targets')" />
22+
<Import Project="$(NuGetPackageRoot)\JetBrains.ReSharper.SDK.Internal\106.0.20160818.171542\build\JetBrains.ReSharper.SDK.Internal.Targets" Condition="Exists('$(NuGetPackageRoot)\JetBrains.ReSharper.SDK.Internal\106.0.20160818.171542\build\JetBrains.ReSharper.SDK.Internal.Targets')" />
23+
</ImportGroup>
24+
</Project>

0 commit comments

Comments
 (0)