fixed build configuration
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
<Reference Include="rage-sharp" Condition="'$(ConfigurationName)' != 'ServerBuild'">
|
||||
<HintPath>..\..\..\dotnet\rage-sharp.dll</HintPath>
|
||||
</Reference>
|
||||
<!--<Reference Include="rage-sharp" Condition="'$(ConfigurationName)' == 'ServerBuild'">
|
||||
<Reference Include="rage-sharp" Condition="'$(ConfigurationName)' == 'ServerBuild'">
|
||||
<HintPath>..\..\rage-sharp.dll</HintPath>
|
||||
</Reference>-->
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild'">
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(ConfigurationName)' == 'ServerBuild'">
|
||||
<Reference Include="Bootstrapper">
|
||||
<HintPath>..\Bootstrapper.dll</HintPath>
|
||||
<HintPath>..\..\Bootstrapper.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild'">
|
||||
|
||||
Reference in New Issue
Block a user