1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <OutputType >WinExe</OutputType >
5
- <TargetFramework >net472</TargetFramework >
6
- <PlatformTarget >x64</PlatformTarget >
7
- <Platforms >AnyCPU;x64</Platforms >
8
- <IsPublishable >False</IsPublishable >
9
- <SignAssembly >False</SignAssembly >
10
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <OutputType >WinExe</OutputType >
5
+ <TargetFramework >net472</TargetFramework >
6
+ <PlatformTarget >x64</PlatformTarget >
7
+ <Platforms >AnyCPU;x64</Platforms >
8
+ <IsPublishable >False</IsPublishable >
9
+ <SignAssembly >False</SignAssembly >
10
+ </PropertyGroup >
11
11
12
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
13
- <DebugType >full</DebugType >
14
- </PropertyGroup >
12
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
13
+ <DebugType >full</DebugType >
14
+ </PropertyGroup >
15
15
16
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
17
- <DebugType >full</DebugType >
18
- </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
17
+ <DebugType >full</DebugType >
18
+ </PropertyGroup >
19
19
20
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
21
- <DebugType >full</DebugType >
22
- </PropertyGroup >
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
21
+ <DebugType >full</DebugType >
22
+ </PropertyGroup >
23
23
24
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
25
- <DebugType >full</DebugType >
26
- </PropertyGroup >
27
-
28
- <ItemGroup >
29
- <None Remove =" config.yaml" />
30
- </ItemGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
25
+ <DebugType >full</DebugType >
26
+ </PropertyGroup >
31
27
32
- <ItemGroup >
33
- <Content Include =" config.yaml" >
34
- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
35
- </Content >
36
- </ItemGroup >
28
+ <ItemGroup >
29
+ <None Remove =" config.yaml" />
30
+ </ItemGroup >
37
31
38
- <ItemGroup >
39
- <PackageReference Include =" Costura.Fody" Version =" 5.7.0" >
40
- <PrivateAssets >all</PrivateAssets >
41
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
42
- </PackageReference >
43
- <PackageReference Include =" FluentValidation" Version =" 11.8.1" />
44
- <PackageReference Include =" Memory.dll.x64" Version =" 1.2.24" />
45
- <PackageReference Include =" Microsoft.Diagnostics.Runtime" Version =" 3.1.456101" />
46
- <PackageReference Include =" Serilog.Sinks.RichTextBox.Wpf" Version =" 1.1.0" />
47
- <PackageReference Include =" YamlDotNet" Version =" 13.7.1" />
48
- </ItemGroup >
32
+ <ItemGroup >
33
+ <Content Include =" config.yaml" >
34
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
35
+ </Content >
36
+ </ItemGroup >
49
37
50
- <ItemGroup >
51
- <ProjectReference Include =" ..\ManagedInjector.Lib\ManagedInjector.Lib.csproj" />
52
- <ProjectReference Include =" ..\SindenCompanionShared\SindenCompanionShared.csproj" />
53
- <ProjectReference Include =" ..\SindenHook\SindenHook.csproj" />
54
- </ItemGroup >
38
+ <ItemGroup >
39
+ <PackageReference Include =" Costura.Fody" Version =" 5.7.0" >
40
+ <PrivateAssets >all</PrivateAssets >
41
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
42
+ </PackageReference >
43
+ <PackageReference Include =" FluentValidation" Version =" 11.8.1" />
44
+ <PackageReference Include =" Memory.dll.x64" Version =" 1.2.24" />
45
+ <PackageReference Include =" Microsoft.Diagnostics.Runtime" Version =" 3.1.456101" />
46
+ <PackageReference Include =" Serilog.Sinks.RichTextBox.Wpf" Version =" 1.1.0" />
47
+ <PackageReference Include =" YamlDotNet" Version =" 13.7.1" />
48
+ </ItemGroup >
55
49
56
- <ItemGroup >
57
- <Reference Include =" System.Windows.Forms" />
58
- <Reference Include =" WindowsFormsIntegration" />
59
- </ItemGroup >
50
+ <ItemGroup >
51
+ <ProjectReference Include =" ..\ManagedInjector.Lib\ManagedInjector.Lib.csproj" />
52
+ <ProjectReference Include =" ..\SindenCompanionShared\SindenCompanionShared.csproj" />
53
+ <ProjectReference Include =" ..\SindenHook\SindenHook.csproj" />
54
+ </ItemGroup >
60
55
61
- <ItemGroup >
62
- <Compile Update =" AppForm.cs" >
63
- <SubType >Form</SubType >
64
- </Compile >
65
- <Compile Update =" Properties\Settings.Designer.cs" >
66
- <DesignTimeSharedInput >True</DesignTimeSharedInput >
67
- <AutoGen >True</AutoGen >
68
- <DependentUpon >Settings.settings</DependentUpon >
69
- </Compile >
70
- </ItemGroup >
56
+ <ItemGroup >
57
+ <Reference Include =" System.Windows.Forms" />
58
+ <Reference Include =" WindowsFormsIntegration" />
59
+ </ItemGroup >
71
60
72
- <ItemGroup >
73
- <None Update =" Properties\Settings.settings" >
74
- <Generator >SettingsSingleFileGenerator</Generator >
75
- <LastGenOutput >Settings.Designer.cs</LastGenOutput >
76
- </None >
77
- </ItemGroup >
61
+ <ItemGroup >
62
+ <Compile Update =" AppForm.cs" >
63
+ <SubType >Form</SubType >
64
+ </Compile >
65
+ <Compile Update =" Properties\Settings.Designer.cs" >
66
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
67
+ <AutoGen >True</AutoGen >
68
+ <DependentUpon >Settings.settings</DependentUpon >
69
+ </Compile >
70
+ </ItemGroup >
78
71
79
- <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
80
- <Exec Command =" copy " $(TargetDir)\SindenCompanion.exe" ..\build\
 copy " $(TargetDir)\config.yaml" ..\build\
 copy " $(TargetDir)\SindenHook.dll" ..\build\" />
81
- </Target >
72
+ <ItemGroup >
73
+ <None Update =" Properties\Settings.settings" >
74
+ <Generator >SettingsSingleFileGenerator</Generator >
75
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
76
+ </None >
77
+ </ItemGroup >
82
78
83
- </Project >
79
+ <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
80
+ <Exec
81
+ Command=" copy " $(TargetDir)\SindenCompanion.exe" ..\build\
 copy " $(TargetDir)\config.yaml" ..\build\
 copy " $(TargetDir)\SindenHook.dll" ..\build\" />
82
+ </Target >
83
+
84
+ </Project >
0 commit comments