mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 18:36:54 +00:00
25 lines
978 B
Plaintext
25 lines
978 B
Plaintext
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
|
<ReferencePath>
|
||
|
</ReferencePath>
|
||
|
<LastOpenVersion>8.0.50727</LastOpenVersion>
|
||
|
<ProjectView>ProjectFiles</ProjectView>
|
||
|
<ProjectTrust>0</ProjectTrust>
|
||
|
<PublishUrlHistory>
|
||
|
</PublishUrlHistory>
|
||
|
<InstallUrlHistory>
|
||
|
</InstallUrlHistory>
|
||
|
<SupportUrlHistory>
|
||
|
</SupportUrlHistory>
|
||
|
<UpdateUrlHistory>
|
||
|
</UpdateUrlHistory>
|
||
|
<BootstrapperUrlHistory>
|
||
|
</BootstrapperUrlHistory>
|
||
|
<FallbackCulture>en-US</FallbackCulture>
|
||
|
<VerifyUploadedFiles>false</VerifyUploadedFiles>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
|
||
|
</Project>
|