Skip to content

Commit

Permalink
- Moved tools to special Tools subfolder
Browse files Browse the repository at this point in the history
- Create special tools solution
- All projects now get the key file from the common folder
  • Loading branch information
RobertvanderHulst committed Apr 25, 2018
1 parent dd6ebcd commit 721e3c0
Show file tree
Hide file tree
Showing 85 changed files with 123 additions and 315 deletions.
Binary file modified External/Debug/XSharp.CodeAnalysis.dll
Binary file not shown.
Binary file modified External/Debug/XSharp.CodeAnalysis.pdb
Binary file not shown.
55 changes: 55 additions & 0 deletions Tools.sln
@@ -0,0 +1,55 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ED0EE32E-392F-4848-B0F6-5C13C628A4A9}"
ProjectSection(SolutionItems) = preProject
Common\BuildNumber.h = Common\BuildNumber.h
Common\Constants.cs = Common\Constants.cs
Common\constants.prg = Common\constants.prg
VisualStudio\README.md = VisualStudio\README.md
Common\version.xh = Common\version.xh
EndProjectSection
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "XPorter", "Tools\XPorter\XPorter.xsproj", "{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetupCheck2017", "Tools\SetupCheck\SetupCheck2017.csproj", "{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}"
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "RegisterProvider", "Tools\RegisterProvider\RegisterProvider.xsproj", "{5190E508-E052-41D5-8824-EA472241489A}"
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "Fab_VO_Entities", "Tools\VOXporter\Source\Fab_VO_Entities\Fab_VO_Entities.xsproj", "{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}"
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "VOXPorter", "Tools\VOXporter\Source\VOXPorter\VOXPorter.xsproj", "{939B111B-6EBD-490F-A7F4-CE923D758A3B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}.Release|Any CPU.Build.0 = Release|Any CPU
{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}.Release|Any CPU.Build.0 = Release|Any CPU
{5190E508-E052-41D5-8824-EA472241489A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5190E508-E052-41D5-8824-EA472241489A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5190E508-E052-41D5-8824-EA472241489A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5190E508-E052-41D5-8824-EA472241489A}.Release|Any CPU.Build.0 = Release|Any CPU
{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}.Release|Any CPU.Build.0 = Release|Any CPU
{939B111B-6EBD-490F-A7F4-CE923D758A3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{939B111B-6EBD-490F-A7F4-CE923D758A3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{939B111B-6EBD-490F-A7F4-CE923D758A3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{939B111B-6EBD-490F-A7F4-CE923D758A3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
File renamed without changes.
Expand Up @@ -30,7 +30,7 @@
<DisabledWarnings />
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>..\xsharp.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>$(solutiondir)common\xsharp.snk </AssemblyOriginatorKeyFile>
<CommandLineOption />
<PPO>false</PPO>
<NoStdDef>false</NoStdDef>
Expand All @@ -53,7 +53,7 @@
<DisabledWarnings />
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>..\xsharp.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>$(solutiondir)common\xsharp.snk </AssemblyOriginatorKeyFile>
<CommandLineOption />
<PPO>false</PPO>
<NoStdDef>false</NoStdDef>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -38,6 +38,12 @@
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>XSharp.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.Setup.Configuration.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.VisualStudio.Setup.Configuration.Interop.1.11.1179\lib\net35\Microsoft.VisualStudio.Setup.Configuration.Interop.dll</HintPath>
Expand All @@ -62,6 +68,7 @@
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="XSharp.snk" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,5 +1,5 @@
Application = Fab_VO_Entities
IDEVersion = 1.11
IDEVersion = 1.13
GalleryName =
GalleryPage =
GalleryDefaultName =
Expand Down Expand Up @@ -30,6 +30,8 @@ KeyFile =
ExportResources = 0
ExportImages = 0
[Fab_VO_Entities FileGroups]
FileFolder = Properties
FileGroupGUID = 84196FF3-C25A-4CAF-9C86-1803C7923BCA
[Fab_VO_Entities Files]
File = %AppPath%\AEF File.prg
FileGUID = B2F2F56A-1D61-4C96-A3FC-A5D81F06D528
Expand Down Expand Up @@ -76,15 +78,16 @@ FileType = Text
File = %AppPath%\_xCompatinility.prg
FileGUID = 3DF59AA6-E659-4A6E-8F67-DE50C11F7441
FileType = Code
File = %AppPath%\AssemblyInfo.prg
File = %AppPath%\Properties\AssemblyInfo.prg
FileGUID = 64324B9A-DD4C-41BF-8386-AA3795DF080B
FileFileGroup = 84196FF3-C25A-4CAF-9C86-1803C7923BCA
FileType = Code
[Fab_VO_Entities References]
[Fab_VO_Entities Resources]
[Fab_VO_Entities Native Resources]
[Fab_VO_Entities License files]
[Fab_VO_Entities General Options]
Switches=
Switches=/debug:full
ZeroArrays=0
CaseSensitive=0
ImplicitNamespace=0
Expand Down
Expand Up @@ -51,9 +51,9 @@
<IntermediateOutputPath>$(SolutionDir)Binaries\obj\$(Configuration)\$(ProjectName)\</IntermediateOutputPath>
<UseSharedCompilation>true</UseSharedCompilation>
<DisabledWarnings>165</DisabledWarnings>
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile />
<AssemblyOriginatorKeyFile>$(solutiondir)common\xsharp.snk</AssemblyOriginatorKeyFile>
<CommandLineOption />
<PPO>false</PPO>
<NoStandardDefs>false</NoStandardDefs>
Expand All @@ -73,9 +73,9 @@
<IntermediateOutputPath>$(SolutionDir)Binaries\obj\$(Configuration)\$(ProjectName)\</IntermediateOutputPath>
<UseSharedCompilation>true</UseSharedCompilation>
<DisabledWarnings />
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile />
<AssemblyOriginatorKeyFile>$(solutiondir)common\xsharp.snk </AssemblyOriginatorKeyFile>
<CommandLineOption />
<PPO>false</PPO>
<NoStandardDefs>false</NoStandardDefs>
Expand Down
File renamed without changes.
File renamed without changes.
@@ -1,5 +1,5 @@
Application = VOXPorter
IDEVersion = 1.11
IDEVersion = 1.13
GalleryName =
GalleryPage =
GalleryDefaultName =
Expand Down Expand Up @@ -30,6 +30,8 @@ KeyFile =
ExportResources = 0
ExportImages = 0
[VOXPorter FileGroups]
FileFolder = Properties
FileGroupGUID = AA82ABD5-9D0C-4788-976C-3313B139325F
[VOXPorter Files]
File = %AppPath%\xPorter.prg
FileGUID = E18B92DE-652D-4641-A08B-28FA4BDC812B
Expand All @@ -40,17 +42,19 @@ FileType = Code
File = %AppPath%\ReadMe.rtf
FileGUID = 8FF6A571-39E5-4144-B7E5-C1AB15E9FD8D
FileType = Text
File = %AppPath%\AssemblyInfo.prg
File = %AppPath%\Properties\AssemblyInfo.prg
FileGUID = 5106C14A-9E94-4FC3-966E-E57E575F8846
FileFileGroup = AA82ABD5-9D0C-4788-976C-3313B139325F
FileType = Code
[VOXPorter References]
ReferenceGAC = CLR4,System,1,0,4.0.0.0
ReferenceBrowse = %ProjectPath%\Dll\XICOMMON.dll,1,1
ReferenceBrowse = %ProjectPath%\Dll\XIRES.dll,1,1
ReferenceGAC = CLR4,System.Drawing,1,0,4.0.0.0
ReferenceGAC = CLR4,System.Windows.Forms,1,0,4.0.0.0
ReferenceProject = D5679723-DA91-4572-B699-5FDEC084BDB5,1,0,Fab_VO_Entities
ReferenceBrowse = %ProjectPath%\Dll\SDK_Defines.dll,1,1
ReferenceBrowse = %ProjectPath%\Dll\XICOMMON.dll,1,1
ReferenceBrowse = %ProjectPath%\Dll\XIRES.dll,1,1
ReferenceBrowse = %ProjectPath%\Dll\XIDED.dll,1,1
[VOXPorter Resources]
ResourceFile = Designers , %AppPath%\Resources\Designers.resources
ResourceFileGuid = 369B3304-1BF5-4D80-AA97-2B60C561DEDF
Expand All @@ -59,13 +63,13 @@ Modified = 0
Resource = Icon , %AppPath%\Resources\XSharp.ico
ResourceGuid = 51DF50DF-CDE8-48EB-AF15-E849348BEA52
Resource = Icon , %AppPath%\Resources\XSharpSm.ico
ResourceGuid = 420463AB-B5D7-4E36-8569-C36F6BF7490E
ResourceGuid = 9E143693-9BFF-4AD1-B6FF-390D4BBA124D
[VOXPorter Native Resources]
NativeResourceFile = External , %AppPath%\Resources\VersionInfo.rc
ResourceFileGuid = C37529B1-9E79-466D-9098-8A3E1BFE3212
[VOXPorter License files]
[VOXPorter General Options]
Switches=
Switches=/debug:full
ZeroArrays=0
CaseSensitive=0
ImplicitNamespace=0
Expand Down
Expand Up @@ -54,9 +54,9 @@
<IntermediateOutputPath>$(SolutionDir)Binaries\obj\$(Configuration)\$(ProjectName)\</IntermediateOutputPath>
<UseSharedCompilation>true</UseSharedCompilation>
<DisabledWarnings />
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile />
<AssemblyOriginatorKeyFile>$(solutiondir)common\xsharp.snk </AssemblyOriginatorKeyFile>
<CommandLineOption />
<PPO>false</PPO>
<NoStandardDefs>false</NoStandardDefs>
Expand All @@ -76,9 +76,9 @@
<IntermediateOutputPath>$(SolutionDir)Binaries\obj\$(Configuration)\$(ProjectName)\</IntermediateOutputPath>
<UseSharedCompilation>true</UseSharedCompilation>
<DisabledWarnings />
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile />
<AssemblyOriginatorKeyFile>$(solutiondir)common\xsharp.snk </AssemblyOriginatorKeyFile>
<CommandLineOption />
<PPO>false</PPO>
<NoStandardDefs>false</NoStandardDefs>
Expand Down
File renamed without changes.
File renamed without changes.
Expand Up @@ -12,9 +12,9 @@ AddFilesFolder = C:\XIDE\Projects\VOXPorter\Source\VOXPorter\

[Application Settings]
APPLICATION = FD056C5F-6DE1-465A-90E4-0145DEB734D2
LASTTOUCHED = 20180413164359
LASTTOUCHED = 20180425095250
APPLICATION = D5679723-DA91-4572-B699-5FDEC084BDB5
LASTTOUCHED = 20171116114806
LASTTOUCHED = 20180425095231

[File Settings]
FILE = 679A9CEE-BAAB-4B40-AFDB-879574DB182B
Expand Down
Expand Up @@ -103,7 +103,7 @@ NativeResourceFile = External , %AppPath%\Resources\VersionInfo.rc
ResourceFileGuid = C37529B1-9E79-466D-9098-8A3E1BFE3212
[VOXPorter License files]
[VOXPorter General Options]
Switches=
Switches=/debug:full
ZeroArrays=0
CaseSensitive=0
ImplicitNamespace=0
Expand Down Expand Up @@ -247,7 +247,7 @@ FileType = Code
[Fab_VO_Entities Native Resources]
[Fab_VO_Entities License files]
[Fab_VO_Entities General Options]
Switches=
Switches=/debug:full
ZeroArrays=0
CaseSensitive=0
ImplicitNamespace=0
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -52,9 +52,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<Optimize>false</Optimize>
<UseSharedCompilation>true</UseSharedCompilation>
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile />
<AssemblyOriginatorKeyFile>$(solutiondir)common\xsharp.snk </AssemblyOriginatorKeyFile>
<CommandLineOption />
<PPO>false</PPO>
<EmitDebugInformation>true</EmitDebugInformation>
Expand All @@ -73,9 +73,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<Optimize>false</Optimize>
<UseSharedCompilation>false</UseSharedCompilation>
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile />
<AssemblyOriginatorKeyFile>$(solutiondir)common\xsharp.snk </AssemblyOriginatorKeyFile>
<CommandLineOption />
<PPO>false</PPO>
<DefineConstants>DEBUG;TRACE</DefineConstants>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added Tools/XSharp.snk
Binary file not shown.
56 changes: 0 additions & 56 deletions VSIntegration.sln
Expand Up @@ -20,12 +20,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XSharp.Build", "VisualStudi
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XSharpColorizer", "VisualStudio\XSharpColorizer\XSharpColorizer.csproj", "{FFA0338A-27ED-42BA-B801-EC5AD32A7395}"
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "XPorter", "VisualStudio\XPorter\XPorter.xsproj", "{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetupCheck2017", "VisualStudio\SetupCheck\SetupCheck2017.csproj", "{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}"
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "RegisterProvider", "VisualStudio\RegisterProvider\RegisterProvider.xsproj", "{5190E508-E052-41D5-8824-EA472241489A}"
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "XSharpVoEditors", "VisualStudio\XSharpVoEditors\XSharpVoEditors.xsproj", "{7619DB88-6286-4EF1-8273-2A08CC8AC70E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XSharpDebugger", "VisualStudio\XSharpDebugger\XSharpDebugger.csproj", "{16272550-75E6-4B9D-91E3-653BD141C755}"
Expand All @@ -34,12 +28,6 @@ Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "XSharpModelXs", "VisualStud
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "XsCodeModelTest", "VisualStudio\XsCodeModelTest\XsCodeModelTest.xsproj", "{123EC0E4-F7EE-4556-90B0-2A28BDBDEB65}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VOXporter", "VOXporter", "{9C47DB34-B1DB-4749-8B96-544AC730392E}"
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "Fab_VO_Entities", "VisualStudio\VOXporter\Source\Fab_VO_Entities\Fab_VO_Entities.xsproj", "{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}"
EndProject
Project("{AA6C8D78-22FF-423A-9C7C-5F2393824E04}") = "VOXPorter", "VisualStudio\VOXporter\Source\VOXPorter\VOXPorter.xsproj", "{939B111B-6EBD-490F-A7F4-CE923D758A3B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -80,30 +68,6 @@ Global
{FFA0338A-27ED-42BA-B801-EC5AD32A7395}.Release|Any CPU.Build.0 = Release|Any CPU
{FFA0338A-27ED-42BA-B801-EC5AD32A7395}.Release|x86.ActiveCfg = Release|Any CPU
{FFA0338A-27ED-42BA-B801-EC5AD32A7395}.Release|x86.Build.0 = Release|Any CPU
{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}.Debug|x86.ActiveCfg = Debug|Any CPU
{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}.Debug|x86.Build.0 = Debug|Any CPU
{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}.Release|Any CPU.Build.0 = Release|Any CPU
{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}.Release|x86.ActiveCfg = Release|Any CPU
{8A49A47C-ADE7-416C-8B28-CD3B401CBC25}.Release|x86.Build.0 = Release|Any CPU
{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}.Debug|x86.ActiveCfg = Debug|Any CPU
{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}.Debug|x86.Build.0 = Debug|Any CPU
{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}.Release|Any CPU.Build.0 = Release|Any CPU
{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}.Release|x86.ActiveCfg = Release|Any CPU
{B9AA5DD9-28D1-445D-8FDD-6195DC479BCC}.Release|x86.Build.0 = Release|Any CPU
{5190E508-E052-41D5-8824-EA472241489A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5190E508-E052-41D5-8824-EA472241489A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5190E508-E052-41D5-8824-EA472241489A}.Debug|x86.ActiveCfg = Debug|Any CPU
{5190E508-E052-41D5-8824-EA472241489A}.Debug|x86.Build.0 = Debug|Any CPU
{5190E508-E052-41D5-8824-EA472241489A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5190E508-E052-41D5-8824-EA472241489A}.Release|Any CPU.Build.0 = Release|Any CPU
{5190E508-E052-41D5-8824-EA472241489A}.Release|x86.ActiveCfg = Release|Any CPU
{5190E508-E052-41D5-8824-EA472241489A}.Release|x86.Build.0 = Release|Any CPU
{7619DB88-6286-4EF1-8273-2A08CC8AC70E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7619DB88-6286-4EF1-8273-2A08CC8AC70E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7619DB88-6286-4EF1-8273-2A08CC8AC70E}.Debug|x86.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -136,28 +100,8 @@ Global
{123EC0E4-F7EE-4556-90B0-2A28BDBDEB65}.Release|Any CPU.Build.0 = Release|Any CPU
{123EC0E4-F7EE-4556-90B0-2A28BDBDEB65}.Release|x86.ActiveCfg = Release|Any CPU
{123EC0E4-F7EE-4556-90B0-2A28BDBDEB65}.Release|x86.Build.0 = Release|Any CPU
{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}.Debug|x86.ActiveCfg = Debug|Any CPU
{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}.Debug|x86.Build.0 = Debug|Any CPU
{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}.Release|Any CPU.Build.0 = Release|Any CPU
{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}.Release|x86.ActiveCfg = Release|Any CPU
{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34}.Release|x86.Build.0 = Release|Any CPU
{939B111B-6EBD-490F-A7F4-CE923D758A3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{939B111B-6EBD-490F-A7F4-CE923D758A3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{939B111B-6EBD-490F-A7F4-CE923D758A3B}.Debug|x86.ActiveCfg = Debug|Any CPU
{939B111B-6EBD-490F-A7F4-CE923D758A3B}.Debug|x86.Build.0 = Debug|Any CPU
{939B111B-6EBD-490F-A7F4-CE923D758A3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{939B111B-6EBD-490F-A7F4-CE923D758A3B}.Release|Any CPU.Build.0 = Release|Any CPU
{939B111B-6EBD-490F-A7F4-CE923D758A3B}.Release|x86.ActiveCfg = Release|Any CPU
{939B111B-6EBD-490F-A7F4-CE923D758A3B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{73C0DCA6-BFE5-40CB-9240-3DB1C37F5B34} = {9C47DB34-B1DB-4749-8B96-544AC730392E}
{939B111B-6EBD-490F-A7F4-CE923D758A3B} = {9C47DB34-B1DB-4749-8B96-544AC730392E}
EndGlobalSection
EndGlobal
15 changes: 0 additions & 15 deletions VisualStudio/FabVOEntities/AssembyInfo.prg

This file was deleted.

0 comments on commit 721e3c0

Please sign in to comment.