Skip to content

Commit

Permalink
Add VS2019 project
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekZiemba committed Mar 6, 2019
1 parent 722bea3 commit ae75470
Show file tree
Hide file tree
Showing 9 changed files with 243 additions and 15 deletions.
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 Derek Ziemba

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion ZMBA.Common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<NoWarn>CS0649, CS4014</NoWarn>
<LangVersion>7.2</LangVersion>
<LangVersion>7.3</LangVersion>
<ProjectView>ShowAllFiles</ProjectView>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
Expand Down
7 changes: 4 additions & 3 deletions ZMBA.SyntaxColorizer.VS2015/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Identity Id="ZMBA.SyntaxColorizer.VS2015.de5e3942-59e7-41a0-8db5-e74286a92139" Version="1.0.4.0" Language="en-US" Publisher="Derek Ziemba" />
<DisplayName>ZMBA.SyntaxColorizer.VS2015</DisplayName>
<Description xml:space="preserve">Style code Font and Color based on Syntax and Semantic meaning. Font Style Font and Color based on Syntax and Semantic meaning. Supported languages: C#, Visual Basic, JavaScript, HTML</Description>
<License>..\LICENSE.txt</License>
</Metadata>
<Installation>
<InstallationTarget Version="[14.0]" Id="Microsoft.VisualStudio.Pro" />
Expand All @@ -16,11 +17,11 @@
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.Editor" DisplayName="Microsoft Visual Studio Editor" Version="[10.0,11.0)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" Version="[14.0]" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.Editor" DisplayName="Microsoft Visual Studio Editor" Version="[14.0,15.0)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" Version="[14.0,15.0)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[14.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[14.0,15.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
Expand Down
19 changes: 10 additions & 9 deletions ZMBA.SyntaxColorizer.VS2017/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@
<DisplayName>ZMBA.SyntaxColorizer.VS2017</DisplayName>
<Description xml:space="preserve">Style code Font and Color based on Syntax and Semantic meaning. Font Style Font and Color based on Syntax and Semantic meaning.
Supported languages: C#, Visual Basic, JavaScript, HTML</Description>
<License>..\LICENSE.txt</License>
</Metadata>
<Installation>
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.VSWinExpress" />
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.VWDExpress" />
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.VSWinDesktopExpress" />
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[15.0, 16.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
<InstallationTarget Version="[15.0, 16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0, 16.0)" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[15.0, 16.0)" Id="Microsoft.VisualStudio.VSWinExpress" />
<InstallationTarget Version="[15.0, 16.0)" Id="Microsoft.VisualStudio.VWDExpress" />
<InstallationTarget Version="[15.0, 16.0)" Id="Microsoft.VisualStudio.VSWinDesktopExpress" />
<InstallationTarget Version="[15.0, 16.0)" Id="Microsoft.VisualStudio.Community" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.Editor" DisplayName="Microsoft Visual Studio Editor" Version="[10.0,11.0)" />
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.Editor" DisplayName="Microsoft Visual Studio Editor" Version="[15.0,16.0)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.15.0" DisplayName="Visual Studio MPF 15.0" Version="[15.0,16.0)" />
</Dependencies>
<Assets>
Expand Down
33 changes: 33 additions & 0 deletions ZMBA.SyntaxColorizer.VS2019/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ZMBA.SyntaxColorizer.VS2019")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Derek Ziemba")]
[assembly: AssemblyProduct("ZMBA.SyntaxColorizer.VS2019")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2019.0.4.*")]
[assembly: AssemblyFileVersion("2019.0.4.0")]
72 changes: 72 additions & 0 deletions ZMBA.SyntaxColorizer.VS2019/ZMBA.SyntaxColorizer.VS2019.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MinimumVisualStudioVersion>16.0</MinimumVisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{46B5403E-A28C-4784-97C1-BE6E260B327A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ZMBA.SyntaxColorizer.VS2019</RootNamespace>
<AssemblyName>ZMBA.SyntaxColorizer.VS2019</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
<UseCodebase>true</UseCodebase>
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
<CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToOutputDirectory>true</CopyOutputSymbolsToOutputDirectory>
<StartAction>Program</StartAction>
<StartProgram Condition="'$(DevEnvDir)' != ''">$(DevEnvDir)devenv.exe</StartProgram>
<StartArguments>/rootsuffix Exp</StartArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ZMBA.SyntaxColorizer.VS2019Package.cs" />
</ItemGroup>
<ItemGroup>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="15.9.3" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="16.0.2262" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
53 changes: 53 additions & 0 deletions ZMBA.SyntaxColorizer.VS2019/ZMBA.SyntaxColorizer.VS2019Package.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
using System;
using System.Runtime.InteropServices;
using System.Threading;
using Microsoft.VisualStudio.Shell;
using Task = System.Threading.Tasks.Task;

namespace ZMBA.SyntaxColorizer.VS2019
{
/// <summary>
/// This is the class that implements the package exposed by this assembly.
/// </summary>
/// <remarks>
/// <para>
/// The minimum requirement for a class to be considered a valid package for Visual Studio
/// is to implement the IVsPackage interface and register itself with the shell.
/// This package uses the helper classes defined inside the Managed Package Framework (MPF)
/// to do it: it derives from the Package class that provides the implementation of the
/// IVsPackage interface and uses the registration attributes defined in the framework to
/// register itself and its components with the shell. These attributes tell the pkgdef creation
/// utility what data to put into .pkgdef file.
/// </para>
/// <para>
/// To get loaded into VS, the package must be referred by &lt;Asset Type="Microsoft.VisualStudio.VsPackage" ...&gt; in .vsixmanifest file.
/// </para>
/// </remarks>
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[Guid(ZMBA.SyntaxColorizer.VS2019Package.PackageGuidString)]
public sealed class ZMBA.SyntaxColorizer.VS2019Package : AsyncPackage
{
/// <summary>
/// ZMBA.SyntaxColorizer.VS2019Package GUID string.
/// </summary>
public const string PackageGuidString = "1e25cef6-ed3d-4a14-9ed3-6e8cc2da634d";

#region Package Members

/// <summary>
/// Initialization of the package; this method is called right after the package is sited, so this is the place
/// where you can put all the initialization code that rely on services provided by VisualStudio.
/// </summary>
/// <param name="cancellationToken">A cancellation token to monitor for initialization cancellation, which can occur when VS is shutting down.</param>
/// <param name="progress">A provider for progress updates.</param>
/// <returns>A task representing the async work of package initialization, or an already completed task if there is none. Do not return null from this method.</returns>
protected override async Task InitializeAsync(CancellationToken cancellationToken, IProgress<ServiceProgressData> progress)
{
// When initialized asynchronously, the current thread may be a background thread at this point.
// Do any initialization that requires the UI thread after switching to the UI thread.
await this.JoinableTaskFactory.SwitchToMainThreadAsync(cancellationToken);
}

#endregion
}
}
32 changes: 32 additions & 0 deletions ZMBA.SyntaxColorizer.VS2019/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="ZMBA.SyntaxColorizer.VS2019.57597315-70cb-4920-bbe3-3ee7d8db71f4" Version="1.0.4.3" Language="en-US" Publisher="Derek Ziemba" />
<DisplayName>ZMBA.SyntaxColorizer.VS2019</DisplayName>
<Description xml:space="preserve">Style code Font and Color based on Syntax and Semantic meaning. Font Style Font and Color based on Syntax and Semantic meaning.
Supported languages: C#, Visual Basic, JavaScript, HTML</Description>
<License>..\LICENSE.txt</License>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[16.0, 17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[16.0, 17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[16.0, 17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.VSWinExpress" Version="[16.0, 17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.VWDExpress" Version="[16.0, 17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.VSWinDesktopExpress" Version="[16.0, 17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.Platform.Editor" DisplayName="Microsoft Visual Studio Editor" Version="[16.0,17.0)" />
<Dependency d:Source="Installed" Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" Version="[16.0,17.0)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.Compiler" Version="[16.0,17.0)" DisplayName="C# and Visual Basic Roslyn compilers" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
</PackageManifest>
19 changes: 17 additions & 2 deletions ZMBA.SyntaxColorizer.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
# Visual Studio Version 16
VisualStudioVersion = 16.0.28701.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ZMBA.SyntaxColorizer", "ZMBA.SyntaxColorizer\ZMBA.SyntaxColorizer.shproj", "{7A1FFCB8-1711-42FE-AC90-8255D2834A27}"
EndProject
Expand All @@ -16,6 +16,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ZMBA.SyntaxColorizer.targets = ZMBA.SyntaxColorizer.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZMBA.SyntaxColorizer.VS2019", "ZMBA.SyntaxColorizer.VS2019\ZMBA.SyntaxColorizer.VS2019.csproj", "{46B5403E-A28C-4784-97C1-BE6E260B327A}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
ZMBA.SyntaxColorizer\ZMBA.SyntaxColorizer.projitems*{0dd30895-f150-413d-a20b-b34dba7aaca1}*SharedItemsImports = 4
Expand All @@ -26,6 +28,7 @@ Global
Debug|Any CPU = Debug|Any CPU
Release(debuggable)|Any CPU = Release(debuggable)|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseEmb|Any CPU = ReleaseEmb|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DD30895-F150-413D-A20B-B34DBA7AACA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand All @@ -34,12 +37,24 @@ Global
{0DD30895-F150-413D-A20B-B34DBA7AACA1}.Release(debuggable)|Any CPU.Build.0 = Release|Any CPU
{0DD30895-F150-413D-A20B-B34DBA7AACA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DD30895-F150-413D-A20B-B34DBA7AACA1}.Release|Any CPU.Build.0 = Release|Any CPU
{0DD30895-F150-413D-A20B-B34DBA7AACA1}.ReleaseEmb|Any CPU.ActiveCfg = ReleaseEmb|Any CPU
{0DD30895-F150-413D-A20B-B34DBA7AACA1}.ReleaseEmb|Any CPU.Build.0 = ReleaseEmb|Any CPU
{E04EE368-B501-4EC3-9E74-3AA3977B2D69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E04EE368-B501-4EC3-9E74-3AA3977B2D69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E04EE368-B501-4EC3-9E74-3AA3977B2D69}.Release(debuggable)|Any CPU.ActiveCfg = Release|Any CPU
{E04EE368-B501-4EC3-9E74-3AA3977B2D69}.Release(debuggable)|Any CPU.Build.0 = Release|Any CPU
{E04EE368-B501-4EC3-9E74-3AA3977B2D69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E04EE368-B501-4EC3-9E74-3AA3977B2D69}.Release|Any CPU.Build.0 = Release|Any CPU
{E04EE368-B501-4EC3-9E74-3AA3977B2D69}.ReleaseEmb|Any CPU.ActiveCfg = ReleaseEmb|Any CPU
{E04EE368-B501-4EC3-9E74-3AA3977B2D69}.ReleaseEmb|Any CPU.Build.0 = ReleaseEmb|Any CPU
{46B5403E-A28C-4784-97C1-BE6E260B327A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46B5403E-A28C-4784-97C1-BE6E260B327A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46B5403E-A28C-4784-97C1-BE6E260B327A}.Release(debuggable)|Any CPU.ActiveCfg = Release|Any CPU
{46B5403E-A28C-4784-97C1-BE6E260B327A}.Release(debuggable)|Any CPU.Build.0 = Release|Any CPU
{46B5403E-A28C-4784-97C1-BE6E260B327A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46B5403E-A28C-4784-97C1-BE6E260B327A}.Release|Any CPU.Build.0 = Release|Any CPU
{46B5403E-A28C-4784-97C1-BE6E260B327A}.ReleaseEmb|Any CPU.ActiveCfg = Release|Any CPU
{46B5403E-A28C-4784-97C1-BE6E260B327A}.ReleaseEmb|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit ae75470

Please sign in to comment.