Skip to content

Commit 6c4bee8

Browse files
committed
Ah woops csproj from the thing
1 parent 501f9fa commit 6c4bee8

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

NomaiVR/NomaiVR.csproj

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,7 @@
1616
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1717
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1818
<TargetFrameworkProfile />
19-
<Configurations>Debug;Release;OWML;DebugOWML</Configurations>
20-
</PropertyGroup>
21-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22-
<DebugSymbols>true</DebugSymbols>
23-
<DebugType>full</DebugType>
24-
<Optimize>true</Optimize>
25-
<OutputPath>bin\Debug\</OutputPath>
26-
<DefineConstants>TRACE</DefineConstants>
27-
<ErrorReport>prompt</ErrorReport>
28-
<WarningLevel>4</WarningLevel>
29-
<Prefer32Bit>false</Prefer32Bit>
30-
</PropertyGroup>
31-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32-
<DebugType>pdbonly</DebugType>
33-
<Optimize>true</Optimize>
34-
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
36-
<ErrorReport>prompt</ErrorReport>
37-
<WarningLevel>4</WarningLevel>
38-
<Prefer32Bit>false</Prefer32Bit>
19+
<Configurations>OWML;DebugOWML</Configurations>
3920
</PropertyGroup>
4021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'OWML|AnyCPU' ">
4122
<DebugType>pdbonly</DebugType>
@@ -157,9 +138,6 @@
157138

158139
<Exec Command="xcopy &quot;$(ProjectDir)\..\NomaiVRPatcher\bin\dist\*&quot; &quot;$(OwmlDir)\$(ModDir)\patcher&quot; /s /e /y" />
159140
</Target>
160-
<Target Name="PreBuild" BeforeTargets="ResolveReferences" Condition=" '$(Configuration)' == 'Release' ">
161-
<Exec Command="&quot;$(UnityEditor)&quot; -batchmode -executeMethod BuildCommands.PerformBuild -nographics -projectPath &quot;$(ProjectDir)..\Unity&quot; -buildWindows64Player -quit" />
162-
</Target>
163141
<Target Name="PreBuild" BeforeTargets="ResolveReferences" Condition=" '$(Configuration)' == 'OWML' ">
164142
<Exec Command="&quot;$(UnityEditor)&quot; -batchmode -executeMethod BuildCommands.PerformBuild -nographics -projectPath &quot;$(ProjectDir)..\Unity&quot; -buildWindows64Player -quit" />
165143
</Target>

0 commit comments

Comments
 (0)