瀏覽代碼

Projektdateien hinzufügen.

Kolja Strohm 5 年之前
父節點
當前提交
a9aa1aa4eb
共有 2 個文件被更改,包括 125 次插入0 次删除
  1. 43 0
      Linux Test.sln
  2. 82 0
      Linux Test/Linux Test.vcxproj

+ 43 - 0
Linux Test.sln

@@ -0,0 +1,43 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.28010.2003
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Linux Test", "Linux Test\Linux Test.vcxproj", "{4885994D-81FD-40B7-8FC6-69F234564B0E}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|ARM = Debug|ARM
+		Debug|ARM64 = Debug|ARM64
+		Debug|x64 = Debug|x64
+		Debug|x86 = Debug|x86
+		Release|ARM = Release|ARM
+		Release|ARM64 = Release|ARM64
+		Release|x64 = Release|x64
+		Release|x86 = Release|x86
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Debug|ARM.ActiveCfg = Debug|ARM
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Debug|ARM.Build.0 = Debug|ARM
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Debug|ARM64.ActiveCfg = Debug|ARM64
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Debug|ARM64.Build.0 = Debug|ARM64
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Debug|x64.ActiveCfg = Debug|x64
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Debug|x64.Build.0 = Debug|x64
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Debug|x86.ActiveCfg = Debug|x86
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Debug|x86.Build.0 = Debug|x86
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Release|ARM.ActiveCfg = Release|ARM
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Release|ARM.Build.0 = Release|ARM
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Release|ARM64.ActiveCfg = Release|ARM64
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Release|ARM64.Build.0 = Release|ARM64
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Release|x64.ActiveCfg = Release|x64
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Release|x64.Build.0 = Release|x64
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Release|x86.ActiveCfg = Release|x86
+		{4885994D-81FD-40B7-8FC6-69F234564B0E}.Release|x86.Build.0 = Release|x86
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {71ECCFF2-ADDC-46E1-9015-559DC97ADD98}
+	EndGlobalSection
+EndGlobal

+ 82 - 0
Linux Test/Linux Test.vcxproj

@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <ItemGroup Label="ProjectConfigurations">
+    <ProjectConfiguration Include="Debug|ARM">
+      <Configuration>Debug</Configuration>
+      <Platform>ARM</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|ARM">
+      <Configuration>Release</Configuration>
+      <Platform>ARM</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|ARM64">
+      <Configuration>Debug</Configuration>
+      <Platform>ARM64</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|ARM64">
+      <Configuration>Release</Configuration>
+      <Platform>ARM64</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|x86">
+      <Configuration>Debug</Configuration>
+      <Platform>x86</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|x86">
+      <Configuration>Release</Configuration>
+      <Platform>x86</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Debug|x64">
+      <Configuration>Debug</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+    <ProjectConfiguration Include="Release|x64">
+      <Configuration>Release</Configuration>
+      <Platform>x64</Platform>
+    </ProjectConfiguration>
+  </ItemGroup>
+  <PropertyGroup Label="Globals">
+    <ProjectGuid>{4885994d-81fd-40b7-8fc6-69f234564b0e}</ProjectGuid>
+    <Keyword>Linux</Keyword>
+    <RootNamespace>Linux_Test</RootNamespace>
+    <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
+    <ApplicationType>Linux</ApplicationType>
+    <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
+    <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
+    <LinuxProjectType>{2238F9CD-F817-4ECC-BD14-2524D2669B35}</LinuxProjectType>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
+    <UseDebugLibraries>true</UseDebugLibraries>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
+    <UseDebugLibraries>false</UseDebugLibraries>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
+    <UseDebugLibraries>true</UseDebugLibraries>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
+    <UseDebugLibraries>false</UseDebugLibraries>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+    <UseDebugLibraries>true</UseDebugLibraries>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+    <UseDebugLibraries>false</UseDebugLibraries>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
+    <UseDebugLibraries>false</UseDebugLibraries>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
+    <UseDebugLibraries>true</UseDebugLibraries>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+  <ImportGroup Label="ExtensionSettings" />
+  <ImportGroup Label="Shared" />
+  <ImportGroup Label="PropertySheets" />
+  <PropertyGroup Label="UserMacros" />
+  <ItemGroup>
+  </ItemGroup>
+  <ItemDefinitionGroup />
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+  <ImportGroup Label="ExtensionTargets" />
+</Project>