Skip to content

Commit

Permalink
chore: more changes in build output
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevolutionDev committed Nov 6, 2022
1 parent c610ec4 commit 52073b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.vs/
.vs/
bin/
bin-int/
8 changes: 3 additions & 5 deletions Installer/Installer/Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Configurations>Release</Configurations>
<BaseOutputPath>$(SolutionDir)Installer</BaseOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<BaseOutputPath>$(SolutionDir)bin</BaseOutputPath>
<BaseIntermediateOutputPath>$(SolutionDir)bin-int\obj\</BaseIntermediateOutputPath>
</PropertyGroup>

<ItemGroup>
<Compile Include="Program.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion Launcher/Launcher/Launcher.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IntDir>$(SolutionDir)$(Platform)\$(Configuration)\bin</IntDir>
<IntDir>$(SolutionDir)\bin-int\$(Configuration)</IntDir>
<OutDir>$(SolutionDir)\bin\$(Configuration)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
Expand Down

0 comments on commit 52073b4

Please sign in to comment.