File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <Version >0.0.1</Version >
6
+ <Authors >Dave Gymer</Authors >
7
+ <Company >DaveGymer.org</Company >
5
8
</PropertyGroup >
6
9
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 " $(ProjectDir)..\SimConnect.cfg" " $(OutDir)" /Y
 xcopy " $(MSFS_SDK)\SimConnect SDK\lib\SimConnect.dll" " $(OutDir)" /Y
 " />
17
+ </Target >
18
+
7
19
</Project >
Original file line number Diff line number Diff line change 38
38
</ItemGroup >
39
39
40
40
<Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
41
- <Exec Command =" xcopy " $(ProjectDir)SimConnect.cfg" " $(OutDir)" /Y
 xcopy " $(MSFS_SDK)\SimConnect SDK\lib\SimConnect.dll" " $(OutDir)" /Y
 " />
41
+ <Exec Command =" xcopy " $(ProjectDir)..\ SimConnect.cfg" " $(OutDir)" /Y
 xcopy " $(MSFS_SDK)\SimConnect SDK\lib\SimConnect.dll" " $(OutDir)" /Y
 " />
42
42
</Target >
43
43
44
44
</Project >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments