|
@ -4,6 +4,7 @@ |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
<Platform Condition=" '$(Platform)' == '' ">Net4</Platform> |
|
|
<Platform Condition=" '$(Platform)' == '' ">Net4</Platform> |
|
|
|
|
|
<BuildForBeatSaber Condition=" '$(BuildForBeatSaber)' == '' And '$(Platform)' == 'Net4' ">true</BuildForBeatSaber> |
|
|
<ProjectGuid>{2A1AF16B-27F1-46E0-9A95-181516BC1CB7}</ProjectGuid> |
|
|
<ProjectGuid>{2A1AF16B-27F1-46E0-9A95-181516BC1CB7}</ProjectGuid> |
|
|
<OutputType>Library</OutputType> |
|
|
<OutputType>Library</OutputType> |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
@ -42,6 +43,9 @@ |
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
<DefineConstants>$(DefineConstants);NET3</DefineConstants> |
|
|
<DefineConstants>$(DefineConstants);NET3</DefineConstants> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup Condition=" '$(BuildForBeatSaber)' == 'true' "> |
|
|
|
|
|
<DefineConstants>$(DefineConstants);BeatSaber</DefineConstants> |
|
|
|
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System.Core" /> |
|
|
<Reference Include="System.Core" /> |
|
|