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