Remove unused files
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
FD Search
|
||||
Free Search
|
||||
Parallel Search
|
||||
@@ -1,19 +0,0 @@
|
||||
OR-Tools Flatzinc interpreter.
|
||||
|
||||
See or-tools: https://developers.google.com/optimization/
|
||||
|
||||
OR-Tools is a set Operations Research tools developed internally at Google and open-sourced.
|
||||
|
||||
The project contains multiple tools:
|
||||
|
||||
- A Constraint Programming solver
|
||||
- A Linear Programming solver
|
||||
- A SAT solver
|
||||
- A flatzinc interpreter on top of the Constraint Programming solver
|
||||
- A wrapper around third party linear solvers (GLPK. CLP, CBC, SCIP, Gurobi, CPLEX)
|
||||
- Knapsack algorithms
|
||||
- Graph symmetry algorithms
|
||||
- Graph algorithms (shortest paths, min cost flow, max flow, linear sum assignment)
|
||||
- Python, Java, and .NET interfaces on top of the C++ libraries.
|
||||
|
||||
It was build by the Operations Research team at Google.
|
||||
@@ -1,11 +0,0 @@
|
||||
using System.Reflection;
|
||||
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("Google.OrTools")]
|
||||
[assembly: AssemblyDescription(".NET Assembly for the Operations Research Tools project")]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("0a227c4c-8bb3-4db0-808f-55dae227d8c5")]
|
||||
@@ -1,29 +0,0 @@
|
||||
using System.Reflection;
|
||||
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: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Google, Inc")]
|
||||
[assembly: AssemblyProduct("Operations Research Tools")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2010-2017")]
|
||||
[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("VVVV")]
|
||||
[assembly: AssemblyFileVersion("XXXX")]
|
||||
@@ -1,11 +0,0 @@
|
||||
using System.Reflection;
|
||||
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("Google.OrTools.FlatZinc")]
|
||||
[assembly: AssemblyDescription(".NET Assembly for the Operations Research Tools project")]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("fa66a223-119a-4481-a7b8-cc08b6fef732")]
|
||||
@@ -1,80 +0,0 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Library</OutputType>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<Deterministic>False</Deterministic>
|
||||
<AssemblyName>Google.OrTools.Core</AssemblyName>
|
||||
<RootNamespace>Google.OrTools</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<authors>Google</authors>
|
||||
<licenseUrl>https://github.com/google/or-tools/blob/master/LICENSE-2.0.txt</licenseUrl>
|
||||
<projectUrl>https://developers.google.com/optimization</projectUrl>
|
||||
<description>.NET Assembly for the Operations Research Tools project</description>
|
||||
<copyright>Copyright 2016 Google, Inc</copyright>
|
||||
<tags>Operations Research Math Linear Constraint Programming C# .NET SWIG C++</tags>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\ortools\gen\com\google\ortools\properties\CommonAssemblyInfo.cs" Link="CommonAssemblyInfo.cs" />
|
||||
|
||||
<Compile Include="..\..\ortools\gen\com\google\ortools\linearsolver\*.cs">
|
||||
<Link>linearsolver\%(Filename)%(Extension)</Link>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="..\..\ortools\com\google\ortools\linearsolver\*.cs">
|
||||
<Link>linearsolver\%(Filename)%(Extension)</Link>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="..\..\ortools\gen\com\google\ortools\constraintsolver\*.cs">
|
||||
<Link>constraintsolver\%(Filename)%(Extension)</Link>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="..\..\ortools\com\google\ortools\constraintsolver\*.cs">
|
||||
<Link>constraintsolver\%(Filename)%(Extension)</Link>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="..\..\ortools\gen\com\google\ortools\algorithms\*.cs">
|
||||
<Link>algorithms\%(Filename)%(Extension)</Link>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="..\..\ortools\com\google\ortools\algorithms\*.cs">
|
||||
<Link>algorithms\%(Filename)%(Extension)</Link>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="..\..\ortools\gen\com\google\ortools\graph\*.cs">
|
||||
<Link>graph\%(Filename)%(Extension)</Link>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="..\..\ortools\com\google\ortools\sat\*.cs">
|
||||
<Link>sat\%(Filename)%(Extension)</Link>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="..\..\ortools\gen\com\google\ortools\sat\*.cs">
|
||||
<Link>sat\%(Filename)%(Extension)</Link>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="..\..\ortools\com\google\ortools\util\*.cs">
|
||||
<Link>util\%(Filename)%(Extension)</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Google.Protobuf" Version="3.5.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="..\..\bin\$(NativeDllName)" Link="$(NativeDllName)">
|
||||
<PackagePath>runtimes/$(TargetRid)/native/$(NativeDllName)</PackagePath>
|
||||
<Pack>true</Pack>
|
||||
</None>
|
||||
<None Include="..\..\tools\netstandard\OrTools.targets" Link="OrTools.targets">
|
||||
<PackagePath>build/OrTools.targets</PackagePath>
|
||||
<Pack>true</Pack>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
@@ -1,39 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win-x64\native\Google.OrTools.Native.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<Link>Google.OrTools.Native.dll</Link>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win-x86\native\Google.OrTools.Native.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<Link>Google.OrTools.Native.dll</Link>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\linux-x64\native\Google.OrTools.Native.so">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<Link>Google.OrTools.Native.so</Link>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\linux-x86\native\Google.OrTools.Native.so">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<Link>Google.OrTools.Native.so</Link>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\osx\native\Google.OrTools.Native.so">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<Link>Google.OrTools.Native.so</Link>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
@@ -1,15 +0,0 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Google.Protobuf" Version="3.5.1" />
|
||||
<PackageReference Include="Google.OrTools.Core" Version="6.6.*" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="local" value="../../../bin" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>NNNN</id>
|
||||
<version>VVVV</version>
|
||||
<authors>Google</authors>
|
||||
<licenseUrl>https://github.com/google/or-tools/blob/master/LICENSE-2.0.txt</licenseUrl>
|
||||
<projectUrl>https://developers.google.com/optimization</projectUrl>
|
||||
<description>.NET Assembly for the Operations Research Tools project</description>
|
||||
<copyright>Copyright 2016 Google, Inc</copyright>
|
||||
<tags>Flatzinc Operations Research Math Linear Constraint Programming C# .NET SWIG C++</tags>
|
||||
<dependencies>
|
||||
<dependency id="MMMM" version="VVVV" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="bin\NNNN.dll" target="lib\net40"/>
|
||||
<file src="examples\*.*" target="examples"/>
|
||||
<file src="LICENSE-2.0.txt"/>
|
||||
</files>
|
||||
</package>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>NNNN</id>
|
||||
<version>VVVV</version>
|
||||
<authors>Google</authors>
|
||||
<licenseUrl>https://github.com/google/or-tools/blob/master/LICENSE-2.0.txt</licenseUrl>
|
||||
<projectUrl>https://developers.google.com/optimization</projectUrl>
|
||||
<description>.NET Assembly for the Operations Research Tools project</description>
|
||||
<copyright>Copyright 2016 Google, Inc</copyright>
|
||||
<tags>Operations Research Math Linear Constraint Programming C# .NET SWIG C++</tags>
|
||||
<dependencies>
|
||||
<dependency id="MMMM" version="PROTOBUF_TAG" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="bin\NNNN.dll" target="lib\net40"/>
|
||||
<file src="examples\**\*.*" target="examples"/>
|
||||
<file src="examples\data\**\*.*" target="data"/>
|
||||
<file src="LICENSE-2.0.txt"/>
|
||||
</files>
|
||||
</package>
|
||||
@@ -1,90 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<OutputType>Exe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>EXECUTABLE</RootNamespace>
|
||||
<AssemblyName>EXECUTABLE</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>
|
||||
</TargetFrameworkProfile>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\x64\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
||||
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
||||
<OutputPath>bin\x64\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Google.OrTools">
|
||||
<HintPath>..\..\..\bin\Google.OrTools.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Google.Protobuf">
|
||||
<HintPath>..\..\..\bin\Google.Protobuf.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\SOURCEFILE">
|
||||
<Link>SOURCEFILE</Link>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- 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>
|
||||
@@ -1,61 +0,0 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual Studio
|
||||
#Projects
|
||||
#End Projects
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Debug|x64.Build.0 = Debug|x64
|
||||
{E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Debug|x86.Build.0 = Debug|x86
|
||||
{E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Release|x64.ActiveCfg = Release|x64
|
||||
{E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Release|x64.Build.0 = Release|x64
|
||||
{E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Release|x86.ActiveCfg = Release|x86
|
||||
{E7AFEF5F-7580-45B0-A8F1-8B63CDF73A51}.Release|x86.Build.0 = Release|x86
|
||||
{7084D1DB-2554-4FE3-833E-16BD0082D177}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{7084D1DB-2554-4FE3-833E-16BD0082D177}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{7084D1DB-2554-4FE3-833E-16BD0082D177}.Release|x64.ActiveCfg = Release|x64
|
||||
{7084D1DB-2554-4FE3-833E-16BD0082D177}.Release|x86.ActiveCfg = Release|x86
|
||||
{7E74C275-F822-4817-A940-3EA93C50FD57}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{7E74C275-F822-4817-A940-3EA93C50FD57}.Debug|x64.Build.0 = Debug|x64
|
||||
{7E74C275-F822-4817-A940-3EA93C50FD57}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{7E74C275-F822-4817-A940-3EA93C50FD57}.Debug|x86.Build.0 = Debug|x86
|
||||
{7E74C275-F822-4817-A940-3EA93C50FD57}.Release|x64.ActiveCfg = Release|x64
|
||||
{7E74C275-F822-4817-A940-3EA93C50FD57}.Release|x64.Build.0 = Release|x64
|
||||
{7E74C275-F822-4817-A940-3EA93C50FD57}.Release|x86.ActiveCfg = Release|x86
|
||||
{7E74C275-F822-4817-A940-3EA93C50FD57}.Release|x86.Build.0 = Release|x86
|
||||
{FB4FF416-E290-4D00-AA03-3CF373AF1067}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{FB4FF416-E290-4D00-AA03-3CF373AF1067}.Debug|x64.Build.0 = Debug|x64
|
||||
{FB4FF416-E290-4D00-AA03-3CF373AF1067}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{FB4FF416-E290-4D00-AA03-3CF373AF1067}.Debug|x86.Build.0 = Debug|x86
|
||||
{FB4FF416-E290-4D00-AA03-3CF373AF1067}.Release|x64.ActiveCfg = Release|x64
|
||||
{FB4FF416-E290-4D00-AA03-3CF373AF1067}.Release|x64.Build.0 = Release|x64
|
||||
{FB4FF416-E290-4D00-AA03-3CF373AF1067}.Release|x86.ActiveCfg = Release|x86
|
||||
{FB4FF416-E290-4D00-AA03-3CF373AF1067}.Release|x86.Build.0 = Release|x86
|
||||
{206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Debug|x64.Build.0 = Debug|x64
|
||||
{206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Debug|x86.Build.0 = Debug|x86
|
||||
{206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Release|x64.ActiveCfg = Release|x64
|
||||
{206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Release|x64.Build.0 = Release|x64
|
||||
{206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Release|x86.ActiveCfg = Release|x86
|
||||
{206011C7-15C3-48A5-9AA2-F43064AB8FC4}.Release|x86.Build.0 = Release|x86
|
||||
{4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Debug|x64.Build.0 = Debug|x64
|
||||
{4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Debug|x86.Build.0 = Debug|x86
|
||||
{4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Release|x64.ActiveCfg = Release|x64
|
||||
{4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Release|x64.Build.0 = Release|x64
|
||||
{4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Release|x86.ActiveCfg = Release|x86
|
||||
{4AC717C5-D784-44F4-9B14-C0FF067D23C3}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user