mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 05:20:06 +01:00
23 lines
1.0 KiB
XML
23 lines
1.0 KiB
XML
<Project Sdk="Godot.NET.Sdk/3.2.3">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Tools</Configuration>
|
|
<ProjectGuid>{780B9CDA-51E7-446A-816F-0E2CF667C96C}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>OperatingSystemTesting</RootNamespace>
|
|
<AssemblyName>Operating System Testing</AssemblyName>
|
|
<GodotProjectGeneratorVersion>1.0.7374.17554</GodotProjectGeneratorVersion>
|
|
<TargetFramework>net472</TargetFramework>
|
|
<!--The following properties were overriden during migration to prevent errors.
|
|
Enabling them may require other manual changes to the project and its files.-->
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<Deterministic>false</Deterministic>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="MonoTest.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
</Project> |