Skip to content

Commit ba54950

Browse files
author
Dave 'Gizmo' Gymer
committed
Share SimConnect.cfg file.
1 parent ecae28f commit ba54950

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

Controlzmo/Controlzmo.csproj

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<Version>0.0.1</Version>
6+
<Authors>Dave Gymer</Authors>
7+
<Company>DaveGymer.org</Company>
58
</PropertyGroup>
69

10+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
11+
<Optimize>true</Optimize>
12+
<WarningLevel>5</WarningLevel>
13+
</PropertyGroup>
14+
15+
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
16+
<Exec Command="xcopy &quot;$(ProjectDir)..\SimConnect.cfg&quot; &quot;$(OutDir)&quot; /Y&#xD;&#xA;xcopy &quot;$(MSFS_SDK)\SimConnect SDK\lib\SimConnect.dll&quot; &quot;$(OutDir)&quot; /Y&#xD;&#xA;" />
17+
</Target>
18+
719
</Project>

FSInputMapper/FSInputMapper.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</ItemGroup>
3939

4040
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
41-
<Exec Command="xcopy &quot;$(ProjectDir)SimConnect.cfg&quot; &quot;$(OutDir)&quot; /Y&#xD;&#xA;xcopy &quot;$(MSFS_SDK)\SimConnect SDK\lib\SimConnect.dll&quot; &quot;$(OutDir)&quot; /Y&#xD;&#xA;" />
41+
<Exec Command="xcopy &quot;$(ProjectDir)..\SimConnect.cfg&quot; &quot;$(OutDir)&quot; /Y&#xD;&#xA;xcopy &quot;$(MSFS_SDK)\SimConnect SDK\lib\SimConnect.dll&quot; &quot;$(OutDir)&quot; /Y&#xD;&#xA;" />
4242
</Target>
4343

4444
</Project>
File renamed without changes.

0 commit comments

Comments
 (0)