-
Notifications
You must be signed in to change notification settings - Fork 1
/
AHK Plugin.csproj.user
31 lines (31 loc) · 1018 Bytes
/
AHK Plugin.csproj.user
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup>
<ActiveDebugProfile>Macro Deck</ActiveDebugProfile>
</PropertyGroup>
<ItemGroup>
<Compile Update="GUI\WriteScriptv2.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="GUI\RunScriptv2.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="GUI\PluginConfig.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="GUI\RunScript.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="GUI\WriteScript.cs">
<SubType>UserControl</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="GUI\PluginConfig.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
</Project>